summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2015-03-26serial: 8250: remove the redundant includeWang Long6-6/+0
2015-03-26serial: 8250: Check UART_SCR is writablePeter Hurley1-1/+2
2015-03-26serial: 8250: Validate reg addr for Au1x00/RT288x i/o accessorsPeter Hurley1-18/+30
2015-03-26serial: 8250: Declare base port operations constPeter Hurley1-1/+1
2015-03-26serial: 8250: Decouple RSA probePeter Hurley2-39/+76
2015-03-26serial: 8250: Only get RSA resource when requiredPeter Hurley1-14/+18
2015-03-26serial: 8250: Get RSA resource iff CONFIG_SERIAL_8250_RSAPeter Hurley1-0/+10
2015-03-26serial: 8250: Initialize default dma handlers when setting defaultsPeter Hurley1-7/+9
2015-03-26serial: 8250: Initialize fixed type fields when setting defaultsPeter Hurley1-16/+12
2015-03-26serial: 8250: Encapsulate port i/o method initPeter Hurley1-4/+13
2015-03-26serial: 8250: Separate port initializationPeter Hurley1-4/+11
2015-03-26serial: 8250: Separate legacy irq handling from core port operationsPeter Hurley1-30/+53
2015-03-26serial: 8250: Separate 8250 console interfacePeter Hurley1-24/+41
2015-03-26serial: 8250_early: Remove setup_early_serial8250_console()Peter Hurley1-5/+0
2015-03-26serial: earlycon: Enable earlycon without command line paramPeter Hurley2-25/+74
2015-03-26serial: earlycon: Refactor earlycon registrationPeter Hurley1-17/+25
2015-03-26serial: earlycon: Skip parse_options() if empty stringPeter Hurley1-4/+7
2015-03-26serial: earlycon: Ignore parse_options() error codePeter Hurley1-2/+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: earlycon: Move ->uartclk initializePeter Hurley1-2/+1
2015-03-26serial: 8250_early: Remove early_device variablePeter Hurley1-4/+2
2015-03-26serial: core: Fix kernel doc for uart_console_write()Peter Hurley1-1/+1
2015-03-26console: Add extensible console matchingPeter Hurley2-39/+48
2015-03-26serial: 8250: Decouple core from skip_txen_test module paramPeter Hurley1-1/+9
2015-03-26serial: 8250: Move ns16550a_goto_hispeed() to local headerPeter Hurley2-18/+17
2015-03-26serial: 8250: Simplify capabilities reset at port unregisterPeter Hurley1-1/+1
2015-03-26serial: 8250: Remove duplicate ->handle_irq initializationPeter Hurley1-2/+0
2015-03-26serial: 8250: Compute ttyS index from port minorPeter Hurley1-1/+1
2015-03-26serial: core: Add minor field to uart_portPeter Hurley1-0/+1
2015-03-26bfin uart: it will hang when read current y count if not disable dma irqHao Liang1-0/+2
2015-03-23serial: 8250_dw: fix 'cts-override'Dmitry Torokhov1-3/+3
2015-03-23Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman1-3/+12
2015-03-18PNP: tty/serial/8250/8250_fintek: Use module_pnp_driver to register driverPeter Huewe1-12/+1
2015-03-11serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley1-3/+12
2015-03-11drivers/tty: serial: remove info messageJorge Ramirez-Ortiz1-1/+0
2015-03-11serial, x86: use UPF_* constants for flagsAndy Shevchenko1-1/+1
2015-03-11serial: imx: Add braces to avoid ambiguous 'else'Fabio Estevam1-3/+3
2015-03-11serial: mctrl_gpio: Fix build warningsFabio Estevam1-2/+1
2015-03-11serial: mxs-auart: Fix build errorFabio Estevam1-1/+1
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman19-1931/+577
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-30/+41
2015-03-07serial/8250_dw: use platform_get_irq() instead of platform_get_resource()Alexey Brodkin1-4/+10
2015-03-07serial: earlycon: Refactor parse_options into serial corePeter Hurley2-26/+59
2015-03-07tty/serial: at91: correct the usage of taskletLeilei Zhao1-0/+4
2015-03-07tty/serial: at91: set ops in property init each timeLeilei Zhao1-0/+1
2015-03-07tty/serial: at91: revise the return type of atmel_init_propertyLeilei Zhao1-4/+3
2015-03-07tty/serial: at91: correct buffer size used in DMALeilei Zhao1-1/+1
2015-03-07tty/serial: at91: correct check of buf used in DMALeilei Zhao1-2/+2
2015-03-07drivers/tty: amba: defer DMA probe until the DMA channel is required.Jorge Ramirez-Ortiz1-54/+17