aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/earlycon.c
AgeCommit message (Expand)Author
2018-05-14earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlyconMichal Simek
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman
2018-04-23earlycon: Initialize port->uartclk based on clock-frequency propertyMichal Simek
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz
2018-02-28earlycon: add reg-offset to physical address before mappingGreentime Hu
2018-02-07ACPI: SPCR: Make SPCR available to x86Prarit Bhargava
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-08-31earlycon: initialise baud field of earlycon device structureEugeniy Paltsev
2017-08-28serial: earlycon: Only try fdt when specify 'earlycon' exactlyJeffy Chen
2016-09-28ACPI: parse SPCR and enable matching consoleAleksey Makarov
2016-09-28of/serial: move earlycon early_param handling to serialLeif Lindholm
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addre...Alexander Sverdlin
2016-02-06serial: earlycon: Show the earlycon "driver" in bannerPeter Hurley
2016-02-06serial: earlycon: Common log banner for command line and DTPeter Hurley
2016-02-06of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley
2016-02-06of: earlycon: Initialize port fields from DT propertiesPeter Hurley
2016-02-06of: earlycon: Add options string handlingPeter Hurley
2016-02-06of: earlycon: Fixup earlycon console name and indexPeter Hurley
2016-02-06serial: earlycon: Fixup earlycon console name and indexPeter Hurley
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley
2016-02-06of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREEPeter Hurley
2015-12-21Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman
2015-12-13serial: support 16-bit register interface for consoleMasahiro Yamada
2015-12-12serial: earlycon: Add missing spinlock initializationGeert Uytterhoeven
2015-06-01serial: earlycon: Add support for big-endian MMIO accessesNoam Camus
2015-05-08earlycon: Revert log warningsPeter Hurley
2015-03-26serial: earlycon: Enable earlycon without command line paramPeter Hurley
2015-03-26serial: earlycon: Refactor earlycon registrationPeter Hurley
2015-03-26serial: earlycon: Skip parse_options() if empty stringPeter Hurley
2015-03-26serial: earlycon: Ignore parse_options() error codePeter Hurley
2015-03-26serial: earlycon: Move ->uartclk initializePeter Hurley
2015-03-07serial: earlycon: Refactor parse_options into serial corePeter Hurley
2014-11-05tty/serial: earlycon: Fix print for implied MMIO caseKumar Gala
2014-06-19tty/serial: fix 8250 early console option passing to regular consoleRob Herring
2014-05-20serial: earlycon: add DT supportRob Herring
2014-05-03tty/serial: fix generic earlycon option parsingRob Herring
2014-04-24tty/serial: add generic serial earlyconRob Herring