summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-1/+0Star
|\
| * sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-121-1/+1
|\ \
| * | powerpc: Remove powerpc specific cmd_lineAnton Blanchard2014-10-021-1/+1
* | | Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-121-5/+4Star
|\ \ \
| * | | xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-5/+4Star
| |/ /
* | | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-1/+2
|\ \ \
| * | | security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-1/+2
| | |/ | |/|
* | | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-092-14/+9Star
|\ \ \
| * | | tty: sc16is7xx: remove retval from gpiochip_remove()Linus Walleij2014-09-231-8/+5Star
| * | | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-6/+4Star
| |/ /
* | | Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-0845-488/+2183
|\ \ \
| * | | Revert "serial/core: Initialize the console pm state"Greg Kroah-Hartman2014-10-031-3/+0Star
| * | | tty: serial: msm: Add earlycon supportStephen Boyd2014-09-292-12/+63
| * | | serial/core: Initialize the console pm stateSudhir Sreedharan2014-09-291-0/+3
| * | | serial: asc: Conditionally use readl_relaxed (COMPILE_TEST)Daniel Thompson2014-09-291-0/+4
| * | | serial: of-serial: add PM suspend/resume supportJingchang Lu2014-09-291-0/+27
| * | | tty/metag_da: Add console_poll module parameterJames Hogan2014-09-291-2/+12
| * | | serial: 8250_pci: remove rts_n override from Baytrail quirkHeikki Krogerus2014-09-291-13/+0Star
| * | | serial: cadence: Add generic earlycon supportMichal Simek2014-09-292-0/+20
| * | | serial: imx: change the wait even to interruptiableHuang Shijie2014-09-291-1/+10
| * | | serial: imx: terminate the RX DMA when the UART is suspendingHuang Shijie2014-09-291-6/+8
| * | | serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow con...Fugang Duan2014-09-291-4/+2Star
| * | | serial: 8250: Add Quark X1000 to 8250_pci.cBryan O'Donoghue2014-09-291-0/+21
| * | | tty: omap-serial: pull out calculation from baud_is_mode16Frans Klaver2014-09-291-18/+24
| * | | tty: omap-serial: fix division by zeroFrans Klaver2014-09-291-2/+10
| * | | xen_hvc: no reason to write the type key on xenstoreStefano Stabellini2014-09-291-3/+0Star
| * | | tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()Sebastian Andrzej Siewior2014-09-261-1/+1
| * | | tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_...Sebastian Andrzej Siewior2014-09-261-0/+5
| * | | tty: serial: 8250_core: read only RX if there is something in the FIFOSebastian Andrzej Siewior2014-09-261-5/+6
| * | | tty: serial: 8250_core: add run time pmSebastian Andrzej Siewior2014-09-262-13/+121
| * | | tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacksSebastian Andrzej Siewior2014-09-261-0/+14
| * | | tty: Hold termios_rwsem for tcflow(TCIxxx)Peter Hurley2014-09-241-3/+7
| * | | tty: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley2014-09-242-33/+33
| * | | tty: Serialize tcflow() with other tty flow control changesPeter Hurley2014-09-241-2/+6
| * | | tty: Move packet mode flow control notifications to pty driverPeter Hurley2014-09-242-27/+45
| * | | tty: Serialize tty flow control changes with flow_lockPeter Hurley2014-09-241-11/+28
| * | | serial: core: Use spin_lock_irq() in uart_set_termios()Peter Hurley2014-09-241-5/+4Star
| * | | serial: bfin-uart: Fix auto CTSPeter Hurley2014-09-241-1/+2
| * | | serial: core: Privatize tty->hw_stoppedPeter Hurley2014-09-242-22/+20Star
| * | | serial: core: Privatize modem status enable flagsPeter Hurley2014-09-242-13/+18
| * | | serial: core: Document and assert lock requirements for irq helpersPeter Hurley2014-09-241-0/+8
| * | | tty: serial_mctrl_gpio: Fix COMPILE_TEST build for architectures with custom ...Alexander Shiyan2014-09-201-1/+1
| * | | Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman2014-09-153-2/+44
| |\ \ \ | | | |/ | | |/|
| * | | tty: serial: 8250: Add Mediatek UART driverMatthias Brugger2014-09-103-0/+301
| * | | serial: asc: Adopt readl_/writel_relaxed()Daniel Thompson2014-09-101-1/+5
| * | | serial: clps711x: Fix COMPILE_TEST build for target without GPIOLIB supportAlexander Shiyan2014-09-101-1/+1
| * | | serial/8250_core: Add reference to uacess.hRicardo Ribalda Delgado2014-09-101-0/+1
| * | | tty: serial: 8250_core: allow to overwrite & export serial8250_startup()Sebastian Andrzej Siewior2014-09-091-2/+23
| * | | tty: serial: 8250_core: provide a function to export uart_8250_portSebastian Andrzej Siewior2014-09-092-0/+20