index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
earlycon.c
Age
Commit message (
Expand
)
Author
2020-03-07
serial: earlycon: prefer EARLYCON_DECLARE() variant
Michael Walle
2018-05-14
earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlycon
Michal Simek
2018-04-30
Merge 4.17-rc3 into tty-next
Greg Kroah-Hartman
2018-04-23
earlycon: Initialize port->uartclk based on clock-frequency property
Michal Simek
2018-04-23
earlycon: Use a pointer table to fix __earlycon_table stride
Daniel Kurtz
2018-02-28
earlycon: add reg-offset to physical address before mapping
Greentime Hu
2018-02-07
ACPI: SPCR: Make SPCR available to x86
Prarit Bhargava
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-08-31
earlycon: initialise baud field of earlycon device structure
Eugeniy Paltsev
2017-08-28
serial: earlycon: Only try fdt when specify 'earlycon' exactly
Jeffy Chen
2016-09-28
ACPI: parse SPCR and enable matching console
Aleksey Makarov
2016-09-28
of/serial: move earlycon early_param handling to serial
Leif Lindholm
2016-09-02
serial: earlycon: Extend earlycon command line option to support 64-bit addre...
Alexander Sverdlin
2016-02-06
serial: earlycon: Show the earlycon "driver" in banner
Peter Hurley
2016-02-06
serial: earlycon: Common log banner for command line and DT
Peter Hurley
2016-02-06
of: earlycon: Move address translation to of_setup_earlycon()
Peter Hurley
2016-02-06
of: earlycon: Initialize port fields from DT properties
Peter Hurley
2016-02-06
of: earlycon: Add options string handling
Peter Hurley
2016-02-06
of: earlycon: Fixup earlycon console name and index
Peter Hurley
2016-02-06
serial: earlycon: Fixup earlycon console name and index
Peter Hurley
2016-02-06
earlycon: Use common framework for earlycon declarations
Peter Hurley
2016-02-06
of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREE
Peter Hurley
2015-12-21
Merge 4.4-rc6 into tty-next
Greg Kroah-Hartman
2015-12-13
serial: support 16-bit register interface for console
Masahiro Yamada
2015-12-12
serial: earlycon: Add missing spinlock initialization
Geert Uytterhoeven
2015-06-01
serial: earlycon: Add support for big-endian MMIO accesses
Noam Camus
2015-05-08
earlycon: Revert log warnings
Peter Hurley
2015-03-26
serial: earlycon: Enable earlycon without command line param
Peter Hurley
2015-03-26
serial: earlycon: Refactor earlycon registration
Peter Hurley
2015-03-26
serial: earlycon: Skip parse_options() if empty string
Peter Hurley
2015-03-26
serial: earlycon: Ignore parse_options() error code
Peter Hurley
2015-03-26
serial: earlycon: Move ->uartclk initialize
Peter Hurley
2015-03-07
serial: earlycon: Refactor parse_options into serial core
Peter Hurley
2014-11-05
tty/serial: earlycon: Fix print for implied MMIO case
Kumar Gala
2014-06-19
tty/serial: fix 8250 early console option passing to regular console
Rob Herring
2014-05-20
serial: earlycon: add DT support
Rob Herring
2014-05-03
tty/serial: fix generic earlycon option parsing
Rob Herring
2014-04-24
tty/serial: add generic serial earlycon
Rob Herring