summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/earlycon.c
Commit message (Expand)AuthorAgeFilesLines
* earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlyconMichal Simek2018-05-141-1/+0
* Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman2018-04-301-2/+4
|\
| * earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-04-231-2/+4
* | earlycon: Initialize port->uartclk based on clock-frequency propertyMichal Simek2018-04-231-0/+4
|/
* earlycon: add reg-offset to physical address before mappingGreentime Hu2018-02-281-1/+2
* ACPI: SPCR: Make SPCR available to x86Prarit Bhargava2018-02-071-10/+5
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-4/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* earlycon: initialise baud field of earlycon device structureEugeniy Paltsev2017-08-311-0/+5
* serial: earlycon: Only try fdt when specify 'earlycon' exactlyJeffy Chen2017-08-281-1/+1
* ACPI: parse SPCR and enable matching consoleAleksey Makarov2016-09-281-2/+17
* of/serial: move earlycon early_param handling to serialLeif Lindholm2016-09-281-1/+1
* serial: earlycon: Extend earlycon command line option to support 64-bit addre...Alexander Sverdlin2016-09-021-4/+3
* serial: earlycon: Show the earlycon "driver" in bannerPeter Hurley2016-02-061-6/+6
* serial: earlycon: Common log banner for command line and DTPeter Hurley2016-02-061-13/+14
* of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley2016-02-061-3/+9
* of: earlycon: Initialize port fields from DT propertiesPeter Hurley2016-02-061-0/+31
* of: earlycon: Add options string handlingPeter Hurley2016-02-061-2/+7
* of: earlycon: Fixup earlycon console name and indexPeter Hurley2016-02-061-3/+3
* serial: earlycon: Fixup earlycon console name and indexPeter Hurley2016-02-061-3/+22
* earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-061-9/+1
* of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREEPeter Hurley2016-02-061-0/+4
* Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman2015-12-211-0/+2
|\
| * serial: earlycon: Add missing spinlock initializationGeert Uytterhoeven2015-12-121-0/+2
* | serial: support 16-bit register interface for consoleMasahiro Yamada2015-12-131-4/+11
|/
* serial: earlycon: Add support for big-endian MMIO accessesNoam Camus2015-06-011-3/+6
* earlycon: Revert log warningsPeter Hurley2015-05-081-7/+2
* serial: earlycon: Enable earlycon without command line paramPeter Hurley2015-03-261-19/+73
* serial: earlycon: Refactor earlycon registrationPeter Hurley2015-03-261-17/+25
* serial: earlycon: Skip parse_options() if empty stringPeter Hurley2015-03-261-4/+7
* serial: earlycon: Ignore parse_options() error codePeter Hurley2015-03-261-2/+1
* serial: earlycon: Move ->uartclk initializePeter Hurley2015-03-261-2/+1
* serial: earlycon: Refactor parse_options into serial corePeter Hurley2015-03-071-26/+13
* tty/serial: earlycon: Fix print for implied MMIO caseKumar Gala2014-11-051-1/+1
* tty/serial: fix 8250 early console option passing to regular consoleRob Herring2014-06-191-1/+1
* serial: earlycon: add DT supportRob Herring2014-05-201-0/+28
* tty/serial: fix generic earlycon option parsingRob Herring2014-05-031-13/+5
* tty/serial: add generic serial earlyconRob Herring2014-04-241-0/+152