aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-01-09Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-01-09Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds
2012-01-04tty: serial: imx: move del_timer_sync() to avoid potential deadlockEric Miao
2012-01-04imx: add polled io uart methodsSaleem Abdulrasool
2012-01-04imx: Add save/restore functions for UART control regsDirk Behme
2012-01-04serial/imx: let probing fail for the dt case without a valid aliasUwe Kleine-König
2012-01-04serial/imx: propagate error from of_alias_get_id instead of using -ENODEVUwe Kleine-König
2012-01-04tty: serial: imx: Allow UART to be a source for wakeupFabio Estevam
2012-01-04serial: driver for m32 arch should not have DEC alpha errataPaul Gortmaker
2012-01-04atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino
2012-01-04tty: Fix memory leak in virtual console when enable unicode translationZeng Zhaoming
2012-01-04serial: use DIV_ROUND_CLOSEST instead of open coding itUwe Kleine-König
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2012-01-03fs: move code out of buffer.cAl Viro
2012-01-03serial: add support for 400 and 800 v3 series Titan cardsYegor Yefremov
2011-12-28serial: mxs-auart: convert to clk_prepare/clk_unprepareShawn Guo
2011-12-27apbuart: fix section mismatch warningSam Ravnborg
2011-12-23serial: samsung: Fix build for non-Exynos4210 devicesMark Brown
2011-12-23serial: samsung: add device tree supportThomas Abraham
2011-12-23serial: samsung: merge probe() function from all SoC specific extensionsThomas Abraham
2011-12-23serial: samsung: merge all SoC specific port reset functionsThomas Abraham
2011-12-23serial: samsung: remove all uses of get_clksrc and set_clksrcThomas Abraham
2011-12-23ARM: SAMSUNG: remove struct 's3c24xx_uart_clksrc' and all uses of itThomas Abraham
2011-12-23serial: samsung: switch to clkdev based clock lookupThomas Abraham
2011-12-23ARM: S3C2440: move handling of fclk/n clock to platform codeThomas Abraham
2011-12-23serial: samsung: Keep a copy of the location of platform data in driver's pri...Thomas Abraham
2011-12-16omap-serial: Add minimal device tree supportRajendra Nayak
2011-12-16omap-serial: Use default clock speed (48Mhz) if not specifiedRajendra Nayak
2011-12-16omap-serial: Get rid of all pdev->id usageRajendra Nayak
2011-12-16tty/serial/pmac_zilog: Fix suspend & resumeBenjamin Herrenschmidt
2011-12-14ARM: OMAP2+: UART: Fix compilation/sparse warningsGovindraj.R
2011-12-14ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R
2011-12-14ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter
2011-12-14ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.Deepak K
2011-12-14ARM: OMAP2+: UART: Add wakeup mechanism for omap-uartsGovindraj.R
2011-12-14ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R
2011-12-14ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R
2011-12-14ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R
2011-12-14ARM: OMAP2+: UART: Ensure all reg values configured are available from port s...Govindraj.R
2011-12-14ARM: OMAP2+: UART: Remove context_save and move context restore to driverGovindraj.R
2011-12-14ARM: OMAP2+: UART: Add runtime pm support for omap-serial driverGovindraj.R
2011-12-14ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.Govindraj.R
2011-12-14ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R