summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_early.c
AgeCommit message (Expand)AuthorLines
2025-04-25serial: switch uart_port::iotype to enum uart_iotypeJiri Slaby (SUSE)-0/+2
2024-10-28tty: serial: handle HAS_IOPORT dependenciesNiklas Schnelle-0/+4
2024-07-31serial: 8250_early: add xscale earlycon supportJisheng Zhang-0/+1
2024-07-31serial: 8250: move mmp|pxa uart earlycon codeJisheng Zhang-0/+10
2023-11-23serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl-0/+1
2023-07-25tty: Explicitly include correct DT includesRob Herring-1/+0
2023-05-13serial: 8250: RT288x/Au1xxx code away from coreIlpo Järvinen-21/+0
2023-01-19serial: 8250_early: Convert literals to use definesIlpo Järvinen-2/+2
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen-3/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby-1/+1
2020-11-13tty: serial: 8250: 8250_port: Move prototypes to shared locationLee Jones-3/+0
2020-06-02serial: 8250_early: Support kgdboc_earlyconDouglas Anderson-0/+23
2018-04-25serial: 8250_early: Setup divider when uartclk is passedMichal Simek-1/+1
2017-11-28serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn-6/+8
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman-0/+1
2017-07-30serial: 8250_early: Remove __init marking from early writeJeffy Chen-4/+4
2017-04-18serial: 8250_early: Add earlycon support for Palmchip UARTMarc Gonzalez-0/+24
2016-06-25serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UARTKefeng Wang-0/+1
2016-02-14serial: 8250_early: Add earlycon support for TegraJon Hunter-0/+1
2016-02-06serial: 8250_omap: Add omap8250 earlyconPeter Hurley-0/+21
2016-02-06serial: 8250_early: Use port->regshiftPeter Hurley-6/+10
2015-12-13serial: support 16-bit register interface for consoleMasahiro Yamada-0/+5
2015-12-13serial: 8250_early: squash wait_for_xmitr() into serial_putc()Masahiro Yamada-8/+4
2015-12-13serial: 8250_early: confirm empty transmitter after sending charactersMasahiro Yamada-4/+1
2015-12-13serial: 8250_early: do not save and restore IER in write callbackMasahiro Yamada-10/+1
2015-10-04serial: 8250: Add OF earlycon supportScott Wood-0/+4
2015-07-23tty/early: make serial8250_early_{in,out} static againVineet Gupta-2/+2
2015-05-10tty: serial: 8250: export early_serial8250_setup functionEddie Huang-1/+1
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+5
2015-04-14serial: 8250: Add support for big-endian MMIO accessesKevin Cernekee-0/+5
2015-04-10earlycon: 8250: Fix command line regressionPeter Hurley-19/+0
2015-03-26serial: 8250: remove the redundant includeWang Long-1/+0
2015-03-26serial: 8250_early: Remove setup_early_serial8250_console()Peter Hurley-5/+0
2015-03-26serial: earlycon: Enable earlycon without command line paramPeter Hurley-6/+1
2015-03-26serial: 8250_early: Fix setup() error codePeter Hurley-1/+1
2015-03-26serial: 8250_early: Assume uart already initialized if no baud optionPeter Hurley-2/+8
2015-03-26serial: 8250_early: Remove early_device variablePeter Hurley-4/+2
2015-03-26console: Add extensible console matchingPeter Hurley-23/+0
2015-02-02tty/serial: 8250_early: Add support for PXA UARTsRob Herring-3/+5
2015-01-09serial: 8250_early: optimize early 8250 uartVineet Gupta-2/+5
2014-06-19tty/serial: fix 8250 early console option passing to regular consoleRob Herring-1/+4
2014-05-03tty/serial: add back missing setup_early_serial8250_consoleRob Herring-0/+10
2014-04-24tty/serial: convert 8250 to generic earlyconRob Herring-123/+15
2013-08-12serial: 8250_early: fix comparison of different typesJingoo Han-1/+1
2013-07-24tty/8250_early: Don't truncate last character of optionsHenrik Nordström-1/+2
2013-01-20drivers/tty/serial/8250: use strlcpy instead of strcpyChen Gang-1/+1
2012-11-16tty/8250_early: Turn serial_in/serial_out into weak symbols.Noam Camus-21/+21
2012-10-24serial/8250/8250_early: Prevent rounding error in uartclkAlexey Brodkin-1/+1
2012-01-24serial: group all the 8250 related code togetherPaul Gortmaker-0/+287