aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_early.c
AgeCommit message (Expand)Author
2023-12-13serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl
2018-04-25serial: 8250_early: Setup divider when uartclk is passedMichal Simek
2017-11-28serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn
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-07-30serial: 8250_early: Remove __init marking from early writeJeffy Chen
2017-04-18serial: 8250_early: Add earlycon support for Palmchip UARTMarc Gonzalez
2016-06-25serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UARTKefeng Wang
2016-02-14serial: 8250_early: Add earlycon support for TegraJon Hunter
2016-02-06serial: 8250_omap: Add omap8250 earlyconPeter Hurley
2016-02-06serial: 8250_early: Use port->regshiftPeter Hurley
2015-12-13serial: support 16-bit register interface for consoleMasahiro Yamada
2015-12-13serial: 8250_early: squash wait_for_xmitr() into serial_putc()Masahiro Yamada
2015-12-13serial: 8250_early: confirm empty transmitter after sending charactersMasahiro Yamada
2015-12-13serial: 8250_early: do not save and restore IER in write callbackMasahiro Yamada
2015-10-04serial: 8250: Add OF earlycon supportScott Wood
2015-07-23tty/early: make serial8250_early_{in,out} static againVineet Gupta
2015-05-10tty: serial: 8250: export early_serial8250_setup functionEddie Huang
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-04-14serial: 8250: Add support for big-endian MMIO accessesKevin Cernekee
2015-04-10earlycon: 8250: Fix command line regressionPeter Hurley
2015-03-26serial: 8250: remove the redundant includeWang Long
2015-03-26serial: 8250_early: Remove setup_early_serial8250_console()Peter Hurley
2015-03-26serial: earlycon: Enable earlycon without command line paramPeter Hurley
2015-03-26serial: 8250_early: Fix setup() error codePeter Hurley
2015-03-26serial: 8250_early: Assume uart already initialized if no baud optionPeter Hurley
2015-03-26serial: 8250_early: Remove early_device variablePeter Hurley
2015-03-26console: Add extensible console matchingPeter Hurley
2015-02-02tty/serial: 8250_early: Add support for PXA UARTsRob Herring
2015-01-09serial: 8250_early: optimize early 8250 uartVineet Gupta
2014-06-19tty/serial: fix 8250 early console option passing to regular consoleRob Herring
2014-05-03tty/serial: add back missing setup_early_serial8250_consoleRob Herring
2014-04-24tty/serial: convert 8250 to generic earlyconRob Herring
2013-08-12serial: 8250_early: fix comparison of different typesJingoo Han
2013-07-24tty/8250_early: Don't truncate last character of optionsHenrik Nordström
2013-01-20drivers/tty/serial/8250: use strlcpy instead of strcpyChen Gang
2012-11-16tty/8250_early: Turn serial_in/serial_out into weak symbols.Noam Camus
2012-10-24serial/8250/8250_early: Prevent rounding error in uartclkAlexey Brodkin
2012-01-24serial: group all the 8250 related code togetherPaul Gortmaker