aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_early.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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