summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2024-03-05serial: 8250_lpc18xx: Switch to use uart_read_port_properties()Andy Shevchenko-12/+8
2024-03-05serial: 8250_ingenic: Switch to use uart_read_port_properties()Andy Shevchenko-13/+7
2024-03-05serial: 8250_dw: Switch to use uart_read_port_properties()Andy Shevchenko-40/+27
2024-03-05serial: 8250_bcm7271: Switch to use uart_read_port_properties()Andy Shevchenko-37/+19
2024-03-05serial: 8250_bcm2835aux: Switch to use uart_read_port_properties()Andy Shevchenko-51/+43
2024-03-05serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()Andy Shevchenko-35/+15
2024-03-05serial: port: Introduce a common helper to read propertiesAndy Shevchenko-0/+145
2024-03-05serial: sh-sci: Call sci_serial_{in,out}() directlyGeert Uytterhoeven-126/+119
2024-03-02serial: port: Don't suspend if the port is still busyYicong Yang-1/+24
2024-03-02serial: 8250_dw: Do not reclock if already at correct ratePeter Collingbourne-3/+3
2024-03-02tty: serial: imx: Fix broken RS485Rickard x Andersson-4/+18
2024-03-02serial: pch: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior-15/+9
2024-03-02serial: pch: Remove eg20t_port::lock.Sebastian Andrzej Siewior-20/+6
2024-03-02serial: pch: Don't initialize uart_port's spin_lock.Sebastian Andrzej Siewior-2/+0
2024-03-02serial: pch: Don't disable interrupts while acquiring lock in ISR.Sebastian Andrzej Siewior-3/+2
2024-03-02serial: pch: Make push_rx() return void.Sebastian Andrzej Siewior-8/+4
2024-03-02serial: pch: Invoke handle_rx_to() directly.Sebastian Andrzej Siewior-6/+1
2024-03-02serial: sifive: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior-10/+7
2024-03-02serial: rda: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior-18/+10
2024-03-02serial: owl: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior-18/+12
2024-03-02serial: lpc32xx_hs: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior-10/+7
2024-03-02serial: sunplus: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior-12/+6
2024-03-02serial: pxa: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior-11/+6
2024-03-02serial: omap: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior-10/+6
2024-03-02serial: msm: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior-23/+10
2024-03-02serial: meson: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior-14/+8
2024-03-02serial: bcm63xx: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior-16/+8
2024-03-02serial: ar933x: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior-12/+6
2024-03-02serial: amba-pl011: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior-16/+8
2024-03-02serial: 8250_dw: Emit an error message if getting the baudclk failedUwe Kleine-König-1/+2
2024-03-02serial: 8250: Use serial8250_do_set_termios for uartclk updatingSerge Semin-19/+1
2024-03-02serial: st-asc: don't get/put GPIOs in atomic contextBartosz Golaszewski-16/+24
2024-03-02serial: samsung: honor fifosize from dts at firstTamseel Shams-7/+10
2024-03-02drivers/tty/serial: Remove unused function early_mcf_setupThomas Huth-27/+0
2024-03-02serial: 8250_pci1xxxx: Drop quirk from 8250_portAndy Shevchenko-14/+18
2024-03-02serial: 8250_exar: Don't use "proxy" headersAndy Shevchenko-5/+9
2024-03-02serial: 8250_exar: Use 8250 PCI library to map and assign resourcesAndy Shevchenko-5/+7
2024-03-02serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko-4/+5
2024-03-02serial: 8250_exar: Use generic function to set firmware nodeAndy Shevchenko-2/+2
2024-03-02serial: 8250_exar: Clear interrupts before registering handlerAndy Shevchenko-3/+3
2024-03-02serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacksAndy Shevchenko-2/+1
2024-03-02serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko-4/+1
2024-02-27Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman-31/+33
2024-02-19serial: amba-pl011: Fix DMA transmission in RS485 modeLino Sanfilippo-30/+30
2024-02-19serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabledLino Sanfilippo-1/+3
2024-02-19serial: pmac_zilog: Convert to platform remove callback returning voidUwe Kleine-König-7/+2
2024-02-19Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman-2/+5
2024-02-18serial: 8250_of: Drop quirk fot NPCM from 8250_portAndy Shevchenko-26/+42
2024-02-18tty: jsm: Remove redundant assignment to variable linestatusColin Ian King-1/+0
2024-02-18serial: lpc32xx_hs: remove redundant check and assignment of hsu_rateColin Ian King-2/+0