summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: add missing spin_lock_init for SiFive serial consoleSagar Shrikant Kadam2020-05-151-0/+1
* Merge tag 'tty-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-05-082-3/+2
|\
| * tty: xilinx_uartps: Fix missing id assignment to the consoleShubhrajyoti Datta2020-05-041-0/+1
| * Revert "tty: serial: bcm63xx: fix missing clk_put() in bcm63xx_uart"Florian Fainelli2020-05-041-3/+1
* | Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-291-1/+1
|\ \ | |/ |/|
| * tty: riscv: Using RISCV_SBI_V01 instead of RISCV_SBIKefeng Wang2020-04-221-1/+1
* | tty: serial: bcm63xx: fix missing clk_put() in bcm63xx_uartZou Wei2020-04-231-1/+3
* | tty: serial: owl: add "much needed" clk_prepare_enable()Amit Singh Tomar2020-04-231-0/+7
* | serial: sh-sci: Make sure status register SCxSR is read in correct sequenceKazuhiro Fujita2020-04-161-3/+10
* | serial: sunhv: Initialize lock for non-registered consoleAndy Shevchenko2020-04-161-0/+3
* | Revert "serial: uartps: Register own uart console and driver structures"Michal Simek2020-04-161-55/+40
* | Revert "serial: uartps: Move Port ID to device data structure"Michal Simek2020-04-161-11/+9
* | Revert "serial: uartps: Change uart ID port allocation"Michal Simek2020-04-161-98/+13
* | Revert "serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES"Michal Simek2020-04-161-4/+2
* | Revert "serial: uartps: Fix error path when alloc failed"Michal Simek2020-04-161-4/+2
* | Revert "serial: uartps: Use the same dynamic major number for all ports"Michal Simek2020-04-161-3/+2
* | Revert "serial: uartps: Fix uartps_major handling"Michal Simek2020-04-161-7/+1
|/
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-031-4/+0
|\
| * tty: source all tty Kconfig files in one placeRandy Dunlap2020-03-121-4/+0
* | Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-04-0145-689/+1454
|\ \
| * | serial: 8250: Optimize irq enable after console writeLukas Wunner2020-03-271-1/+2
| * | serial: 8250: Fix rs485 delay after console writeLukas Wunner2020-03-271-1/+1
| * | tty: serial: make SERIAL_SPRD depend on COMMON_CLKChunyan Zhang2020-03-261-0/+1
| * | tty: serial: fsl_lpuart: fix return value checkingMichael Walle2020-03-261-1/+1
| * | tty: serial: fsl_lpuart: move dma_request_chan()Michael Walle2020-03-261-13/+23
| * | serial: omap: drop unused dt-bindings headerUwe Kleine-König2020-03-241-2/+0
| * | serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCsVignesh Raghavendra2020-03-241-12/+86
| * | serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMAVignesh Raghavendra2020-03-241-1/+1
| * | serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger infoVignesh Raghavendra2020-03-241-21/+61
| * | serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()Peter Ujfalusi2020-03-241-10/+5
| * | serial: 8250: 8250_omap: Account for data in flight during DMA teardownVignesh Raghavendra2020-03-241-4/+23
| * | serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra2020-03-241-2/+4
| * | serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi2020-03-241-1/+1
| * | serial: 8250: 8250_omap: Fix throttle to call stop_rx()Vignesh Raghavendra2020-03-241-3/+2
| * | serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra2020-03-241-1/+15
| * | serial: uartps: Add TACTIVE check in cdns_uart_tx_empty functionRaviteja Narayanam2020-03-241-2/+2
| * | serial: uartps: Remove unconditional wait inside set_termiosRaviteja Narayanam2020-03-241-14/+2
| * | tty: serial: pch_uart: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-181-11/+11
| * | serial: sprd: remove redundant sprd_port cleanupChunyan Zhang2020-03-181-3/+1
| * | serial: sprd: getting port index via serial aliases onlyChunyan Zhang2020-03-181-31/+5
| * | tty: serial: Add CONSOLE_POLL support to SiFive UARTVincent Chen2020-03-181-0/+27
| * | serial: 8250_port: Disable DMA operations for kernel consoleAndy Shevchenko2020-03-171-3/+8
| * | serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko2020-03-172-4/+29
| * | serial: core: Allow detach and attach serial device for consoleAndy Shevchenko2020-03-171-4/+56
| * | Revert "tty: serial: samsung_tty: build it for any platform"Geert Uytterhoeven2020-03-171-0/+1
| * | serial: sprd: Fix a dereference warningLanqing Liu2020-03-171-2/+1
| * | serial: sprd: remove __init from sprd_console_setupChunyan Zhang2020-03-171-1/+1
| * | serial: sprd: check console via stdout-path in additionChunyan Zhang2020-03-171-1/+2
| * | tty: serial: qcom_geni_serial: Don't try to manually disable the consoleDouglas Anderson2020-03-141-4/+0
| * | tty: serial: qcom_geni_serial: No need to stop tx/rx on UART shutdownDouglas Anderson2020-03-141-6/+0