aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: omap-serial: fix irq handlingColin Cross2011-08-251-4/+16
* omap: serial: fix context loss data type and APIVikram Pandita2011-08-241-3/+9
* Revert "OMAP4: Serial: Add serial_omap_wake_peer function."Jaikumar Ganesh2011-08-221-10/+0
* OMAP4: Serial: Add serial_omap_wake_peer function.jin2011-08-221-0/+10
* OMAP4: serial: introduce uart wakeup functionVikram Pandita2011-08-191-0/+14
* serial: omap: uart: allow fine grained control of rts lineVikram Pandita2011-08-181-0/+16
* serial: uart: fix context loss conter checkVikram Pandita2011-08-181-1/+1
* Serial: UART: Disable wakeup events after port shutdownGovindraj.R2011-08-181-1/+2
* Merge commit 'v3.0.1' into linux-omap-3.0Colin Cross2011-08-104-9/+7
|\
| * hvc_console: Improve tty/console put_chars handlingHendrik Brueckner2011-08-041-3/+5
| * SERIAL: SC26xx: Fix link error.Ralf Baechle2011-08-041-1/+1
| * tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren2011-08-041-1/+1
| * n_gsm: fix the wrong FCS handlingDu, Alek2011-08-041-4/+0
* | Merge branch 'omap-pm-integration' of git://github.com/nmenon/linux-omap-ti-p...Colin Cross2011-07-151-83/+315
|\ \
| * | OMAP4: serial: set uart in no idle mode for uart dma.Govindraj.R2011-07-141-0/+8
| * | OMAP4: Serial: Set TX_FIFO_THRESHOLD if uart in dma mode for es2.0Govindraj.R2011-07-141-0/+16
| * | OMAP: Serial: Use resume call from prcm to enable uartGovindraj.R2011-07-141-0/+23
| * | Serial: OMAP2+: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter2011-07-141-9/+10
| * | OMAP: Serial: Allow UART parameters to be configured from board file.Govindraj.R2011-07-141-3/+1
| * | Serial: OMAP2+: Move erratum handling from serial.cGovindraj.R2011-07-141-4/+52
| * | OMAP: Serial: Hold console lock for console usage.Govindraj.R2011-07-141-1/+19
| * | Serial: OMAP: Add runtime pm support for omap-serial driverGovindraj.R2011-07-141-29/+198
| * | OMAP4: serial: remove hacks done prior to runtime PMNishanth Menon2011-07-141-49/+0
* | | omap-serial: Allow IXON and IXOFF to be disabled.Nick Pelly2011-07-141-2/+1
|/ /
* | Merge commit 'v3.0-rc6' into linux-omap-3.0Colin Cross2011-07-1110-16/+225
|\ \ | |/
| * Merge branch 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2011-07-041-1/+2
| |\
| | * atmel_serial: fix internal port numJean-Christophe PLAGNIOL-VILLARD2011-06-251-1/+2
| * | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-06-289-15/+223
| |\ \
| | * | serial: bcm63xx_uart: fix irq storm after rx fifo overrun.Maxime Bizon2011-06-161-4/+14
| | * | amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu2011-06-161-1/+122
| | * | tty: n_gsm: improper skb_pull() use was leaking framed dataRuss Gorby2011-06-161-1/+2
| | * | tty: n_gsm: Fixed logic to decode break signal from modem statusRuss Gorby2011-06-161-5/+18
| | * | TTY: ntty, add one more sanity checkJiri Slaby2011-06-071-0/+1
| | * | TTY: ldisc, do not close until there are readersJiri Slaby2011-06-071-1/+3
| | * | 8250: Fix capabilities when changing the port typeleitao@linux.vnet.ibm.com2011-06-071-0/+1
| | * | 8250_pci: Fix missing const from mergesAlan Cox2011-06-071-1/+1
| | * | ARM: SAMSUNG: serial: Fix on handling of one clock source for UARTBoojin Kim2011-06-071-2/+2
| | * | serial: ioremap warning fix for jsm driver.Lennart Sorensen2011-06-071-1/+1
| | * | Merge 3.0-rc2 into tty-linusGreg Kroah-Hartman2011-06-066-44/+69
| | |\ \
| | * | | 8250_pci: add -ENODEV code for Intel EG20T PCHTomoya MORINAGA2011-06-031-0/+59
* | | | | Merge commit 'v3.0-rc5' into linux-omap-3.0Colin Cross2011-06-292-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | drivers/tty/serial/8250_pci.c: fix warningAndrew Morton2011-06-271-1/+1
| | |_|/ | |/| |
| * | | serial: mrst_max3110: initialize waitqueue earlierMika Westerberg2011-06-231-1/+2
| * | | mrst_max3110: Change max missing message priority.William Douglas2011-06-231-1/+1
* | | | Merge commit 'v3.0-rc4' into linux-omap-3.0Colin Cross2011-06-221-1/+3
|\ \ \ \ | |/ / /
| * | | drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULLAlexander Stein2011-06-151-1/+3
* | | | Merge branch 'linux-omap-pm-3.0' into linux-omap-3.0Colin Cross2011-06-141-0/+49
|\ \ \ \ | |/ / / |/| | |
| * | | OMAP: UART: introduce is active function and enable idle timerAxel Haslam2011-06-131-0/+49
| | |/ | |/|
* | | tty_buffer: get rid of 'seen_tail' logic in flush_to_ldiscLinus Torvalds2011-06-081-12/+2
|/ /
* | Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-046-44/+69
|/