aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-09tty: serial: omap-serial: wakeup latency constraint is in microseconds, not millisecondsPaul Walmsley1-2/+1
2012-02-09tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley1-0/+7
2012-02-09tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley1-3/+17
2012-02-08m32r: relocate drivers back out of 8250 dirPaul Gortmaker3-0/+0
2012-02-03tty: fix a build failure on sparcCong Wang1-1/+1
2012-02-02serial: samsung: Add support for EXYNOS5250Kukjin Kim1-1/+1
2012-02-02serial: samsung: Add support for EXYNOS4212 and EXYNOS4412Kukjin Kim1-1/+2
2012-02-02drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layerSamuel Thibault1-1/+0
2012-01-26serial: Kill off Moorestown codeAlan Cox3-354/+0
2012-01-26Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"Greg Kroah-Hartman1-31/+4
2012-01-26Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip"Greg Kroah-Hartman1-50/+1
2012-01-24serial: Fix wakeup init logic to speed up startupSimon Glass1-3/+3
2012-01-24serial: amba-pl011: lock console writes against interruptsRabin Vincent1-0/+14
2012-01-24amba-pl011: do not disable RTS during shutdownShreshtha Kumar Sahu1-2/+14
2012-01-24tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chipPaul Walmsley1-1/+50
2012-01-24tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA modePaul Walmsley1-4/+31
2012-01-24omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIMEShubhrajyoti D1-1/+1
2012-01-24omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.Shubhrajyoti D1-1/+1
2012-01-24TTY: fix UV serial console regressionJiri Slaby1-5/+7
2012-01-24jsm: Fixed EEH recovery errorLucas Kannebley Tavares1-0/+1
2012-01-24serial: group all the 8250 related code togetherPaul Gortmaker24-289/+304
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-8/+8
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-0/+712
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell3-3/+3
2012-01-11Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-1/+3
2012-01-12Merge branch 'sh/nommu' into sh-latestPaul Mundt44-1678/+2722
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-2/+2
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2012-01-09Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-61/+367
2012-01-09Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds9-1071/+398
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds36-540/+1951
2012-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into sh-latestPaul Mundt8-304/+151
2012-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into rmobile-latestPaul Mundt14-347/+203
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2-2/+2
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds2-0/+4
2012-01-04tty: serial: imx: move del_timer_sync() to avoid potential deadlockEric Miao1-2/+2
2012-01-04imx: add polled io uart methodsSaleem Abdulrasool1-0/+69
2012-01-04imx: Add save/restore functions for UART control regsDirk Behme1-8/+35
2012-01-04serial/imx: let probing fail for the dt case without a valid aliasUwe Kleine-König1-3/+10
2012-01-04serial/imx: propagate error from of_alias_get_id instead of using -ENODEVUwe Kleine-König1-1/+1
2012-01-04tty: serial: imx: Allow UART to be a source for wakeupFabio Estevam1-0/+15
2012-01-04serial: driver for m32 arch should not have DEC alpha errataPaul Gortmaker1-5/+2
2012-01-04atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino1-2/+3
2012-01-04tty: Fix memory leak in virtual console when enable unicode translationZeng Zhaoming1-1/+1
2012-01-04serial: use DIV_ROUND_CLOSEST instead of open coding itUwe Kleine-König1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro1-1/+1
2012-01-03serial: add support for 400 and 800 v3 series Titan cardsYegor Yefremov1-0/+16