aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-01serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski1-2/+3
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+1
2012-07-27Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-07-27Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King1-1/+1
2012-07-27Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds7-37/+90
2012-07-26pch_uart: Fix parity setting issueTomoya MORINAGA1-1/+1
2012-07-26pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA1-6/+12
2012-07-26pch_uart: Fix missing break for 16 byte fifoAlan Cox1-0/+1
2012-07-26tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh1-1/+1
2012-07-26pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart1-12/+26
2012-07-26vt: fix race in vt_waitactive()Rabin Vincent1-13/+34
2012-07-26serial/of-serial: Add LPC3220 standard UART compatible stringRoland Stigge1-0/+1
2012-07-26serial/8250: Add LPC3220 standard UART typeRoland Stigge1-0/+8
2012-07-26serial_core: Update buffer overrun statistics.Corbin1-2/+4
2012-07-26serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim1-2/+2
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2012-07-24Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-9/+6
2012-07-23Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+1
2012-07-23Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+40
2012-07-19xen/hvc: Fix up checks when the info is allocated.Konrad Rzeszutek Wilk1-9/+6
2012-07-19uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-07-13serial: sh-sci: prepare for conversion to the shdma base libraryGuennadi Liakhovetski1-4/+4
2012-07-10tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt1-1/+1
2012-07-03serial: mxs-auart: Allow device tree probingFabio Estevam1-2/+40
2012-07-02Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/irqArnd Bergmann1-5/+1
2012-07-01tty: serial: imx: remove the use of MXC_INTERNAL_IRQSShawn Guo1-5/+1
2012-06-28ARM: 7433/1: serial: use the new linux/sizes.hAlessandro Rubini1-1/+1
2012-06-20Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-6/+43
2012-06-15Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-14/+17
2012-06-13Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and 'sh/trivial' into sh-fixes-for-linusPaul Mundt16-189/+169
2012-06-13serial: sh-sci: Make probe fail for ports that exceed the maximum countLaurent Pinchart1-1/+1
2012-06-13serial: sh-sci: Fix probe error pathsLaurent Pinchart1-13/+23
2012-06-12serial/amba-pl011: move custom pin control to driverLinus Walleij1-4/+41
2012-06-12serial: fix serial_txx9.c build warning/typoRandy Dunlap1-1/+1
2012-06-12serial: fix kernel-doc warnings in 8250.cRandy Dunlap1-1/+1
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds12-175/+108
2012-05-31tty: add lockdep annotationsEric Dumazet1-4/+15
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-32/+53
2012-05-29tty: fix ldisc lock inversion traceAlan Cox1-16/+25
2012-05-29pty: Fix lock inversionAlan Cox1-2/+0
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-15/+23
2012-05-26Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'next/ath79' and 'next/lantiq' into mips-for-linux-nextRalf Baechle3-32/+53
2012-05-24xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.Konrad Rzeszutek Wilk1-3/+8
2012-05-24xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFNKonrad Rzeszutek Wilk1-1/+2
2012-05-24xen/hvc: Collapse error logic.Konrad Rzeszutek Wilk1-12/+9
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds3-71/+0
2012-05-23Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+8
2012-05-23Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-5/+44
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds41-1217/+1316
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+24