summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-06tty: ipwireless: Fix probable mask then right shift defectsJoe Perches
2014-11-06serial: imx: Remove unneeded registration messageFabio Estevam
2014-11-06serial: imx: Remove unneeded OOM error messageFabio Estevam
2014-11-06serial: imx: Remove unneeded goto labelFabio Estevam
2014-11-06serial: imx: Fix the reporting of interruptsFabio Estevam
2014-11-06tty/serial: earlycon: Fix print for implied MMIO caseKumar Gala
2014-11-06Merge branch 'tty-linus' into 'tty-testing'Greg Kroah-Hartman
2014-11-06serial/sc16is7xx: Remove obsolete #ifset TIOC[SG]RS485Ricardo Ribalda Delgado
2014-11-06serial/max310x: Remove obsolete #ifset TIOC[SG]RS485Ricardo Ribalda Delgado
2014-11-06serial: 8250_dw: Add DMA support for non-ACPI platformsRay Jui
2014-11-06tty: hvcs: Remove unnecessary KERN_ERR in hvcs.cMasanari Iida
2014-11-06max310x: max3109_detect should use indirect addressing in SPI mode for REVID ...Gregory Hermant
2014-11-06serial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCKPaul Bolle
2014-11-06tty: ar933x_uart: use container_of to resolve ar933x_uart_port from uart_portFabian Frederick
2014-11-06serial: use container_of to resolve uart_sunzilog_port from uart_portFabian Frederick
2014-11-06serial: pnx8xxx: use container_of to resolve pnx8xxx_port from uart_portFabian Frederick
2014-11-06serial: amba-pl010: use container_of to resolve uart_amba_port from uart_portFabian Frederick
2014-11-06serial: sunsab: use container_of to resolve uart_sunsu_port from uart_portFabian Frederick
2014-11-06serial: sunsu: use container_of to resolve uart_sunsu_port from uart_portFabian Frederick
2014-11-06tty: use container_of to resolve uart_pmac_port from uart_portFabian Frederick
2014-11-06TTY: jsm: use container_of to resolve jsm_channel from uart_portFabian Frederick
2014-11-06serial: cpm_uart: use container_of to resolve uart_cpm_port from uart_portFabian Frederick
2014-11-06serial: mpsc: use container_of to resolve mpsc_port_info from uart_portFabian Frederick
2014-11-06serial: use container_of to resolve uart_ip22zilog_port from uart_portFabian Frederick
2014-11-06serial: sa1100: use container_of to resolve sa1100_port from uart_portFabian Frederick
2014-11-06serial: use container_of to resolve uart_sio_port from uart_portFabian Frederick
2014-11-06tty: serial: 8250: omap: add dma supportSebastian Andrzej Siewior
2014-11-06tty: serial: 8250: omap: add custom irq handlingSebastian Andrzej Siewior
2014-11-06tty: serial: 8250_omap: add custom DMA-RX callbackSebastian Andrzej Siewior
2014-11-06tty: serial: 8250_omap: add custom DMA-TX callbackSebastian Andrzej Siewior
2014-11-06tty: serial: 8250: allow to use custom DMA implementationSebastian Andrzej Siewior
2014-11-06tty: serial: 8250_dma: keep own book keeping about RX transfersSebastian Andrzej Siewior
2014-11-06tty: serial: 8250_dma: handle error on TX submitSebastian Andrzej Siewior
2014-11-06tty: serial: Add 8250-core based omap driverSebastian Andrzej Siewior
2014-11-06tty: serial: 8250: make serial8250_console_setup() non _initSebastian Andrzej Siewior
2014-11-06tty: serial: 8250: Fix wording in runtime-PM commentsSebastian Andrzej Siewior
2014-11-06serial: mxs-auart: add sysrq supportJanusz Uzycki
2014-11-06tty: serial: omap: Remove probe error messageMarkus Pargmann
2014-11-06serial: core: Fix port count when uart_open() errorsPeter Hurley
2014-11-06serial: core: Remove extra locking in uart_write()Peter Hurley
2014-11-06serial: core: Colocate crucial structure linkagePeter Hurley
2014-11-06serial: core: Remove redundant timeout assignmentsPeter Hurley
2014-11-06serial: core: Unwrap >80 char line in uart_close()Peter Hurley
2014-11-06tty: Document defunct ASYNC_* bits in uapi headerPeter Hurley
2014-11-06tty,serial: Unify UPF_* and ASYNC_* flag definitionsPeter Hurley
2014-11-06serial: Fix locking for uart driver set_termios() methodPeter Hurley
2014-11-06serial: core: Flush ldisc after dropping port mutex in uart_close()Peter Hurley
2014-11-06serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley
2014-11-06tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley
2014-11-06tty: Fix timeout on pty set ldiscPeter Hurley