summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-4/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+3
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2018-06-05Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-230/+617
2018-06-05serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven-2/+2
2018-05-25serial: imx: disable UCR4_OREN on shutdownSebastian Reichel-1/+5
2018-05-25serial: imx: drop CTS/RTS handling from shutdownSebastian Reichel-1/+1
2018-05-24serial: samsung: check DMA engine capabilities before using DMA modeMarek Szyprowski-4/+29
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig-14/+1
2018-05-14tty: serial: msm_geni_serial: Fix TX infinite loopEvan Green-10/+7
2018-05-14serial: 8250_dw: Fix runtime PM handlingPhil Edworthy-0/+4
2018-05-14serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren-1/+15
2018-05-14tty: serial: drop ATH79 specific SoC symbolsJohn Crispin-1/+1
2018-05-14serial: 8250: Add missing rxtrig_bytes on Altera 16550 UARTMarek Vasut-0/+3
2018-05-14serial/aspeed-vuart: fix a couple mod_timer() callsDan Carpenter-2/+3
2018-05-14serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner-5/+3
2018-05-14serial: 8250_of: Add IO space supportJohn Garry-27/+35
2018-05-14tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior-3/+2
2018-05-14serial: imx: dma_unmap_sg buffers on shutdownSebastian Reichel-2/+10
2018-05-14serial: imx: cleanup imx_uart_disable_dma()Sebastian Reichel-7/+2
2018-05-14tty: serial: qcom_geni_serial: Add early console supportKarthikeyan Ramasubramanian-2/+72
2018-05-14tty: serial: qcom_geni_serial: Return IRQ_NONE for spurious interruptsKarthikeyan Ramasubramanian-1/+1
2018-05-14tty: serial: qcom_geni_serial: Use iowrite32_rep to write to FIFOKarthikeyan Ramasubramanian-3/+4
2018-05-14tty: serial: qcom_geni_serial: Remove unnecessary memory barrierKarthikeyan Ramasubramanian-9/+7
2018-05-14tty: serial: qcom_geni_serial: Initialize console port staticallyKarthikeyan Ramasubramanian-7/+9
2018-05-14tty: serial: qcom_geni_serial: Use min3 to find minimum of 3 valuesKarthikeyan Ramasubramanian-5/+1
2018-05-14tty: serial: qcom_geni_serial: Cleanup redundant codeKarthikeyan Ramasubramanian-15/+6
2018-05-14tty: serial: qcom_geni_serial: Add comments for clarificationKarthikeyan Ramasubramanian-0/+12
2018-05-14serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski-5/+2
2018-05-14tty: serial: msm_serial: Add __maybe_unused to suspend/resume callbacksPascal Huerst-4/+2
2018-05-14earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlyconMichal Simek-1/+0
2018-05-14tty: pl011: Avoid spuriously stuck-off interruptsDave Martin-0/+16
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman-9/+29
2018-04-25serial: uartps: Remove static port arrayMichal Simek-12/+4
2018-04-25serial: uartps: Move cnds_uart_get_port to probeMichal Simek-40/+21
2018-04-25serial: uartps: Use dynamic array for console portMichal Simek-5/+24
2018-04-25serial: uartps: Remove console_initcall from the driverMichal Simek-14/+0
2018-04-25sc16is7xx: Check for an error when the clock is enabled.Stefan Potyra-1/+4
2018-04-25serial: 8250_early: Setup divider when uartclk is passedMichal Simek-1/+1
2018-04-23tty: serial: xuartps: Setup early console when uartclk is also passedMichal Simek-1/+1
2018-04-23tty: serial: qcom_geni_serial: Use signed variable to get IRQKarthikeyan Ramasubramanian-4/+6
2018-04-23serial/aspeed-vuart: Implement quick throttle mechanismJeremy Kerr-4/+101
2018-04-23serial/aspeed-vuart: Implement rx throttlingJeremy Kerr-0/+27
2018-04-23serial/8250: export serial8250_read_charJeremy Kerr-1/+2
2018-04-23serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOsJeremy Kerr-2/+2
2018-04-23serial: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven-4/+0
2018-04-23earlycon: Initialize port->uartclk based on clock-frequency propertyMichal Simek-0/+4
2018-04-23tty: serial: 8250: pass IRQ shared flag to UART portsKurt Kanzenbach-0/+1
2018-04-23serial: 8250: omap: Provide ability to enable/disable UART as wakeup sourceVignesh R-0/+11