summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-06-30Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman1-4/+0
2013-06-25pch_uart: Add uart_clk selection for the MinnowBoardDarren Hart1-0/+5
2013-06-24tty: atmel_serial: prepare clk before calling enableBoris BREZILLON1-10/+31
2013-06-24Merge 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-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-08serial: imx: enable the clocks for consoleHuang Shijie1-9/+14
2013-06-08tty: serial: add Freescale lpuart driver supportJingchang Lu3-0/+889
2013-06-08Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman3-7/+22
2013-06-06serial: imx: Improve Kconfig textFabio Estevam1-4/+3
2013-06-06serial: imx: Allow module buildFabio Estevam1-2/+2
2013-06-06serial: imx: Fix warning when !CONFIG_SERIAL_IMX_CONSOLEFabio Estevam1-0/+2
2013-06-06tty/serial/sirf: fix error propagation in sirfsoc_uart_probe()Alexey Khoroshilov1-2/+3
2013-06-06serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_s...Wei Yongjun1-3/+3
2013-06-06tty: serial: Enable uartlite for ARM zynqMichal Simek1-1/+1
2013-06-06serial: imx: enable the clocks only when the uart is usedHuang Shijie1-3/+14
2013-06-03stallion: final cleanupPaul Bolle1-3/+2
2013-06-03serial: imx: add support for DTE modeHuang Shijie1-0/+6
2013-06-03serial: 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-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman13-206/+233
2013-05-24Merge 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
2013-05-21serial: 8250_dw: add ACPI ID for Intel BayTrailHeikki Krogerus1-0/+1
2013-05-20TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing1-1/+1
2013-05-20tty: Add timed, writer-prioritized rw semaphorePeter Hurley2-1/+454
2013-05-20vt: delete unneeded function unregister_con_driverWang YanQing1-12/+1
2013-05-20fbcon: convert last two unregister_con_driver call to do_unregister_con_driverWang YanQing1-1/+3
2013-05-20vt: delete unneeded function bind_con_driverWang YanQing1-11/+0