summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | serial: 8250_bcm2835aux: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-51/+43
| * | serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-35/+15
| * | serial: port: Introduce a common helper to read propertiesAndy Shevchenko2024-03-051-0/+145
| * | serial: sh-sci: Call sci_serial_{in,out}() directlyGeert Uytterhoeven2024-03-051-126/+119
| * | serial: pch: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-15/+9
| * | serial: pch: Remove eg20t_port::lock.Sebastian Andrzej Siewior2024-03-021-20/+6
| * | serial: pch: Don't initialize uart_port's spin_lock.Sebastian Andrzej Siewior2024-03-021-2/+0
| * | serial: pch: Don't disable interrupts while acquiring lock in ISR.Sebastian Andrzej Siewior2024-03-021-3/+2
| * | serial: pch: Make push_rx() return void.Sebastian Andrzej Siewior2024-03-021-8/+4
| * | serial: pch: Invoke handle_rx_to() directly.Sebastian Andrzej Siewior2024-03-021-6/+1
| * | serial: sifive: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior2024-03-021-10/+7
| * | serial: rda: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior2024-03-021-18/+10
| * | serial: owl: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior2024-03-021-18/+12
| * | serial: lpc32xx_hs: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior2024-03-021-10/+7
| * | serial: sunplus: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-12/+6
| * | serial: pxa: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-11/+6
| * | serial: omap: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-10/+6
| * | serial: msm: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-23/+10
| * | serial: meson: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-14/+8
| * | serial: bcm63xx: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-16/+8
| * | serial: ar933x: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-12/+6
| * | serial: amba-pl011: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-16/+8
| * | serial: 8250_dw: Emit an error message if getting the baudclk failedUwe Kleine-König2024-03-021-1/+2
| * | serial: 8250: Use serial8250_do_set_termios for uartclk updatingSerge Semin2024-03-021-19/+1
| * | serial: st-asc: don't get/put GPIOs in atomic contextBartosz Golaszewski2024-03-021-16/+24
| * | serial: samsung: honor fifosize from dts at firstTamseel Shams2024-03-021-7/+10
| * | drivers/tty/serial: Remove unused function early_mcf_setupThomas Huth2024-03-021-27/+0
| * | serial: 8250_pci1xxxx: Drop quirk from 8250_portAndy Shevchenko2024-03-022-14/+18
| * | serial: 8250_exar: Don't use "proxy" headersAndy Shevchenko2024-03-021-5/+9
| * | serial: 8250_exar: Use 8250 PCI library to map and assign resourcesAndy Shevchenko2024-03-022-5/+7
| * | serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko2024-03-021-4/+5
| * | serial: 8250_exar: Use generic function to set firmware nodeAndy Shevchenko2024-03-021-2/+2
| * | serial: 8250_exar: Clear interrupts before registering handlerAndy Shevchenko2024-03-021-3/+3
| * | serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacksAndy Shevchenko2024-03-021-2/+1
| * | serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko2024-03-021-4/+1
| * | Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman2024-02-273-34/+38
| |\ \
| * | | serial: pmac_zilog: Convert to platform remove callback returning voidUwe Kleine-König2024-02-191-7/+2
| * | | tty: goldfish: Convert to platform remove callback returning voidUwe Kleine-König2024-02-191-3/+2
| * | | tty: amiserial: Convert to platform remove callback returning voidUwe Kleine-König2024-02-191-4/+2
| * | | Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman2024-02-192-2/+5
| |\ \ \
| * | | | tty: Don't include tty_buffer.h in tty.hIlpo Järvinen2024-02-181-0/+1
| * | | | serial: 8250_of: Drop quirk fot NPCM from 8250_portAndy Shevchenko2024-02-182-26/+42
| * | | | tty: jsm: Remove redundant assignment to variable linestatusColin Ian King2024-02-181-1/+0
| * | | | serial: lpc32xx_hs: remove redundant check and assignment of hsu_rateColin Ian King2024-02-181-2/+0
| * | | | serial: 8250_bcm7271: Replace custom unit definitionsAndy Shevchenko2024-02-181-9/+8
| * | | | serial: 8250_pci1xxxx: Don't use "proxy" headersAndy Shevchenko2024-02-171-6/+14
| * | | | tty: hvc-iucv: fix function pointer castsArnd Bergmann2024-02-171-1/+5
| * | | | tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()Roman Žilka2024-02-171-4/+12
| * | | | tty: vt: decrypt magic constants in vc_is_control()Jiri Slaby (SUSE)2024-02-061-3/+7
| * | | | tty: vt: use ASCII enum constants in vt_console_print()Jiri Slaby (SUSE)2024-02-061-4/+5