summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFNKonrad Rzeszutek Wilk2012-05-241-1/+2
| * | xen/hvc: Collapse error logic.Konrad Rzeszutek Wilk2012-05-241-12/+9
| * | hvc_xen: NULL dereference on allocation failureDan Carpenter2012-05-211-2/+2
| | |
| \ \
*-. \ \ Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and...Paul Mundt2012-06-1316-189/+169
|\ \ \ \ | | |_|/ | |/| |
| * | | tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-0212-175/+108
| * | | tty: add lockdep annotationsEric Dumazet2012-05-311-4/+15
| * | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-293-32/+53
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'nex...Ralf Baechle2012-05-263-32/+53
| | |\ \ \ \
| | | | * | | SERIAL: MIPS: lantiq: implement OF supportJohn Crispin2012-05-211-32/+51
| | | |/ / / | | |/| | |
| | | * | | SERIAL: MIPS Swarm sb1250-duart.c driver needs module.hPaul Gortmaker2012-05-151-0/+1
| | | * | | SERIAL: MIPS DECstation zs.c driver needs module.hPaul Gortmaker2012-05-151-0/+1
| | |/ / /
OpenPOWER on IntegriCloud