aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/earlycon.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-14earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlyconGravatar Michal Simek 1-1/+0
2018-04-30Merge 4.17-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-2/+4
2018-04-23earlycon: Initialize port->uartclk based on clock-frequency propertyGravatar Michal Simek 1-0/+4
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideGravatar Daniel Kurtz 1-2/+4
2018-02-28earlycon: add reg-offset to physical address before mappingGravatar Greentime Hu 1-1/+2
2018-02-07ACPI: SPCR: Make SPCR available to x86Gravatar Prarit Bhargava 1-10/+5
2017-11-08tty: serial: Remove redundant license textGravatar Greg Kroah-Hartman 1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-08-31earlycon: initialise baud field of earlycon device structureGravatar Eugeniy Paltsev 1-0/+5
2017-08-28serial: earlycon: Only try fdt when specify 'earlycon' exactlyGravatar Jeffy Chen 1-1/+1
2016-09-28ACPI: parse SPCR and enable matching consoleGravatar Aleksey Makarov 1-2/+17
2016-09-28of/serial: move earlycon early_param handling to serialGravatar Leif Lindholm 1-1/+1
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addre...Gravatar Alexander Sverdlin 1-4/+3
2016-02-06serial: earlycon: Show the earlycon "driver" in bannerGravatar Peter Hurley 1-6/+6
2016-02-06serial: earlycon: Common log banner for command line and DTGravatar Peter Hurley 1-13/+14
2016-02-06of: earlycon: Move address translation to of_setup_earlycon()Gravatar Peter Hurley 1-3/+9
2016-02-06of: earlycon: Initialize port fields from DT propertiesGravatar Peter Hurley 1-0/+31
2016-02-06of: earlycon: Add options string handlingGravatar Peter Hurley 1-2/+7
2016-02-06of: earlycon: Fixup earlycon console name and indexGravatar Peter Hurley 1-3/+3
2016-02-06serial: earlycon: Fixup earlycon console name and indexGravatar Peter Hurley 1-3/+22
2016-02-06earlycon: Use common framework for earlycon declarationsGravatar Peter Hurley 1-9/+1
2016-02-06of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREEGravatar Peter Hurley 1-0/+4
2015-12-21Merge 4.4-rc6 into tty-nextGravatar Greg Kroah-Hartman 1-0/+2
2015-12-13serial: support 16-bit register interface for consoleGravatar Masahiro Yamada 1-4/+11
2015-12-12serial: earlycon: Add missing spinlock initializationGravatar Geert Uytterhoeven 1-0/+2
2015-06-01serial: earlycon: Add support for big-endian MMIO accessesGravatar Noam Camus 1-3/+6
2015-05-08earlycon: Revert log warningsGravatar Peter Hurley 1-7/+2
2015-03-26serial: earlycon: Enable earlycon without command line paramGravatar Peter Hurley 1-19/+73
2015-03-26serial: earlycon: Refactor earlycon registrationGravatar Peter Hurley 1-17/+25
2015-03-26serial: earlycon: Skip parse_options() if empty stringGravatar Peter Hurley 1-4/+7
2015-03-26serial: earlycon: Ignore parse_options() error codeGravatar Peter Hurley 1-2/+1
2015-03-26serial: earlycon: Move ->uartclk initializeGravatar Peter Hurley 1-2/+1
2015-03-07serial: earlycon: Refactor parse_options into serial coreGravatar Peter Hurley 1-26/+13
2014-11-05tty/serial: earlycon: Fix print for implied MMIO caseGravatar Kumar Gala 1-1/+1
2014-06-19tty/serial: fix 8250 early console option passing to regular consoleGravatar Rob Herring 1-1/+1
2014-05-20serial: earlycon: add DT supportGravatar Rob Herring 1-0/+28
2014-05-03tty/serial: fix generic earlycon option parsingGravatar Rob Herring 1-13/+5
2014-04-24tty/serial: add generic serial earlyconGravatar Rob Herring 1-0/+152