summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: fsl_lpuart: clear receive flag on FIFO flushStefan Agner2015-03-261-0/+3
* tty: serial: fsl_lpuart: specify transmit FIFO sizeStefan Agner2015-03-261-0/+2
* serial: samsung: Clear operation mode on UART shutdownJavier Martinez Canillas2015-03-261-0/+1
* serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley2015-03-111-3/+12
* Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-088-50/+54
|\
| * TTY: fix tty_wait_until_sent maximum timeoutJohan Hovold2015-03-071-3/+3
| * TTY: fix tty_wait_until_sent on 64-bit machinesJohan Hovold2015-03-071-3/+9
| * TTY: bfin_jtag_comm: remove incorrect wait_until_sent operationJohan Hovold2015-03-071-13/+0
| * serial: sprd: Fix missing spin_unlock in sprd_handle_irq()Axel Lin2015-03-071-1/+3
| * tty: fix up atime/mtime mess, take fourJiri Slaby2015-03-071-2/+2
| * serial: 8250_dw: Fix get_mctrl behaviourDesmond Liu2015-03-071-0/+32
| * serial:8250:8250_pci: delete unneeded quirk entriesWang YanQing2015-03-071-14/+0
| * serial:8250:8250_pci: fix redundant entry report for WCH_CH352_2SWang YanQing2015-03-071-4/+0
| * Change email address for 8250_pciRussell King2015-03-071-1/+1
| * serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is someth...Sebastian Andrzej Siewior2015-03-071-6/+5
| * Revert "tty/serial: of_serial: add DT alias ID handling"Baruch Siach2015-03-071-4/+0
* | tty: serial: atmel: rework interrupt and wakeup handlingBoris BREZILLON2015-03-061-4/+45
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-1/+1
|\
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-1/+1
* | Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-1543-1605/+4176
|\ \
| * | serial: 8250: Fix UART_BUG_TXEN workaroundPeter Hurley2015-02-071-1/+1
| * | serial: driver for ETRAX FS UARTNiklas Cassel2015-02-073-0/+1007
| * | tty: remove unused variable spropFabian Frederick2015-02-031-1/+0
| * | serial: of-serial: fetch line number from DTLucas Stach2015-02-031-0/+5
| * | serial: samsung: earlycon support depends on CONFIG_SERIAL_SAMSUNG_CONSOLEMarek Szyprowski2015-02-021-0/+2
| * | tty/serial: serial8250_set_divisor() can be statickbuild test robot2015-02-021-1/+1
| * | tty/serial: Add Spreadtrum sc9836-uart driver supportChunyan Zhang2015-02-023-0/+812
| * | serial: samsung: remove redundant interrupt enablingRobert Baldyga2015-02-021-8/+1
| * | tty: Remove external interface for tty_set_termios()Peter Hurley2015-02-021-2/+1
| * | serial: omap: Fix RTS handlingPeter Hurley2015-02-021-8/+14
| * | serial: 8250_omap: Use UPSTAT_AUTORTS for RTS handlingPeter Hurley2015-02-021-9/+7
| * | serial: core: Rework hw-assisted flow control supportPeter Hurley2015-02-023-49/+41
| * | tty/serial: 8250_early: Add support for PXA UARTsRob Herring2015-02-021-3/+5
| * | tty/serial: of_serial: add support for PXA/MMP uartsRob Herring2015-02-021-0/+4
| * | tty/serial: of_serial: add DT alias ID handlingRob Herring2015-02-021-0/+4
| * | serial: 8250: Prevent concurrent updates to shadow registersPeter Hurley2015-02-021-9/+9
| * | serial: 8250: Use canary to restart console after suspendPeter Hurley2015-02-021-1/+34
| * | serial: 8250: Refactor XR17V35X divisor calculationPeter Hurley2015-02-021-22/+30
| * | serial: 8250: Refactor divisor programmingPeter Hurley2015-02-021-39/+48
| * | serial: 8250: Refactor LCR computationPeter Hurley2015-02-021-11/+21
| * | serial: 8250: Move UART_BUG_QUOT workaroundPeter Hurley2015-02-021-8/+9
| * | tty: serial: men_z135_uart: Fix driver for changes in hardwareJohannes Thumshirn2015-02-021-46/+109
| * | serial: core: Simplify console suspend logic in uart_suspend_port()Peter Hurley2015-02-021-18/+17
| * | n_tty: Fix signal handling flushesPeter Hurley2015-02-022-15/+31
| * | pty: Fix buffer flush deadlockPeter Hurley2015-02-022-1/+15
| * | tty: Make lock subclasses available for other tty locksPeter Hurley2015-02-021-11/+1
| * | n_tty: Fix read buffer overwrite when no newlinePeter Hurley2015-02-021-30/+62
| * | n_tty: Fix PARMRK over-throttlingPeter Hurley2015-02-021-8/+4
| * | n_tty: Fix unordered accesses to lockless read bufferPeter Hurley2015-02-021-53/+48
| * | n_tty: Simplify throttle threshold calculationPeter Hurley2015-02-021-1/+1