index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
ucc_uart.c
Age
Commit message (
Expand
)
Author
2013-06-03
driver: tty: add missing unregister in err case
Libo Chen
2013-06-03
serial: use platform_{get,set}_drvdata()
Jingoo Han
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
TTY: switch tty_insert_flip_char
Jiri Slaby
2013-01-15
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
2012-01-26
serial: Kill off NO_IRQ
Alan Cox
2011-11-24
drivers/serial/ucc_uart.c: Add missing call to init UCC UART port timeout
Chuck Meade
2011-10-26
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-09-22
TTY: serial, fix includes in some drivers
Jiri Slaby
2011-08-22
drivers/serial/ucc_uart.c: Fix compiler warning
Kumar Gala
2011-03-18
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2011-03-15
drivers/serial/ucc_uart.c: Add of_node_put to avoid memory leak
Julia Lawall
2011-02-28
dt/serial: Eliminate users of of_platform_{,un}register_driver
Grant Likely
2011-01-13
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman