aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-29powerpc/pseries: Factor HVSI header struct in packet definitionsBenjamin Herrenschmidt1-33/+33
2011-06-29powerpc/hvsi: Move HVSI protocol definitions to a header fileBenjamin Herrenschmidt1-62/+1
2011-06-28Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds9-15/+223
2011-06-28serial: sh-sci: Fix up pretty name printing for port IRQs.Paul Mundt1-33/+85
2011-06-28serial: sh-sci: Kill off per-port enable/disable callbacks.Paul Mundt1-47/+32
2011-06-28serial: sh-sci: Add missing module description/author bits.Paul Mundt1-0/+2
2011-06-28serial: sh-sci: Regtype probing doesn't need to be fatal.Paul Mundt1-2/+6
2011-06-27drivers/tty/serial/8250_pci.c: fix warningAndrew Morton1-1/+1
2011-06-25atmel_serial: fix internal port numJean-Christophe PLAGNIOL-VILLARD1-1/+2
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches1-1/+1
2011-06-23serial: mrst_max3110: initialize waitqueue earlierMika Westerberg1-1/+2
2011-06-23mrst_max3110: Change max missing message priority.William Douglas1-1/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-16serial: bcm63xx_uart: fix irq storm after rx fifo overrun.Maxime Bizon1-4/+14
2011-06-16amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu1-1/+122
2011-06-16tty: n_gsm: improper skb_pull() use was leaking framed dataRuss Gorby1-1/+2
2011-06-16tty: n_gsm: Fixed logic to decode break signal from modem statusRuss Gorby1-5/+18
2011-06-16Merge branches 'common/dma' and 'sh/stable-updates' into sh-latestPaul Mundt1-1/+3
2011-06-15drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULLAlexander Stein1-1/+3
2011-06-15Merge branch 'common/serial-rework' into sh-latestPaul Mundt3-652/+348
2011-06-14serial: sh-sci: Support generic SCLSR overrun detection.Paul Mundt1-7/+3
2011-06-14serial: sh-sci: FIFO sizing helper consolidation.Paul Mundt2-122/+24
2011-06-14serial: sh-sci: Abstract register maps.Paul Mundt2-313/+273
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches7-14/+11
2011-06-08tty_buffer: get rid of 'seen_tail' logic in flush_to_ldiscLinus Torvalds1-12/+2
2011-06-08serial: sh-sci: More unused define purging.Paul Mundt1-15/+6
2011-06-08serial: sh-sci: Consolidate RXD pin handling.Paul Mundt2-29/+13
2011-06-08serial: sh-sci: Generalize overrun handling.Paul Mundt2-56/+47
2011-06-08serial: sh-sci: Kill off some more unused definitions.Paul Mundt1-4/+0
2011-06-08serial: sh-sci: Tidy up ioread/write wrappers, kill off unused SCI helper.Paul Mundt1-26/+9
2011-06-07TTY: ntty, add one more sanity checkJiri Slaby1-0/+1
2011-06-07TTY: ldisc, do not close until there are readersJiri Slaby1-1/+3
2011-06-07serial: 8250, increase PASS_LIMITJiri Slaby1-1/+1
2011-06-078250_pci Add EEH support to the 8250 driver for IBM/Digi PCIe 2-port AdapterMichael Reed1-0/+47
2011-06-07serial/pch: use global div helper instead of creating a private oneUwe Kleine-König1-3/+2
2011-06-07parport/serial: add support for Timedia/SUNIX cards to parport_serialFrédéric Brière1-0/+23
2011-06-07serial: 8250_pci: add .probe member to struct pci_serial_quirkFrédéric Brière1-0/+9
2011-06-07Basic support for Moschip 9900 family I/O chipsNicos Gollan1-1/+103
2011-06-078250: Fix capabilities when changing the port typeleitao@linux.vnet.ibm.com1-0/+1
2011-06-078250_pci: Fix missing const from mergesAlan Cox1-1/+1
2011-06-07ARM: SAMSUNG: serial: Fix on handling of one clock source for UARTBoojin Kim1-2/+2
2011-06-07serial: ioremap warning fix for jsm driver.Lennart Sorensen1-1/+1
2011-06-06Merge 3.0-rc2 into tty-linusGreg Kroah-Hartman6-44/+69
2011-06-06serial: sh-sci: Kill off bitrotted H8/300 support.Paul Mundt3-121/+14
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds6-44/+69
2011-06-038250_pci: add -ENODEV code for Intel EG20T PCHTomoya MORINAGA1-0/+59
2011-05-27Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-05-27Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King1-1/+1
2011-05-26m32r: fix spin_lock_irqsave() misuseKOSAKI Motohiro1-1/+2
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds2-4/+2