summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * | | serial: icom: switch vague casts to container_ofJiri Slaby2022-04-221-90/+106
| * | | serial: icom: remove ICOM_VERSION_STR macroJiri Slaby2022-04-221-1/+0
| * | | Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"Ilpo Järvinen2022-04-201-74/+2
| * | | tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...Sherry Sun2022-04-151-20/+4
| * | | serial: When UART is suspended, set RTS to falseAl Cooper2022-04-151-0/+5
| * | | serial: 8250: add compatible for fsl,16550-FIFO64Eric Tremblay2022-04-151-0/+2
| * | | serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64Eric Tremblay2022-04-151-1/+1
| * | | serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay2022-04-152-2/+75
| * | | serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probeMiaoqian Lin2022-04-151-0/+2
| * | | serial: atmel: remove redundant assignment in rs485_configLino Sanfilippo2022-04-151-3/+1
| * | | serial: fsl_lpuart: remove redundant code in rs485_config functionsLino Sanfilippo2022-04-151-32/+0
| * | | serial: imx: remove redundant assignment in rs485_configLino Sanfilippo2022-04-151-2/+0
| * | | serial: max310: remove redundant memset in rs485_configLino Sanfilippo2022-04-151-1/+0
| * | | serial: omap: remove redundant code in rs485_configLino Sanfilippo2022-04-151-10/+3
| * | | serial: sc16is7xx: remove redundant check in rs485_configLino Sanfilippo2022-04-151-10/+0
| * | | serial: stm32: remove redundant code in rs485_configLino Sanfilippo2022-04-151-7/+2
| * | | serial: amba-pl011: remove redundant code in rs485_configLino Sanfilippo2022-04-151-15/+1
| * | | serial: core: move RS485 configuration tasks from drivers into coreLino Sanfilippo2022-04-151-0/+33
| * | | tty: serial: meson: Use DIV_ROUND_CLOSEST to calculate baud ratesYu Tu2022-04-151-2/+2
| * | | serial: 8250: Report which option to enable for blacklisted PCI devicesMaciej W. Rozycki2022-04-151-27/+40
| * | | serial: 8250: Make SERIAL_8250_EM available for arm64 systemsPhil Edworthy2022-04-151-1/+1
| * | | tty: serial: owl: Fix missing clk_disable_unprepare() in owl_uart_probeMiaoqian Lin2022-04-151-0/+1
| * | | tty: serial: samsung: add spin_lock for interrupt and console_writeJaewon Kim2022-04-151-0/+12
| * | | tty: Fix a possible resource leak in icom_probeHuang Guobin2022-04-151-1/+1
| * | | tty: serial: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-153-2/+2
| * | | tty: serial: altera: use altera_jtaguart_stop_tx()Jiri Slaby2022-04-141-4/+2
| * | | tty: serial: owl-uart, send x_char even if stoppedJiri Slaby2022-04-141-3/+3
| * | | tty: serial: mpc52xx_uart: remove double ifdefferyJiri Slaby2022-04-141-3/+0
* | | | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-3/+2
|\ \ \ \
| * \ \ \ Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into as...Arnd Bergmann2022-04-041-3/+2
| |\ \ \ \
| | * | | | remove the h8300 architectureChristoph Hellwig2022-02-231-3/+2
* | | | | | Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-261-0/+1
|\ \ \ \ \ \
| * | | | | | serial: 8250/omap1: include linux/soc/ti/omap1-soc.hArnd Bergmann2022-04-211-0/+1
| |/ / / / /
* | | | | | Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-251-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-05-231-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-1/+1
| | |/ / /
* | | | | fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic2022-05-051-9/+9
* | | | | serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno2022-05-051-2/+5
* | | | | serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno2022-05-051-0/+7
* | | | | serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno2022-05-051-7/+8
* | | | | tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()Yang Yingliang2022-05-051-3/+2
| |_|_|/ |/| | |
* | | | serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki2022-04-221-4/+4
* | | | serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki2022-04-221-1/+1
* | | | Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"Hui Wang2022-04-221-4/+2
* | | | serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren2022-04-151-2/+2
* | | | serial: imx: fix overrun interrupts in DMA modeJohan Hovold2022-04-151-1/+1
* | | | serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo2022-04-151-2/+7
|/ / /
* / / tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II.Jiri Slaby2022-04-041-10/+10
|/ /
* | Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-2882-815/+2454
|\ \
| * | serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2022-03-183-4/+25