summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2014-11-07serial: ralink: adds Mediatek MT7620 serialJohn Crispin1-1/+1
2014-11-07serial: of: add a PORT_RT2880 definitionJohn Crispin2-2/+13
2014-11-07tty: serial: omap: Increase max consoles and add check to prevent crashNishanth Menon1-1/+8
2014-11-06serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINEPeter Hurley1-1/+2
2014-11-06serial: 8250_em: Remove out-of-memory messagePeter Hurley1-3/+1
2014-11-06cris: Remove obsolete ASYNC_SPLIT_TERMIOS behaviorPeter Hurley2-13/+0
2014-11-06serial: hp300: Remove obsolete commentsPeter Hurley1-4/+0
2014-11-06serial: imx: Remove unneeded registration messageFabio Estevam1-4/+1
2014-11-06serial: imx: Remove unneeded OOM error messageFabio Estevam1-1/+0
2014-11-06serial: imx: Remove unneeded goto labelFabio Estevam1-5/+2
2014-11-06serial: imx: Fix the reporting of interruptsFabio Estevam1-48/+30
2014-11-06tty/serial: earlycon: Fix print for implied MMIO caseKumar Gala1-1/+1
2014-11-06Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman1-1/+1
2014-11-06serial/sc16is7xx: Remove obsolete #ifset TIOC[SG]RS485Ricardo Ribalda Delgado1-4/+0
2014-11-06serial/max310x: Remove obsolete #ifset TIOC[SG]RS485Ricardo Ribalda Delgado1-2/+0
2014-11-06serial: 8250_dw: Add DMA support for non-ACPI platformsRay Jui1-0/+8
2014-11-06max310x: max3109_detect should use indirect addressing in SPI mode for REVID ...Gregory Hermant1-1/+4
2014-11-06serial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCKPaul Bolle1-27/+0
2014-11-06tty: ar933x_uart: use container_of to resolve ar933x_uart_port from uart_portFabian Frederick1-10/+20
2014-11-06serial: use container_of to resolve uart_sunzilog_port from uart_portFabian Frederick1-8/+16
2014-11-06serial: pnx8xxx: use container_of to resolve pnx8xxx_port from uart_portFabian Frederick1-16/+32
2014-11-06serial: amba-pl010: use container_of to resolve uart_amba_port from uart_portFabian Frederick1-12/+24
2014-11-06serial: sunsab: use container_of to resolve uart_sunsu_port from uart_portFabian Frederick1-12/+24
2014-11-06serial: sunsu: use container_of to resolve uart_sunsu_port from uart_portFabian Frederick1-13/+26
2014-11-06tty: use container_of to resolve uart_pmac_port from uart_portFabian Frederick1-3/+6
2014-11-06TTY: jsm: use container_of to resolve jsm_channel from uart_portFabian Frederick1-10/+20
2014-11-06serial: cpm_uart: use container_of to resolve uart_cpm_port from uart_portFabian Frederick1-16/+32
2014-11-06serial: mpsc: use container_of to resolve mpsc_port_info from uart_portFabian Frederick1-13/+26
2014-11-06serial: use container_of to resolve uart_ip22zilog_port from uart_portFabian Frederick1-6/+12
2014-11-06serial: sa1100: use container_of to resolve sa1100_port from uart_portFabian Frederick1-15/+30
2014-11-06serial: use container_of to resolve uart_sio_port from uart_portFabian Frederick1-14/+28
2014-11-06tty: serial: 8250: omap: add dma supportSebastian Andrzej Siewior1-0/+71
2014-11-06tty: serial: 8250: omap: add custom irq handlingSebastian Andrzej Siewior3-2/+61
2014-11-06tty: serial: 8250_omap: add custom DMA-RX callbackSebastian Andrzej Siewior1-0/+96
2014-11-06tty: serial: 8250_omap: add custom DMA-TX callbackSebastian Andrzej Siewior1-0/+144
2014-11-06tty: serial: 8250: allow to use custom DMA implementationSebastian Andrzej Siewior3-5/+11
2014-11-06tty: serial: 8250_dma: keep own book keeping about RX transfersSebastian Andrzej Siewior2-6/+5
2014-11-06tty: serial: 8250_dma: handle error on TX submitSebastian Andrzej Siewior3-6/+28
2014-11-06tty: serial: Add 8250-core based omap driverSebastian Andrzej Siewior3-0/+924
2014-11-06tty: serial: 8250: make serial8250_console_setup() non _initSebastian Andrzej Siewior1-1/+1
2014-11-06tty: serial: 8250: Fix wording in runtime-PM commentsSebastian Andrzej Siewior1-2/+2
2014-11-06serial: mxs-auart: add sysrq supportJanusz Uzycki1-0/+4
2014-11-06tty: serial: omap: Remove probe error messageMarkus Pargmann1-2/+0
2014-11-06serial: core: Fix port count when uart_open() errorsPeter Hurley1-10/+15
2014-11-06serial: core: Remove extra locking in uart_write()Peter Hurley1-1/+2
2014-11-06serial: core: Colocate crucial structure linkagePeter Hurley1-2/+3
2014-11-06serial: core: Remove redundant timeout assignmentsPeter Hurley1-2/+0
2014-11-06serial: core: Unwrap >80 char line in uart_close()Peter Hurley1-2/+1
2014-11-06serial: Fix locking for uart driver set_termios() methodPeter Hurley1-1/+7
2014-11-06serial: core: Flush ldisc after dropping port mutex in uart_close()Peter Hurley1-3/+2