summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
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
2022-06-30earlycon: prevent multiple register_console()Michael Walle-0/+3
2022-06-30serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen-0/+3
2022-06-30serial: 8250_port: Fix spelling mistakeZhang Jiaming-2/+2
2022-06-30tty: serial: samsung_tty: loopback mode supportChanho Park-0/+8
2022-06-30tty: serial: samsung_tty: support more than 4 uart portsChanho Park-57/+25
2022-06-27serial: 8250: Fix __stop_tx() & DMA Tx restart racesIlpo Järvinen-4/+4
2022-06-27serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottleIlpo Järvinen-2/+21
2022-06-27tty: serial: samsung_tty: set dma burst_size to 1Chanho Park-3/+2
2022-06-27serial: 8250: dw: enable using pdata with ACPIMarcin Wojtas-12/+12
2022-06-27serial: 8250_dwlib: Support for 9th bit multipoint addressingIlpo Järvinen-1/+101
2022-06-27serial: Support for RS-485 multipoint addressesIlpo Järvinen-1/+21
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen-25/+37
2022-06-27serial: 8250_lpss: Use 32-bit readsIlpo Järvinen-1/+1
2022-06-27serial: 8250: create lsr_save_maskIlpo Järvinen-2/+6
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen-17/+17
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen-27/+16
2022-06-27serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen-3/+3
2022-06-27serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPEDIlpo Järvinen-18/+20
2022-06-27serial: msm: Rename UART_* defines to MSM_UART_*Ilpo Järvinen-251/+250
2022-06-27serial: msm: Convert container_of UART_TO_MSM to static inlineIlpo Järvinen-23/+26