summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2012-03-08TTY: remove serialP.h inclusion from some filesJiri Slaby2-2/+0
2012-03-08TTY: serial, include pci.h in m32r_sioJiri Slaby1-0/+1
2012-03-08TTY: serial, use atomic_inc_return in ioc4_serialJiri Slaby1-1/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby2-19/+5
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby3-5/+0
2012-03-08tty: serial: OMAP: Fix oops due to NULL pdata in DT bootCousson, Benoit1-3/+3
2012-02-25amba-pl011​/dma: Add check for the residue in DMA callbackChanho Min1-1/+16
2012-02-25serial: samsung: fix s3c2442 platform dataDenis 'GNUtoo' Carikli1-1/+1
2012-02-25serial: Fix typo in sn_console.cMasanari Iida1-2/+2
2012-02-25tty/serial/mux.c: linux/tty.h included twiceDanny Kukawka1-1/+0
2012-02-10tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.hPaul Gortmaker7-44/+8
2012-02-10Merge tag 'tty-3.3-rc3' tty-nextGreg Kroah-Hartman14-88/+980
2012-02-09tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...Paul Walmsley1-2/+1
2012-02-09tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley1-0/+7
2012-02-09tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley1-3/+17
2012-02-09tty: serial: altera_uart: Add CONSOLE_POLL supportTobias Klauser2-1/+25
2012-02-09tty: serial: altera_uart: remove early_altera_uart_setupTobias Klauser1-23/+0
2012-02-09serial: pch_uart: trivail cleanup by removing the pch_uart_hal_request()Feng Tang1-13/+3
2012-02-09serial: pch_uart: trivial cleanup by removing the get_msr()Feng Tang1-21/+8
2012-02-09serial: pch_uart: add debugfs hook for register dumpFeng Tang1-0/+84
2012-02-09m32r: relocate drivers back out of 8250 dirPaul Gortmaker3-0/+0
2012-02-03tty: fix a build failure on sparcCong Wang1-1/+1
2012-02-03serial: samsung: Add support for EXYNOS5250Kukjin Kim1-1/+1
2012-02-03serial: samsung: Add support for EXYNOS4212 and EXYNOS4412Kukjin Kim1-1/+2
2012-02-03tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...Paul Walmsley1-2/+1
2012-02-03tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley1-0/+7
2012-02-03tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley1-3/+17
2012-01-27serial: Kill off NO_IRQAlan Cox9-37/+23
2012-01-26serial/efm32: add new driverUwe Kleine-König3-0/+844
2012-01-26serial: Kill off Moorestown codeAlan Cox3-354/+0
2012-01-26Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"Greg Kroah-Hartman1-31/+4
2012-01-26Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the ...Greg Kroah-Hartman1-50/+1
2012-01-25serial: Fix wakeup init logic to speed up startupSimon Glass1-3/+3
2012-01-25serial: amba-pl011: lock console writes against interruptsRabin Vincent1-0/+14
2012-01-25amba-pl011: do not disable RTS during shutdownShreshtha Kumar Sahu1-2/+14
2012-01-25tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chipPaul Walmsley1-1/+50
2012-01-25tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA modePaul Walmsley1-4/+31
2012-01-25omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIMEShubhrajyoti D1-1/+1
2012-01-25omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.Shubhrajyoti D1-1/+1
2012-01-25jsm: Fixed EEH recovery errorLucas Kannebley Tavares1-0/+1
2012-01-24serial: group all the 8250 related code togetherPaul Gortmaker24-289/+304
2012-01-18Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-8/+8
2012-01-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-0/+712
2012-01-12Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-1/+3
2012-01-12Merge branch 'sh/nommu' into sh-latestPaul Mundt38-1503/+2524
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-2/+2
2012-01-10Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2012-01-10Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-61/+367
2012-01-10Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds9-1071/+398
2012-01-10Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds30-365/+1753