summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
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/greg...Linus Torvalds36-540/+1951
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus 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/kern...Linus 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
2011-12-23serial: samsung: Fix build for non-Exynos4210 devicesMark Brown1-1/+1
2011-12-23serial: samsung: add device tree supportThomas Abraham1-2/+34
2011-12-23serial: samsung: merge probe() function from all SoC specific extensionsThomas Abraham9-577/+253
2011-12-23serial: samsung: merge all SoC specific port reset functionsThomas Abraham6-116/+19
2011-12-23serial: samsung: remove all uses of get_clksrc and set_clksrcThomas Abraham6-243/+20
2011-12-23ARM: SAMSUNG: remove struct 's3c24xx_uart_clksrc' and all uses of itThomas Abraham1-1/+0
2011-12-23serial: samsung: switch to clkdev based clock lookupThomas Abraham2-121/+90
2011-12-23ARM: S3C2440: move handling of fclk/n clock to platform codeThomas Abraham2-51/+3
2011-12-23serial: samsung: Keep a copy of the location of platform data in driver's pri...Thomas Abraham3-7/+25
2011-12-16tty/serial/pmac_zilog: Fix suspend & resumeBenjamin Herrenschmidt2-277/+115
2011-12-13serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS.Sonic Zhang1-3/+14
2011-12-13serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available.Sonic Zhang1-9/+10
2011-12-13serial: make FSL errata depend on 8250_CONSOLE, not just 8250Paul Gortmaker1-1/+1
2011-12-09serial: add irq handler for Freescale 16550 errata.Paul Gortmaker3-0/+69
2011-12-09serial: manually inline serial8250_handle_portPaul Gortmaker1-15/+8
2011-12-09serial: make 8250 timeout use the specified IRQ handlerPaul Gortmaker1-4/+1
2011-12-09serial: export the key functions for an 8250 IRQ handlerPaul Gortmaker1-14/+15
2011-12-09serial: clean up parameter passing for 8250 Rx IRQ handlingPaul Gortmaker1-6/+11
2011-12-09serial: move struct uart_8250_port from 8250.c to 8250.hPaul Gortmaker2-26/+26
2011-12-09drivers/tty: Remove unneeded spacesThorsten Wißmann1-4/+4
2011-12-09msm_serial_hs: Fix spinlock recursion in handling CTSMayank Rana1-5/+2
2011-12-09msm_serial_hs: Fix type inconsistency for tx and rx command_ptr_ptrMayank Rana1-8/+8
2011-12-09serial: fix serial_cs I/O windows for Argosy RS-COM 2PMaciej Szmigiero1-4/+4
2011-12-09serial: 8250: replace hardcoded 0xbf with #defineWolfram Sang1-1/+1
2011-12-09serial: bfin-sport-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang1-1/+3
2011-12-09serial: bfin-sport-uart: Request CTS GPIO PIN when the sport emulated serial ...Sonic Zhang1-9/+9
2011-12-09tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled.Sonic Zhang1-2/+3
2011-12-09serial: bfin-uart: remove redundant CTS check for hardware CTS control.Sonic Zhang1-23/+1
2011-12-09serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang1-1/+3
2011-12-09serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up.Sonic Zhang1-10/+9
2011-12-08pmac_zilog: Fix unexpected irqFinn Thain1-50/+52