summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-11-05serial: use container_of to resolve uart_sunzilog_port from uart_portFabian Frederick
2014-11-05serial: pnx8xxx: use container_of to resolve pnx8xxx_port from uart_portFabian Frederick
2014-11-05serial: amba-pl010: use container_of to resolve uart_amba_port from uart_portFabian Frederick
2014-11-05serial: sunsab: use container_of to resolve uart_sunsu_port from uart_portFabian Frederick
2014-11-05serial: sunsu: use container_of to resolve uart_sunsu_port from uart_portFabian Frederick
2014-11-05tty: use container_of to resolve uart_pmac_port from uart_portFabian Frederick
2014-11-05TTY: jsm: use container_of to resolve jsm_channel from uart_portFabian Frederick
2014-11-05serial: cpm_uart: use container_of to resolve uart_cpm_port from uart_portFabian Frederick
2014-11-05serial: mpsc: use container_of to resolve mpsc_port_info from uart_portFabian Frederick
2014-11-05serial: use container_of to resolve uart_ip22zilog_port from uart_portFabian Frederick
2014-11-05serial: sa1100: use container_of to resolve sa1100_port from uart_portFabian Frederick
2014-11-05serial: use container_of to resolve uart_sio_port from uart_portFabian Frederick
2014-11-05tty: serial: 8250: omap: add dma supportSebastian Andrzej Siewior
2014-11-05tty: serial: 8250: omap: add custom irq handlingSebastian Andrzej Siewior
2014-11-05tty: serial: 8250_omap: add custom DMA-RX callbackSebastian Andrzej Siewior
2014-11-05tty: serial: 8250_omap: add custom DMA-TX callbackSebastian Andrzej Siewior
2014-11-05tty: serial: 8250: allow to use custom DMA implementationSebastian Andrzej Siewior
2014-11-05tty: serial: 8250_dma: keep own book keeping about RX transfersSebastian Andrzej Siewior
2014-11-05tty: serial: 8250_dma: handle error on TX submitSebastian Andrzej Siewior
2014-11-05tty: serial: Add 8250-core based omap driverSebastian Andrzej Siewior
2014-11-05tty: serial: 8250: make serial8250_console_setup() non _initSebastian Andrzej Siewior
2014-11-05tty: serial: 8250: Fix wording in runtime-PM commentsSebastian Andrzej Siewior
2014-11-05serial: mxs-auart: add sysrq supportJanusz Uzycki
2014-11-05tty: serial: omap: Remove probe error messageMarkus Pargmann
2014-11-05serial: core: Fix port count when uart_open() errorsPeter Hurley
2014-11-05serial: core: Remove extra locking in uart_write()Peter Hurley
2014-11-05serial: core: Colocate crucial structure linkagePeter Hurley
2014-11-05serial: core: Remove redundant timeout assignmentsPeter Hurley
2014-11-05serial: core: Unwrap >80 char line in uart_close()Peter Hurley
2014-11-05serial: Fix locking for uart driver set_termios() methodPeter Hurley
2014-11-05serial: core: Flush ldisc after dropping port mutex in uart_close()Peter Hurley
2014-11-05serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley
2014-11-05tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley
2014-11-05tty: Fix timeout on pty set ldiscPeter Hurley
2014-11-05tty: Fix hung task on pty hangupPeter Hurley
2014-11-05tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functionsPeter Hurley
2014-11-05pty, n_tty: Simplify input processing on final closePeter Hurley
2014-11-05pty: Don't drop pty master tty lock to hangup slavePeter Hurley
2014-11-05tty: Preset lock subclass for nested tty locksPeter Hurley
2014-11-05tty: Change tty lock order to master->slavePeter Hurley
2014-11-05tty: Simplify tty_release() state checksPeter Hurley
2014-11-05tty: Simplify tty_release_checks() interfacePeter Hurley
2014-11-05tty: Simplify tty_ldisc_release() interfacePeter Hurley
2014-11-05tty: Fold pty pair handling into tty_flush_works()Peter Hurley
2014-11-05tty: Simplify pty pair teardown logicPeter Hurley
2014-11-05tty: Document check_tty_count() requires tty_lock heldPeter Hurley
2014-11-05tty: Don't release tty locks for wait queue sanity checkPeter Hurley
2014-11-05tty: Don't take tty_mutex for tty count changesPeter Hurley
2014-11-05tty: Remove TTY_CLOSINGPeter Hurley
2014-11-05tty: Drop tty_mutex before tty reopenPeter Hurley