summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2015-03-26serial: xuartps: Fix register space size.Thomas Betker
2015-03-26serial: of: set port iomem size from devicetreeMans Rullgard
2015-03-26serial: 8250: allow specifying iomem size in addition to addressMans Rullgard
2015-03-26serial: 8250_dw: add support for AMD SOC CarrizoKen Xue
2015-03-26tty: constify of_device_id arrayFabian Frederick
2015-03-26tty/hvc_opal: constify of_device_id arrayFabian Frederick
2015-03-26serial: sh-sci: Update calculation of timeout for DMANobuhiro Iwamatsu
2015-03-26serial: sh-sci: Add overrun handling of SCIFA and SCIFBNobuhiro Iwamatsu
2015-03-26sc16is7xx: enable the clockJakub Kicinski
2015-03-26sc16is7xx: don't wipe out port configuration on shutdownJakub Kicinski
2015-03-26sc16is7xx: remove ports on probe error pathJakub Kicinski
2015-03-26tty/serial: omap: fix !wakeirq messageDoug Kehn
2015-03-26tty: serial: Remove orphaned serial driverStephen Boyd
2015-03-26tty: serial: msm_serial: Remove dead codeStephen Boyd
2015-03-26serial: 8250_pci: remove non-used var for F81504Peter Hung
2015-03-26serial: 8250: remove the redundant includeWang Long
2015-03-26serial: 8250: Check UART_SCR is writablePeter Hurley
2015-03-26serial: 8250: Validate reg addr for Au1x00/RT288x i/o accessorsPeter Hurley
2015-03-26serial: 8250: Declare base port operations constPeter Hurley
2015-03-26serial: 8250: Decouple RSA probePeter Hurley
2015-03-26serial: 8250: Only get RSA resource when requiredPeter Hurley
2015-03-26serial: 8250: Get RSA resource iff CONFIG_SERIAL_8250_RSAPeter Hurley
2015-03-26serial: 8250: Initialize default dma handlers when setting defaultsPeter Hurley
2015-03-26serial: 8250: Initialize fixed type fields when setting defaultsPeter Hurley
2015-03-26serial: 8250: Encapsulate port i/o method initPeter Hurley
2015-03-26serial: 8250: Separate port initializationPeter Hurley
2015-03-26serial: 8250: Separate legacy irq handling from core port operationsPeter Hurley
2015-03-26serial: 8250: Separate 8250 console interfacePeter Hurley
2015-03-26serial: 8250_early: Remove setup_early_serial8250_console()Peter Hurley
2015-03-26serial: earlycon: Enable earlycon without command line paramPeter Hurley
2015-03-26serial: earlycon: Refactor earlycon registrationPeter Hurley
2015-03-26serial: earlycon: Skip parse_options() if empty stringPeter Hurley
2015-03-26serial: earlycon: Ignore parse_options() error codePeter Hurley
2015-03-26serial: 8250_early: Fix setup() error codePeter Hurley
2015-03-26serial: 8250_early: Assume uart already initialized if no baud optionPeter Hurley
2015-03-26serial: earlycon: Move ->uartclk initializePeter Hurley
2015-03-26serial: 8250_early: Remove early_device variablePeter Hurley
2015-03-26serial: core: Fix kernel doc for uart_console_write()Peter Hurley
2015-03-26console: Add extensible console matchingPeter Hurley
2015-03-26serial: 8250: Decouple core from skip_txen_test module paramPeter Hurley
2015-03-26serial: 8250: Move ns16550a_goto_hispeed() to local headerPeter Hurley
2015-03-26serial: 8250: Simplify capabilities reset at port unregisterPeter Hurley
2015-03-26serial: 8250: Remove duplicate ->handle_irq initializationPeter Hurley
2015-03-26serial: 8250: Compute ttyS index from port minorPeter Hurley
2015-03-26serial: core: Add minor field to uart_portPeter Hurley
2015-03-26tty/n_gsm: fix sparse warningLad, Prabhakar
2015-03-26tty: Use static attribute groups for sysfs entriesTakashi Iwai
2015-03-26bfin uart: it will hang when read current y count if not disable dma irqHao Liang
2015-03-23serial: 8250_dw: fix 'cts-override'Dmitry Torokhov
2015-03-23Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman