aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/earlycon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlyconMichal Simek1-1/+0
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman1-2/+4
2018-04-23earlycon: Initialize port->uartclk based on clock-frequency propertyMichal Simek1-0/+4
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-2/+4
2018-02-28earlycon: add reg-offset to physical address before mappingGreentime Hu1-1/+2
2018-02-07ACPI: SPCR: Make SPCR available to x86Prarit Bhargava1-10/+5
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-08-31earlycon: initialise baud field of earlycon device structureEugeniy Paltsev1-0/+5
2017-08-28serial: earlycon: Only try fdt when specify 'earlycon' exactlyJeffy Chen1-1/+1
2016-09-28ACPI: parse SPCR and enable matching consoleAleksey Makarov1-2/+17
2016-09-28of/serial: move earlycon early_param handling to serialLeif Lindholm1-1/+1
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addressesAlexander Sverdlin1-4/+3
2016-02-06serial: earlycon: Show the earlycon "driver" in bannerPeter Hurley1-6/+6
2016-02-06serial: earlycon: Common log banner for command line and DTPeter Hurley1-13/+14
2016-02-06of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley1-3/+9
2016-02-06of: earlycon: Initialize port fields from DT propertiesPeter Hurley1-0/+31
2016-02-06of: earlycon: Add options string handlingPeter Hurley1-2/+7
2016-02-06of: earlycon: Fixup earlycon console name and indexPeter Hurley1-3/+3
2016-02-06serial: earlycon: Fixup earlycon console name and indexPeter Hurley1-3/+22
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley1-9/+1
2016-02-06of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREEPeter Hurley1-0/+4
2015-12-21Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman1-0/+2
2015-12-13serial: support 16-bit register interface for consoleMasahiro Yamada1-4/+11
2015-12-12serial: earlycon: Add missing spinlock initializationGeert Uytterhoeven1-0/+2
2015-06-01serial: earlycon: Add support for big-endian MMIO accessesNoam Camus1-3/+6
2015-05-08earlycon: Revert log warningsPeter Hurley1-7/+2
2015-03-26serial: earlycon: Enable earlycon without command line paramPeter Hurley1-19/+73
2015-03-26serial: earlycon: Refactor earlycon registrationPeter Hurley1-17/+25
2015-03-26serial: earlycon: Skip parse_options() if empty stringPeter Hurley1-4/+7
2015-03-26serial: earlycon: Ignore parse_options() error codePeter Hurley1-2/+1
2015-03-26serial: earlycon: Move ->uartclk initializePeter Hurley1-2/+1
2015-03-07serial: earlycon: Refactor parse_options into serial corePeter Hurley1-26/+13
2014-11-05tty/serial: earlycon: Fix print for implied MMIO caseKumar Gala1-1/+1
2014-06-19tty/serial: fix 8250 early console option passing to regular consoleRob Herring1-1/+1
2014-05-20serial: earlycon: add DT supportRob Herring1-0/+28
2014-05-03tty/serial: fix generic earlycon option parsingRob Herring1-13/+5
2014-04-24tty/serial: add generic serial earlyconRob Herring1-0/+152