aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-08Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman3-7/+22
2013-06-07Merge tag 'zynq-clk-for-3.11' of git://git.xilinx.com/linux-xlnx into next/socOlof Johansson1-18/+67
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_suspend()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-06Input: sysrq - request graceful shutdown for key resetMathieu J. Poirier1-4/+15
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-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-7/+2
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_modinit()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-28treewide: Fix typo in printkMasanari Iida1-1/+1
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-24Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-23/+0
2013-05-22tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: build warning after merge of the tty.current tree)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
2013-05-20vt: convert last bind_con_driver call to do_bind_con_driverWang YanQing1-2/+5
2013-05-20vt: delete unneeded function unbind_con_driverWang YanQing1-28/+0
2013-05-20vt: convert last unbind_con_driver call to do_unbind_con_driverWang YanQing1-2/+5
2013-05-20vt: delete unneeded functions register_con_driver|take_over_consoleWang YanQing1-45/+0
2013-05-20TTY: Fix tty miss restart after we turn off flow-controlWang YanQing1-0/+8
2013-05-20tty/vt: Fix vc_deallocate() lock orderPeter Hurley2-26/+55
2013-05-20TTY: ehv_bytechan: add missing platform_driver_unregister() when module exitWei Yongjun1-0/+1
2013-05-20TTY: rocket, fix more no-PCI warningsJiri Slaby1-147/+141
2013-05-20tty: Remove TTY_HW_COOK_IN/OUTPeter Hurley1-9/+3
2013-05-20tty: xuartps: Remove suspend/resume functionsSoren Brinkmann1-30/+0
2013-05-20serial: mcf: missing uart_unregister_driver() on error in mcf_init()Wei Yongjun1-1/+3
2013-05-20tty: serial: mpc5xxx: fix error handing in mpc52xx_uart_init()Wei Yongjun1-3/+8
2013-05-20serial: samsung: add missing platform_driver_unregister() when module exitWei Yongjun1-0/+1
2013-05-20serial: pl011: protect attribute read from NULL platform data structLee Jones1-1/+1