summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2022-12-02serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner1-3/+4
2022-11-26serial: 8250_lpss: Use 16B DMA burst with Elkhart LakeIlpo Järvinen1-0/+2
2022-11-26serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen1-4/+11
2022-11-26serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen1-2/+1
2022-11-26serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen1-0/+4
2022-11-26serial: imx: Add missing .thaw_noirq hookShawn Guo1-0/+1
2022-11-26tty: serial: fsl_lpuart: don't break the on-going transfer when global resetSherry Sun1-27/+49
2022-11-26serial: 8250: omap: Flush PM QOS work on removeTony Lindgren1-0/+1
2022-11-26serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren1-0/+5
2022-11-26serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer1-17/+0
2022-11-26serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()Tony Lindgren1-2/+20
2022-11-10parisc: Make 8250_gsc driver dependend on CONFIG_PARISCHelge Deller1-1/+1
2022-10-21serial: 8250: Fix restoring termios speed after suspendPali Rohár1-1/+6
2022-10-21tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdownSherry Sun1-0/+2
2022-10-21serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen2-8/+16
2022-10-21drivers: serial: jsm: fix some leaks in probeDan Carpenter1-1/+2
2022-10-21tty: xilinx_uartps: Fix the ignore_statusShubhrajyoti Datta1-0/+2
2022-10-21tty: xilinx_uartps: Check clk_enable return valueShubhrajyoti Datta1-2/+10
2022-10-21serial: 8250: Request full 16550A feature probing for OxSemi PCIe devicesMaciej W. Rozycki1-0/+5
2022-10-21serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki1-1/+2
2022-10-21serial: ar933x: Deassert Transmit Enable on ->rs485_config()Lukas Wunner1-0/+7
2022-10-21serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner6-41/+37
2022-10-21serial: stm32: Deassert Transmit Enable on ->rs485_config()Lukas Wunner1-47/+53
2022-10-21serial: cpm_uart: Don't request IRQ too early for console portChristophe Leroy1-12/+10
2022-09-22serial: sifive: enable clocks for UART when probedOlof Johansson1-1/+1
2022-09-22serial: 8250: omap: Use serial8250_em485_supportedMatthias Schiffer1-0/+1
2022-09-22serial: fsl_lpuart: Reset prior to registrationLukas Wunner1-4/+5
2022-09-07serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen1-1/+1
2022-09-07serial: tegra: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen1-3/+2
2022-08-30tty: serial: atmel: Preserve previous USART mode if RS485 disabledSergiu Moga1-3/+1
2022-08-30tty: serial: lpuart: disable flow control while waiting for the transmit engi...Sherry Sun1-0/+1
2022-08-30serial: fsl_lpuart: RS485 RTS polariy is inverseShenwei Wang1-2/+2
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds54-2002/+1618
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2022-08-03tty: serial: qcom-geni-serial: Fix %lu -> %u in print statementsDouglas Anderson1-2/+2
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-07-28tty: serial: document uart_get_console()Jiri Slaby1-4/+9
2022-07-28tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby1-54/+53
2022-07-28Documentation: serial: move GPIO kernel-doc to the functionsJiri Slaby1-0/+48
2022-07-28Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby1-59/+82
2022-07-28serial: mvebu-uart: uart2 error bits clearingNarendra Hadke1-0/+11
2022-07-28tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun1-6/+6
2022-07-28serial: stm32: make info structs static to avoid sparse warningsBen Dooks2-68/+69
2022-07-28serial: fsl_lpuart: zero out parity bit in CS7 modeShenwei Wang1-2/+24
2022-07-28tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could r...Vijaya Krishna Nivarthi1-35/+53
2022-07-28serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi1-2/+4
2022-07-16serial: remove VR41XX serial driverThomas Bogendoerfer3-950/+0
2022-07-14serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsLino Sanfilippo1-5/+1
2022-07-14serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo1-8/+2