index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-08
Merge 3.10-rc5 into tty-next
Greg Kroah-Hartman
3
-7
/
+22
2013-06-07
Merge tag 'zynq-clk-for-3.11' of git://git.xilinx.com/linux-xlnx into next/soc
Olof Johansson
1
-18
/
+67
2013-06-06
serial: imx: Improve Kconfig text
Fabio Estevam
1
-4
/
+3
2013-06-06
serial: imx: Allow module build
Fabio Estevam
1
-2
/
+2
2013-06-06
serial: imx: Fix warning when !CONFIG_SERIAL_IMX_CONSOLE
Fabio Estevam
1
-0
/
+2
2013-06-06
tty/serial/sirf: fix error propagation in sirfsoc_uart_probe()
Alexey Khoroshilov
1
-2
/
+3
2013-06-06
serial: omap: fix potential NULL pointer dereference in serial_omap_runtime_s...
Wei Yongjun
1
-3
/
+3
2013-06-06
tty: serial: Enable uartlite for ARM zynq
Michal Simek
1
-1
/
+1
2013-06-06
serial: imx: enable the clocks only when the uart is used
Huang Shijie
1
-3
/
+14
2013-06-06
Input: sysrq - request graceful shutdown for key reset
Mathieu J. Poirier
1
-4
/
+15
2013-06-03
stallion: final cleanup
Paul Bolle
1
-3
/
+2
2013-06-03
serial: imx: add support for DTE mode
Huang Shijie
1
-0
/
+6
2013-06-03
serial: omap: repair building without PM_SLEEP
Arnd Bergmann
1
-1
/
+1
2013-06-03
PM / Runtime: Rework the "runtime idle" helper routine
Rafael J. Wysocki
1
-7
/
+2
2013-06-03
driver: tty: add missing unregister in err case
Libo Chen
1
-1
/
+3
2013-06-03
serial: samsung: missing uart_unregister_driver() on error in s3c24xx_serial_...
Wei Yongjun
1
-1
/
+7
2013-06-03
tty: replace strict_strtoul() with kstrtoul()
Jingoo Han
2
-2
/
+2
2013-06-03
serial/mpc52xx_uart: add MPC5125 PSC support
Matteo Facchinetti
1
-0
/
+241
2013-06-03
serial/mpc52xx_uart: prepare for adding MPC5125 PSC UART support
Matteo Facchinetti
1
-42
/
+119
2013-06-03
serial: use platform_{get,set}_drvdata()
Jingoo Han
10
-36
/
+23
2013-06-03
serial: vt8500: Remove redundant use of of_match_ptr macro
Sachin Kamat
1
-1
/
+1
2013-06-03
Revert "serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctly"
Kyle McMartin
1
-7
/
+7
2013-06-03
serial: samsung: enable clock before clearing pending interrupts during init
Chander Kashyap
1
-0
/
+13
2013-06-03
serial/imx: disable hardware flow control at startup
Lucas Stach
1
-0
/
+2
2013-05-28
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2013-05-27
arm: zynq: Migrate platform to clock controller
Soren Brinkmann
1
-18
/
+67
2013-05-27
Merge 3.10-rc3 into tty-next
Greg Kroah-Hartman
13
-206
/
+233
2013-05-24
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-23
/
+0
2013-05-22
tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: bui...
Matwey V. Kornilov
1
-3
/
+3
2013-05-21
tty: mxser: fix usage of opmode_ioaddr
Matwey V. Kornilov
1
-2
/
+9
2013-05-21
serial: 8250_dw: add ACPI ID for Intel BayTrail
Heikki Krogerus
1
-0
/
+1
2013-05-20
TTY:vt: convert remain take_over_console's users to do_take_over_console
Wang YanQing
1
-1
/
+1
2013-05-20
tty: Add timed, writer-prioritized rw semaphore
Peter Hurley
2
-1
/
+454
2013-05-20
vt: delete unneeded function unregister_con_driver
Wang YanQing
1
-12
/
+1
2013-05-20
fbcon: convert last two unregister_con_driver call to do_unregister_con_driver
Wang YanQing
1
-1
/
+3
2013-05-20
vt: delete unneeded function bind_con_driver
Wang YanQing
1
-11
/
+0
2013-05-20
vt: convert last bind_con_driver call to do_bind_con_driver
Wang YanQing
1
-2
/
+5
2013-05-20
vt: delete unneeded function unbind_con_driver
Wang YanQing
1
-28
/
+0
2013-05-20
vt: convert last unbind_con_driver call to do_unbind_con_driver
Wang YanQing
1
-2
/
+5
2013-05-20
vt: delete unneeded functions register_con_driver|take_over_console
Wang YanQing
1
-45
/
+0
2013-05-20
TTY: Fix tty miss restart after we turn off flow-control
Wang YanQing
1
-0
/
+8
2013-05-20
tty/vt: Fix vc_deallocate() lock order
Peter Hurley
2
-26
/
+55
2013-05-20
TTY: ehv_bytechan: add missing platform_driver_unregister() when module exit
Wei Yongjun
1
-0
/
+1
2013-05-20
TTY: rocket, fix more no-PCI warnings
Jiri Slaby
1
-147
/
+141
2013-05-20
tty: Remove TTY_HW_COOK_IN/OUT
Peter Hurley
1
-9
/
+3
2013-05-20
tty: xuartps: Remove suspend/resume functions
Soren Brinkmann
1
-30
/
+0
2013-05-20
serial: mcf: missing uart_unregister_driver() on error in mcf_init()
Wei Yongjun
1
-1
/
+3
2013-05-20
tty: serial: mpc5xxx: fix error handing in mpc52xx_uart_init()
Wei Yongjun
1
-3
/
+8
2013-05-20
serial: samsung: add missing platform_driver_unregister() when module exit
Wei Yongjun
1
-0
/
+1
2013-05-20
serial: pl011: protect attribute read from NULL platform data struct
Lee Jones
1
-1
/
+1
[prev]
[next]