summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-6/+0
|\
| * serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng2020-05-081-6/+0
* | Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-06-034-31/+374
|\ \
| * | serial: amba-pl011: Support kgdboc_earlyconSumit Garg2020-06-021-0/+32
| * | serial: 8250_early: Support kgdboc_earlyconDouglas Anderson2020-06-021-0/+23
| * | serial: qcom_geni_serial: Support kgdboc_earlyconDouglas Anderson2020-06-021-0/+32
| * | serial: kgdboc: Allow earlycon initialization to be deferredDaniel Thompson2020-06-021-1/+38
| * | kgdboc: Disable all the early code when kgdboc is a moduleDouglas Anderson2020-06-021-1/+14
| * | kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson2020-05-181-0/+136
| * | kgdboc: Remove useless #ifdef CONFIG_KGDB_SERIAL_CONSOLE in kgdbocDouglas Anderson2020-05-181-2/+0
| * | kgdboc: Use a platform device to handle tty drivers showing up lateDouglas Anderson2020-05-181-25/+101
| * | Revert "kgdboc: disable the console lock when in kgdb"Douglas Anderson2020-05-181-4/+0
* | | 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