summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2015-12-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-5/+7
2015-12-24tty/serial: Skip 'NULL' char after console break when sysrq enabledVijay Kumar-2/+4
2015-12-24tty: serial: constify sunhv_ops structsAya Mahfouz-3/+3
2015-12-12serial: earlycon: Add missing spinlock initializationGeert Uytterhoeven-0/+2
2015-12-12serial: sh-sci: Fix length of scatterlistYoshihiro Shimoda-1/+1
2015-12-12serial: 8250_uniphier: fix dl_read and dl_write functionsMasahiro Yamada-2/+6
2015-11-20serial: export fsl8250_handle_irqArnd Bergmann-0/+1
2015-11-20serial: 8250_mid: Add missing dependencyHeikki Krogerus-0/+1
2015-11-20serial: etraxfs-uart: Fix crashGuenter Roeck-1/+1
2015-11-20serial: fsl_lpuart: Fix earlycon supportPeter Hurley-1/+1
2015-11-20bcm63xx_uart: Use the device name when registering an interruptSimon Arlott-1/+1
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-4/+1
2015-11-05Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+0
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1434/+2342
2015-11-04Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+2
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown-4/+1
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis-4/+1
2015-10-22parisc: serial/mux: Convert to uart_console_device instead of open-codedAxel Lin-7/+2
2015-10-17serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()Timur Tabi-2/+2
2015-10-17Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis-4/+0
2015-10-17serial: 8250_mid: add support for DMA engine handling from UART MMIOHeikki Krogerus-2/+71
2015-10-17dmaengine: hsu: make the UART driver in control of selecting this driverHeikki Krogerus-0/+2
2015-10-17serial: fix mctrl helper functionsArnd Bergmann-2/+2
2015-10-17serial: 8250_pci: Intel MID UART support to its own driverHeikki Krogerus-222/+273
2015-10-17serial: fsl_lpuart: add earlycon supportStefan Agner-0/+40
2015-10-17tty: disable unbind for old 74xx based serial/mpsc console portPaul Gortmaker-1/+2
2015-10-17serial: at91, fix rs485 propertiesJiri Slaby-3/+2
2015-10-17tty: Remove tty_port::close_waitPeter Hurley-3/+0
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley-32/+1
2015-10-17serial: tegra: Add helper function for handling RX bufferJon Hunter-42/+24
2015-10-17serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()Jon Hunter-10/+7
2015-10-17serial: tegra: Remove unnecessary return statementsJon Hunter-11/+0
2015-10-17serial: tegra: Handle another RX race conditionJon Hunter-8/+2
2015-10-17serial: 8250_omap: Remove RTS clearPeter Hurley-1/+0
2015-10-17serial: Enable Freescale 16550 workaround on armScott Wood-2/+7
2015-10-17tty: serial: men_z135_uart.c: use mcb memory region size instead of hardcoded...Andreas Werner-8/+15
2015-10-17serial: atmel: fix compiler warning on address castAndre Przywara-1/+1
2015-10-12Merge 4.3-rc5 into tty-nextGreg Kroah-Hartman-7/+23
2015-10-04serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard-0/+8
2015-10-04tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitationIvan T. Ivanov-3/+17
2015-10-04tty: serial: msm: Add RX DMA supportIvan T. Ivanov-3/+233
2015-10-04tty: serial: msm: Add TX DMA supportIvan T. Ivanov-24/+291
2015-10-04tty: serial: msm: Add msm prefix to all driver functionsIvan T. Ivanov-21/+21
2015-10-04tty: serial: msm: replaces (1 << x) with BIT(x) macroPramod Gurav-22/+22
2015-10-04tty: serial: msm: Add mask value for UART_DM registersPramod Gurav-6/+22
2015-10-04sc16is7xx: null ptr checkSean Nyekjaer-0/+6
2015-10-04serial: omap: remove warnings about unused functionsEzequiel Garcia-0/+2
2015-10-04mpsc: use dma_set_mask insted of dma_supportedChristoph Hellwig-1/+1
2015-10-04serial: 8250_dma: no need to sync RX bufferAndy Shevchenko-6/+0
2015-10-04serial: 8250: Refactor serial console restore-from-suspendPeter Hurley-14/+22