summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds45-488/+2183
2014-10-07Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2014-10-02Revert "serial/core: Initialize the console pm state"Greg Kroah-Hartman1-3/+0
2014-09-28tty: serial: msm: Add earlycon supportStephen Boyd2-12/+63
2014-09-28serial/core: Initialize the console pm stateSudhir Sreedharan1-0/+3
2014-09-28serial: asc: Conditionally use readl_relaxed (COMPILE_TEST)Daniel Thompson1-0/+4
2014-09-28serial: of-serial: add PM suspend/resume supportJingchang Lu1-0/+27
2014-09-28tty/metag_da: Add console_poll module parameterJames Hogan1-2/+12
2014-09-28serial: 8250_pci: remove rts_n override from Baytrail quirkHeikki Krogerus1-13/+0
2014-09-28serial: cadence: Add generic earlycon supportMichal Simek2-0/+20
2014-09-28serial: imx: change the wait even to interruptiableHuang Shijie1-1/+10
2014-09-28serial: imx: terminate the RX DMA when the UART is suspendingHuang Shijie1-6/+8
2014-09-28serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow con...Fugang Duan1-4/+2
2014-09-28serial: 8250: Add Quark X1000 to 8250_pci.cBryan O'Donoghue1-0/+21
2014-09-28tty: omap-serial: pull out calculation from baud_is_mode16Frans Klaver1-18/+24
2014-09-28tty: omap-serial: fix division by zeroFrans Klaver1-2/+10
2014-09-28xen_hvc: no reason to write the type key on xenstoreStefano Stabellini1-3/+0
2014-09-26tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()Sebastian Andrzej Siewior1-1/+1
2014-09-26tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_...Sebastian Andrzej Siewior1-0/+5
2014-09-26tty: serial: 8250_core: read only RX if there is something in the FIFOSebastian Andrzej Siewior1-5/+6
2014-09-26tty: serial: 8250_core: add run time pmSebastian Andrzej Siewior2-13/+121
2014-09-26tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacksSebastian Andrzej Siewior1-0/+14
2014-09-23tty: Hold termios_rwsem for tcflow(TCIxxx)Peter Hurley1-3/+7
2014-09-23tty: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley2-33/+33
2014-09-23tty: Serialize tcflow() with other tty flow control changesPeter Hurley1-2/+6
2014-09-23tty: Move packet mode flow control notifications to pty driverPeter Hurley2-27/+45
2014-09-23tty: Serialize tty flow control changes with flow_lockPeter Hurley1-11/+28
2014-09-23serial: core: Use spin_lock_irq() in uart_set_termios()Peter Hurley1-5/+4
2014-09-23serial: bfin-uart: Fix auto CTSPeter Hurley1-1/+2
2014-09-23serial: core: Privatize tty->hw_stoppedPeter Hurley2-22/+20
2014-09-23serial: core: Privatize modem status enable flagsPeter Hurley2-13/+18
2014-09-23serial: core: Document and assert lock requirements for irq helpersPeter Hurley1-0/+8
2014-09-20tty: serial_mctrl_gpio: Fix COMPILE_TEST build for architectures with custom ...Alexander Shiyan1-1/+1
2014-09-14Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman3-2/+44
2014-09-10tty: serial: 8250: Add Mediatek UART driverMatthias Brugger3-0/+301
2014-09-10serial: asc: Adopt readl_/writel_relaxed()Daniel Thompson1-1/+5
2014-09-09serial: clps711x: Fix COMPILE_TEST build for target without GPIOLIB supportAlexander Shiyan1-1/+1
2014-09-09serial/8250_core: Add reference to uacess.hRicardo Ribalda Delgado1-0/+1
2014-09-08tty: xuartps: Fix tx_emtpy() callbackLars-Peter Clausen1-1/+1
2014-09-08tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS()Richard Genoud1-1/+42
2014-09-08serial: 8250_dw: Add ACPI ID for Intel BraswellAlan Cox1-0/+1
2014-09-08tty: serial: 8250_core: allow to overwrite & export serial8250_startup()Sebastian Andrzej Siewior1-2/+23
2014-09-08tty: serial: 8250_core: provide a function to export uart_8250_portSebastian Andrzej Siewior2-0/+20
2014-09-08tty/vt/keyboard: Resolve many shadow warningsMark Rustad1-83/+83
2014-09-08tty: vt8500_serial: explicitly calculate base baud rateAlexey Charkov1-6/+21
2014-09-08tty: vt8500_serial: add polled console functionsAlexey Charkov1-0/+31
2014-09-08tty: vt8500_serial: add missing support for RTS settingAlexey Charkov1-0/+8
2014-09-08tty: vt8500_serial: add support for UART in WM8880 chipsAlexey Charkov1-14/+56
2014-09-08serial: kgdb_nmi: No CON_ENABLED by defaultDaniel Thompson1-2/+3
2014-09-08serial: amba-pl011: Use container_of() to get uart_amba_portDaniel Thompson1-18/+36