summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Revert "serial: omap: fix software flow control"Felipe Balbi2012-11-261-6/+6
* kdb,vt_console: Fix missed data due to pager overrunsJason Wessel2012-10-211-0/+13
* n_gsm: memory leak in uplink error pathRuss Gorby2012-10-071-2/+5
* n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby2012-10-071-2/+6
* n_gsm: uplink SKBs accumulate on listRuss Gorby2012-10-071-2/+5
* n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUXxiaojin2012-10-071-0/+4
* serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner2012-10-071-2/+7
* serial: pl011: handle corruption at high clock speedsLinus Walleij2012-10-071-1/+14
* serial: omap: fix software flow controlVikram Pandita2012-10-071-6/+6
* Remove BUG_ON from n_tty_read()Stanislav Kozina2012-10-071-1/+2
* tty: keyboard.c: Remove locking from vt_get_leds.Christopher Brannon2012-10-071-3/+0
* tty: serial: imx: don't reinit clock in imx_setup_ufcr()Dirk Behme2012-09-051-14/+4
* tty: serial: imx: console write routing is unsafe on SMPXinyu Chen2012-09-051-1/+11
* pmac_zilog,kdb: Fix console poll hook to return instead of loopJason Wessel2012-08-161-3/+9
* serial: mxs-auart: fix the wrong RTS hardware flow controlHuang Shijie2012-08-161-5/+9
* serial: ifx6x60: fix paging fault on spi_register_driverFengguang Wu2012-08-101-1/+1
* serial: Change Kconfig entry for CLPS711X-targetAlexander Shiyan2012-08-101-5/+5
* serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski2012-08-011-2/+3
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-2/+1
|\
| * uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-2/+1
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-271-1/+1
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-271-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * ARM: 7433/1: serial: use the new linux/sizes.hAlessandro Rubini2012-06-281-1/+1
| | | |/
* | | | Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-277-37/+90
|\ \ \ \
| * | | | pch_uart: Fix parity setting issueTomoya MORINAGA2012-07-261-1/+1
| * | | | pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA2012-07-261-6/+12
| * | | | pch_uart: Fix missing break for 16 byte fifoAlan Cox2012-07-261-0/+1
| * | | | tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh2012-07-261-1/+1
| * | | | pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart2012-07-261-12/+26
| * | | | vt: fix race in vt_waitactive()Rabin Vincent2012-07-261-13/+34
| * | | | serial/of-serial: Add LPC3220 standard UART compatible stringRoland Stigge2012-07-261-0/+1
| * | | | serial/8250: Add LPC3220 standard UART typeRoland Stigge2012-07-261-0/+8
| * | | | serial_core: Update buffer overrun statistics.Corbin2012-07-261-2/+4
| * | | | serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim2012-07-261-2/+2
| |/ / /
* | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-241-4/+4
|\ \ \ \
| * | | | serial: sh-sci: prepare for conversion to the shdma base libraryGuennadi Liakhovetski2012-07-131-4/+4
| | |_|/ | |/| |
* | | | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-241-9/+6
|\ \ \ \
| * | | | xen/hvc: Fix up checks when the info is allocated.Konrad Rzeszutek Wilk2012-07-191-9/+6
* | | | | Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-231-5/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann2012-07-021-5/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | tty: serial: imx: remove the use of MXC_INTERNAL_IRQSShawn Guo2012-07-011-5/+1
| | | |/ / | | |/| |
* | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-231-2/+40
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | serial: mxs-auart: Allow device tree probingFabio Estevam2012-07-031-2/+40
| |/ / /
* / / / tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt2012-07-101-1/+1
|/ / /
* | | Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-06-203-6/+43
|\ \ \ | |_|/ |/| |
| * | serial/amba-pl011: move custom pin control to driverLinus Walleij2012-06-121-4/+41
| * | serial: fix serial_txx9.c build warning/typoRandy Dunlap2012-06-121-1/+1
| * | serial: fix kernel-doc warnings in 8250.cRandy Dunlap2012-06-121-1/+1
| |/
* | Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-06-151-14/+17
|\ \
| * | xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.Konrad Rzeszutek Wilk2012-05-241-3/+8