summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-18/+67
2013-07-03Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2013-06-30Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman1-4/+0
2013-06-26pch_uart: Add uart_clk selection for the MinnowBoardDarren Hart1-0/+5
2013-06-25tty: atmel_serial: prepare clk before calling enableBoris BREZILLON1-10/+31
2013-06-25Merge 3.10-rc7 into tty-nextGreg Kroah-Hartman3-13/+15
2013-06-22Merge tag 'tty-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-12/+6
2013-06-20ARM: sirf: use CONFIG_SIRF rather than CONFIG_PRIMA2 where necessaryArnd Bergmann1-1/+1
2013-06-18parisc: fix serial ports on C8000 workstationThomas Bogendoerfer1-1/+9
2013-06-17tty: Reset itty for other ptyPeter Hurley1-0/+2
2013-06-17n_tty: Buffer work should not reschedule itselfPeter Hurley1-4/+9
2013-06-17n_tty: Fix unsafe update of available buffer spacePeter Hurley1-7/+11
2013-06-17n_tty: Untangle read completion variablesPeter Hurley1-6/+2
2013-06-17n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley2-20/+36
2013-06-17serial: omap: Fix device tree based PM runtimeTony Lindgren1-6/+5
2013-06-17serial: imx: Fix serial clock unbalanceFabio Estevam1-2/+4
2013-06-17serial/mpc52xx_uart: fix kernel panic when system rebootMatteo Facchinetti1-0/+3
2013-06-17serial: mfd: Add sysrq supportFeng Tang1-0/+4
2013-06-17tty: Fix transient pty write() EIOPeter Hurley1-8/+5
2013-06-17tty/vt: Return EBUSY if deallocating VT1 and it is busyRoss Lagerwall1-4/+1
2013-06-15Merge tag 'omap-for-v3.11/soc-signed' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson3-7/+22
2013-06-09serial: imx: enable the clocks for consoleHuang Shijie1-9/+14
2013-06-09tty: serial: add Freescale lpuart driver supportJingchang Lu3-0/+889
2013-06-09Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman3-7/+22
2013-06-08Merge tag 'zynq-clk-for-3.11' of git://git.xilinx.com/linux-xlnx into next/socOlof Johansson1-18/+67
2013-06-07serial: imx: Improve Kconfig textFabio Estevam1-4/+3
2013-06-07serial: imx: Allow module buildFabio Estevam1-2/+2
2013-06-07serial: imx: Fix warning when !CONFIG_SERIAL_IMX_CONSOLEFabio Estevam1-0/+2
2013-06-07tty/serial/sirf: fix error propagation in sirfsoc_uart_probe()Alexey Khoroshilov1-2/+3
2013-06-07serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_s...Wei Yongjun1-3/+3
2013-06-07tty: serial: Enable uartlite for ARM zynqMichal Simek1-1/+1
2013-06-07serial: imx: enable the clocks only when the uart is usedHuang Shijie1-3/+14
2013-06-04stallion: final cleanupPaul Bolle1-3/+2
2013-06-04serial: imx: add support for DTE modeHuang Shijie1-0/+6
2013-06-04serial: omap: repair building without PM_SLEEPArnd Bergmann1-1/+1
2013-06-03driver: tty: add missing unregister in err caseLibo Chen1-1/+3
2013-06-03serial: samsung: missing uart_unregister_driver() on error in s3c24xx_serial_...Wei Yongjun1-1/+7
2013-06-03tty: replace strict_strtoul() with kstrtoul()Jingoo Han2-2/+2
2013-06-03serial/mpc52xx_uart: add MPC5125 PSC supportMatteo Facchinetti1-0/+241
2013-06-03serial/mpc52xx_uart: prepare for adding MPC5125 PSC UART supportMatteo Facchinetti1-42/+119
2013-06-03serial: use platform_{get,set}_drvdata()Jingoo Han10-36/+23
2013-06-03serial: vt8500: Remove redundant use of of_match_ptr macroSachin Kamat1-1/+1
2013-06-03Revert "serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctly"Kyle McMartin1-7/+7
2013-06-03serial: samsung: enable clock before clearing pending interrupts during initChander Kashyap1-0/+13
2013-06-03serial/imx: disable hardware flow control at startupLucas Stach1-0/+2
2013-05-27arm: zynq: Migrate platform to clock controllerSoren Brinkmann1-18/+67
2013-05-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman13-206/+233
2013-05-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-23/+0
2013-05-22tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: bui...Matwey V. Kornilov1-3/+3
2013-05-21tty: mxser: fix usage of opmode_ioaddrMatwey V. Kornilov1-2/+9