summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | serial: PL011: clear pending interruptsLinus Walleij2012-03-141-4/+11
| * | | | serial: bfin-uart: Don't access tty circular buffer in TX DMA interrupt after...Sonic Zhang2012-03-131-3/+5
| * | | | tty: serial: vt8500: fix annotations for probe/removeWolfram Sang2012-03-121-2/+2
| * | | | serial: remove back and forth conversions in serial_out_syncPaul Gortmaker2012-03-091-4/+3
| * | | | serial: use serial_port_in/out vs serial_in/out in 8250Paul Gortmaker2012-03-091-80/+80
| * | | | serial: reduce number of indirections in 8250 codePaul Gortmaker2012-03-091-155/+167
| * | | | serial: delete useless void casts in 8250.cPaul Gortmaker2012-03-091-11/+11
| * | | | serial: make 8250's serial_in shareable to other drivers.Paul Gortmaker2012-03-092-5/+10
| * | | | serial: delete last unused traces of pausing I/O in 8250Paul Gortmaker2012-03-091-158/+150
| * | | | pch_uart: Add module parameter descriptionsDarren Hart2012-03-091-0/+4
| * | | | pch_uart: Use existing default_baud in setup_consoleDarren Hart2012-03-091-1/+1
| * | | | pch_uart: Add user_uartclk parameterDarren Hart2012-03-091-0/+5
| * | | | pch_uart: Add Fish River Island II uart clock quirksDarren Hart2012-03-091-13/+27
| * | | | pch_uart: Use uartclk instead of base_baudDarren Hart2012-03-091-10/+10
| * | | | mpc5200b/uart: select more tolerant uart prescaler on low baudratesFrank Benkert2012-03-081-2/+3
| * | | | TTY: remove serialP.h inclusion from some filesJiri Slaby2012-03-082-2/+0
| * | | | TTY: serial, include pci.h in m32r_sioJiri Slaby2012-03-081-0/+1
| * | | | TTY: serial, use atomic_inc_return in ioc4_serialJiri Slaby2012-03-081-1/+1
| * | | | TTY: remove unneeded tty->index checksJiri Slaby2012-03-082-19/+5
| * | | | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-083-5/+0
| * | | | tty: serial: OMAP: Fix oops due to NULL pdata in DT bootCousson, Benoit2012-03-081-3/+3
| * | | | amba-pl011​/dma: Add check for the residue in DMA callbackChanho Min2012-02-241-1/+16
| * | | | serial: samsung: fix s3c2442 platform dataDenis 'GNUtoo' Carikli2012-02-241-1/+1
| * | | | serial: Fix typo in sn_console.cMasanari Iida2012-02-241-2/+2
| * | | | tty/serial/mux.c: linux/tty.h included twiceDanny Kukawka2012-02-241-1/+0
| * | | | tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.hPaul Gortmaker2012-02-107-44/+8
| * | | | Merge tag 'tty-3.3-rc3' tty-nextGreg Kroah-Hartman2012-02-1014-88/+980
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | tty: serial: altera_uart: Add CONSOLE_POLL supportTobias Klauser2012-02-092-1/+25
| | * | | tty: serial: altera_uart: remove early_altera_uart_setupTobias Klauser2012-02-091-23/+0
| | * | | serial: pch_uart: trivail cleanup by removing the pch_uart_hal_request()Feng Tang2012-02-091-13/+3
| | * | | serial: pch_uart: trivial cleanup by removing the get_msr()Feng Tang2012-02-091-21/+8
| | * | | serial: pch_uart: add debugfs hook for register dumpFeng Tang2012-02-091-0/+84
| | * | | tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...Paul Walmsley2012-02-021-2/+1
| | * | | tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley2012-02-021-0/+7
| | * | | tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley2012-02-021-3/+17
| | * | | serial: Kill off NO_IRQAlan Cox2012-01-269-37/+23
| | * | | serial/efm32: add new driverUwe Kleine-König2012-01-263-0/+844
| | | |/ | | |/|
* | | | sh-sci / PM: Avoid deadlocking runtime PMRafael J. Wysocki2012-03-091-0/+5
|/ / /
* | | tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...Paul Walmsley2012-02-091-2/+1
* | | tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley2012-02-091-0/+7
* | | tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley2012-02-091-3/+17
* | | m32r: relocate drivers back out of 8250 dirPaul Gortmaker2012-02-083-0/+0
* | | tty: fix a build failure on sparcCong Wang2012-02-031-1/+1
* | | serial: samsung: Add support for EXYNOS5250Kukjin Kim2012-02-021-1/+1
* | | serial: samsung: Add support for EXYNOS4212 and EXYNOS4412Kukjin Kim2012-02-021-1/+2
| |/ |/|
* | serial: Kill off Moorestown codeAlan Cox2012-01-263-354/+0
* | Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"Greg Kroah-Hartman2012-01-261-31/+4
* | Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the ...Greg Kroah-Hartman2012-01-261-50/+1
* | serial: Fix wakeup init logic to speed up startupSimon Glass2012-01-241-3/+3
* | serial: amba-pl011: lock console writes against interruptsRabin Vincent2012-01-241-0/+14
OpenPOWER on IntegriCloud