summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2022-09-22serial: sifive: enable clocks for UART when probedOlof Johansson-1/+1
2022-09-22serial: 8250: omap: Use serial8250_em485_supportedMatthias Schiffer-0/+1
2022-09-22serial: fsl_lpuart: Reset prior to registrationLukas Wunner-4/+5
2022-09-07serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen-1/+1
2022-09-07serial: tegra: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen-3/+2
2022-08-30tty: serial: atmel: Preserve previous USART mode if RS485 disabledSergiu Moga-3/+1
2022-08-30tty: serial: lpuart: disable flow control while waiting for the transmit engi...Sherry Sun-0/+1
2022-08-30serial: fsl_lpuart: RS485 RTS polariy is inverseShenwei Wang-2/+2
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2002/+1618
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-2/+2
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2022-08-03tty: serial: qcom-geni-serial: Fix %lu -> %u in print statementsDouglas Anderson-2/+2
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2022-07-28tty: serial: document uart_get_console()Jiri Slaby-4/+9
2022-07-28tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby-54/+53
2022-07-28Documentation: serial: move GPIO kernel-doc to the functionsJiri Slaby-0/+48
2022-07-28Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby-59/+82
2022-07-28serial: mvebu-uart: uart2 error bits clearingNarendra Hadke-0/+11
2022-07-28tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun-6/+6
2022-07-28serial: stm32: make info structs static to avoid sparse warningsBen Dooks-68/+69
2022-07-28serial: fsl_lpuart: zero out parity bit in CS7 modeShenwei Wang-2/+24
2022-07-28tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could r...Vijaya Krishna Nivarthi-35/+53
2022-07-28serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi-2/+4
2022-07-16serial: remove VR41XX serial driverThomas Bogendoerfer-950/+0
2022-07-14serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsLino Sanfilippo-5/+1
2022-07-14serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo-8/+2
2022-07-14serial: core: sanitize RS485 delays read from device treeLino Sanfilippo-0/+2
2022-07-14serial: core: move sanitizing of RS485 delays into own functionLino Sanfilippo-20/+26
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo-3/+12
2022-07-14serial: ar933x: Remove superfluous code in ar933x_config_rs485()Lino Sanfilippo-9/+0
2022-07-14serial: ar933x: Fix check for RS485 supportLino Sanfilippo-4/+5
2022-07-14serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger-6/+18
2022-07-14serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA-0/+13
2022-07-14tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Marek Szyprowski-1/+1
2022-07-14serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven-0/+1
2022-07-14tty: 8250: Add support for Brainboxes PX cards.Cameron Williams-0/+109
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann-2/+2
2022-07-11tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang-2/+2
2022-07-08serial: RS485 termination is supported if DT provides oneIlpo Järvinen-0/+2
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen-26/+26
2022-07-08serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König-1/+1
2022-06-30serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURSTBiju Das-1/+1
2022-06-30serial: mvebu-uart: correctly report configured baudrate valuePali Rohár-12/+13
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen-5/+4
2022-06-30serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang-1/+3
2022-06-30serial: stm32: Clear prev values before setting RTS delaysIlpo Järvinen-0/+2
2022-06-30serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen-12/+6
2022-06-308250_dwlib: Convert bitops to newer formIlpo Järvinen-13/+13
2022-06-30serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko-7/+3
2022-06-30serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko-8/+9