aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_early.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen1-3/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2020-11-13tty: serial: 8250: 8250_port: Move prototypes to shared locationLee Jones1-3/+0
2020-06-02serial: 8250_early: Support kgdboc_earlyconDouglas Anderson1-0/+23
2018-04-25serial: 8250_early: Setup divider when uartclk is passedMichal Simek1-1/+1
2017-11-28serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn1-6/+8
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-07-30serial: 8250_early: Remove __init marking from early writeJeffy Chen1-4/+4
2017-04-18serial: 8250_early: Add earlycon support for Palmchip UARTMarc Gonzalez1-0/+24
2016-06-25serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UARTKefeng Wang1-0/+1
2016-02-14serial: 8250_early: Add earlycon support for TegraJon Hunter1-0/+1
2016-02-06serial: 8250_omap: Add omap8250 earlyconPeter Hurley1-0/+21
2016-02-06serial: 8250_early: Use port->regshiftPeter Hurley1-6/+10
2015-12-13serial: support 16-bit register interface for consoleMasahiro Yamada1-0/+5
2015-12-13serial: 8250_early: squash wait_for_xmitr() into serial_putc()Masahiro Yamada1-8/+4
2015-12-13serial: 8250_early: confirm empty transmitter after sending charactersMasahiro Yamada1-4/+1
2015-12-13serial: 8250_early: do not save and restore IER in write callbackMasahiro Yamada1-10/+1
2015-10-04serial: 8250: Add OF earlycon supportScott Wood1-0/+4
2015-07-23tty/early: make serial8250_early_{in,out} static againVineet Gupta1-2/+2
2015-05-10tty: serial: 8250: export early_serial8250_setup functionEddie Huang1-1/+1
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+5
2015-04-14serial: 8250: Add support for big-endian MMIO accessesKevin Cernekee1-0/+5
2015-04-10earlycon: 8250: Fix command line regressionPeter Hurley1-19/+0
2015-03-26serial: 8250: remove the redundant includeWang Long1-1/+0
2015-03-26serial: 8250_early: Remove setup_early_serial8250_console()Peter Hurley1-5/+0
2015-03-26serial: earlycon: Enable earlycon without command line paramPeter Hurley1-6/+1
2015-03-26serial: 8250_early: Fix setup() error codePeter Hurley1-1/+1
2015-03-26serial: 8250_early: Assume uart already initialized if no baud optionPeter Hurley1-2/+8
2015-03-26serial: 8250_early: Remove early_device variablePeter Hurley1-4/+2
2015-03-26console: Add extensible console matchingPeter Hurley1-23/+0
2015-02-02tty/serial: 8250_early: Add support for PXA UARTsRob Herring1-3/+5
2015-01-09serial: 8250_early: optimize early 8250 uartVineet Gupta1-2/+5
2014-06-19tty/serial: fix 8250 early console option passing to regular consoleRob Herring1-1/+4
2014-05-03tty/serial: add back missing setup_early_serial8250_consoleRob Herring1-0/+10
2014-04-24tty/serial: convert 8250 to generic earlyconRob Herring1-123/+15
2013-08-12serial: 8250_early: fix comparison of different typesJingoo Han1-1/+1
2013-07-24tty/8250_early: Don't truncate last character of optionsHenrik Nordström1-1/+2
2013-01-20drivers/tty/serial/8250: use strlcpy instead of strcpyChen Gang1-1/+1
2012-11-16tty/8250_early: Turn serial_in/serial_out into weak symbols.Noam Camus1-21/+21
2012-10-24serial/8250/8250_early: Prevent rounding error in uartclkAlexey Brodkin1-1/+1
2012-01-24serial: group all the 8250 related code togetherPaul Gortmaker1-0/+287