summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2015-03-27serial: sh-sci: Add overrun handling of SCIFA and SCIFBNobuhiro Iwamatsu1-12/+36
2015-03-27sc16is7xx: enable the clockJakub Kicinski1-0/+1
2015-03-27sc16is7xx: don't wipe out port configuration on shutdownJakub Kicinski1-3/+5
2015-03-27sc16is7xx: remove ports on probe error pathJakub Kicinski1-0/+3
2015-03-27tty/serial: omap: fix !wakeirq messageDoug Kehn1-5/+5
2015-03-27tty: serial: Remove orphaned serial driverStephen Boyd3-1887/+0
2015-03-27tty: serial: msm_serial: Remove dead codeStephen Boyd2-10/+1
2015-03-27serial: 8250_pci: remove non-used var for F81504Peter Hung1-9/+2
2015-03-27serial: 8250: remove the redundant includeWang Long6-6/+0
2015-03-27serial: 8250: Check UART_SCR is writablePeter Hurley1-1/+2
2015-03-27serial: 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-26tty/n_gsm: fix sparse warningLad, Prabhakar1-1/+1
2015-03-26tty: Use static attribute groups for sysfs entriesTakashi Iwai2-43/+41
2015-03-26bfin uart: it will hang when read current y count if not disable dma irqHao Liang1-0/+2
2015-03-24serial: 8250_dw: fix 'cts-override'Dmitry Torokhov1-3/+3
2015-03-23Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman1-3/+12
2015-03-19PNP: 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