summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * | serial: 8250_dw: Do not bailout on UCV read returning zeroVamshi Gajjela2024-01-041-9/+3
| * | serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier2024-01-041-11/+12
| * | serial: apbuart: fix console prompt on qemuSam Ravnborg2024-01-041-1/+1
| * | tty: serial: kgdboc: Fix 8250_* kgdb over serialMichael Trimarchi2024-01-041-1/+2
| * | serial: imx: Correct clock error message in function probe()Christoph Niedermaier2024-01-041-1/+1
| * | tty/serial: altera_uart: use more informative labels in /proc/interruptsAntony Pavlov2024-01-041-1/+1
| * | tty: serial: Add RS422 flag to struct serial_rs485Crescent CY Hsieh2024-01-041-0/+6
| * | serial: core: Clean up uart_update_timeout() functionVamshi Gajjela2024-01-041-4/+3
| * | tty: serial: 8250: Set RS422 interface by default to fix Moxa RS422/RS485 PCI...Crescent CY Hsieh2023-12-151-1/+57
| * | tty: serial: amba-pl011: factor QDF2400 SoC erratum 44 out of probeThéo Lebrun2023-12-151-7/+18
| * | tty: serial: amba-pl011: unindent pl011_console_get_options function bodyThéo Lebrun2023-12-151-22/+21
| * | tty: serial: amba-pl011: fix miscellaneous checkpatch warningsThéo Lebrun2023-12-151-7/+6
| * | tty: serial: amba-pl011: fix formatting of conditionsThéo Lebrun2023-12-151-12/+14
| * | tty: serial: amba-pl011: avoid quoted string split across linesThéo Lebrun2023-12-151-8/+8
| * | tty: serial: amba-pl011: replace TIOCMBIT macros by static functionsThéo Lebrun2023-12-151-21/+24
| * | tty: serial: amba-pl011: fix whitespace formattingThéo Lebrun2023-12-151-52/+45
| * | serial: 8250-fsl: Only do the break workaround if IIR signals RLSIUwe Kleine-König2023-12-151-1/+2
| * | serial: ma35d1: Fix spelling mistake "ononsole" -> "console"Colin Ian King2023-12-151-1/+1
| * | serial: sc16is7xx: fix unconditional activation of THRI interruptHugo Villeneuve2023-12-151-5/+2
| * | serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFOHugo Villeneuve2023-12-151-6/+11
| * | serial: sc16is7xx: change EFR lock to operate on each channelsHugo Villeneuve2023-12-151-23/+26
| * | serial: sc16is7xx: remove unused line structure memberHugo Villeneuve2023-12-151-2/+0
| * | serial: sc16is7xx: remove global regmap from struct sc16is7xx_portHugo Villeneuve2023-12-151-6/+9
| * | serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()Hugo Villeneuve2023-12-151-6/+8
| * | serial: esp32_uart: Use device_get_match_data()Rob Herring2023-12-151-7/+3
| * | serial: esp32_acm: Add explicit platform_device.h includeRob Herring2023-12-151-1/+1
| * | Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman2023-12-116-65/+85
| |\ \
| * | | tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)2023-12-081-1/+1
| * | | serial: msm: Use OPP table for DVFS supportStephan Gerhold2023-12-081-2/+17
| * | | serial: ucc_uart: Fix multiple address space type errorsChristophe Leroy2023-12-081-14/+14
| * | | serial: imx: fix tx statemachine deadlockPaul Geurts2023-12-081-2/+2
| * | | serial: 8250_dw: Decouple DLF register check from UCVVamshi Gajjela2023-11-281-11/+11
| * | | serial: max310x: change confusing comment about Tx FIFOHugo Villeneuve2023-11-251-1/+1
| * | | serial: sc16is7xx: change confusing comment about Tx FIFOHugo Villeneuve2023-11-251-1/+1
| * | | serial: core: Revert checks for tx runtime PM stateTony Lindgren2023-11-251-1/+1
| * | | serial: core: Move tty and serdev to be children of serial core port deviceTony Lindgren2023-11-251-3/+4
| * | | serial: uartlite: Use dynamic allocation for major number when uart ports > 4Manikanta Guntupalli2023-11-252-0/+8
| * | | serial: xilinx_uartps: Fix kernel doc about .remove()'s return codeUwe Kleine-König2023-11-251-2/+0
| * | | serial: sh-sci: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-4/+3
| * | | serial: mxs-auart: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-4/+10
| * | | serial: amba-pl011: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-3/+3
| * | | serial: imx: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-6/+11
| * | | serial: atmel: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-4/+12
| * | | serial: sc16is7xx: improve regmap debugfs by using one regmap per portHugo Villeneuve2023-11-231-62/+81
| * | | serial: sunsab: remove trailing whitespacesHugo Villeneuve2023-11-231-8/+8
| * | | serial: sifive: Declare PM operations as staticSamuel Holland2023-11-231-2/+2
| * | | tty: serial: uartlite: Document uartlite_data in kernel-doc styleSean Anderson2023-11-231-5/+5
| * | | tty: serial_cs: remove unused struct serial_cfg_memJiri Slaby (SUSE)2023-11-231-6/+0
| * | | tty: rp2: remove unused rp2_uart_port::ignore_rxJiri Slaby (SUSE)2023-11-231-1/+0
| * | | tty: jsm: remove unused struct jsm_board membersJiri Slaby (SUSE)2023-11-231-3/+0