summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | serial: pch: don't overwrite xmit->buf[0] by x_charJiri Slaby2022-05-051-20/+7
| * | | | serial: pch: move size check from pop_tx one level upJiri Slaby2022-05-051-6/+8
| * | | | serial: pic32: restore disabled irqs in pic32_uart_startup()Jiri Slaby2022-05-051-0/+2
| * | | | serial: pic32: free up irq names correctlyJiri Slaby2022-05-051-3/+6
| * | | | serial: pic32: don't zero members of kzalloc-ated structureJiri Slaby2022-05-051-1/+0
| * | | | serial: pic32: don't assign pic32_sport::cts_gpio twiceJiri Slaby2022-05-051-1/+0
| * | | | serial: pic32: convert to_pic32_sport() to an inlineJiri Slaby2022-05-051-1/+5
| * | | | serial: pic32: remove pic32_get_port() macroJiri Slaby2022-05-051-12/+4
| * | | | serial: pic32: simplify pic32_sport::enable_tx_irq handlingJiri Slaby2022-05-051-7/+6
| * | | | serial: pic32: simplify clk handlingJiri Slaby2022-05-051-23/+5
| * | | | serial: pic32: remove constants from struct pic32_sportJiri Slaby2022-05-051-12/+3
| * | | | serial: pic32: move header content to .cJiri Slaby2022-05-052-117/+103
| * | | | serial: pic32: remove unused items from the headerJiri Slaby2022-05-051-9/+0
| * | | | serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 modeMarek Vasut2022-05-052-2/+41
| * | | | serial: stm32: Factor out GPIO RTS toggling into separate functionMarek Vasut2022-05-051-21/+38
| * | | | serial: sifive: Remove duplicate `clkin_rate' settingMaciej W. Rozycki2022-05-051-8/+6
| * | | | serial: sifive: Report actual baud base rather than fixed 115200Maciej W. Rozycki2022-05-051-1/+1
| * | | | serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki2022-05-051-68/+271
| * | | | serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki2022-05-052-21/+22
| * | | | serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki2022-05-051-51/+25
| * | | | serial: men_z135_uart: Drop duplicated iotype assignmentIlpo Järvinen2022-05-051-1/+0
| * | | | serial: 8250: pxa: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven2022-05-051-1/+0
| * | | | serial: 8250: core: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven2022-05-051-1/+0
| * | | | serial: 8250: dw: Fix NULL pointer dereferenceHeikki Krogerus2022-05-051-1/+1
| * | | | Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman2022-05-026-215/+293
| |\ \ \ \
| * | | | | serial: 8250_dwlib: Implement SW half duplex supportIlpo Järvinen2022-04-261-2/+8
| * | | | | serial: 8250_dwlib: RS485 HW half & full duplex supportIlpo Järvinen2022-04-262-0/+85
| * | | | | serial: 8250: Handle UART without interrupt on TEMTIlpo Järvinen2022-04-261-9/+26
| * | | | | serial: 8250: use THRE & __stop_tx also with DMAIlpo Järvinen2022-04-262-5/+7
| * | | | | serial: Store character timing information to uart_portIlpo Järvinen2022-04-261-6/+8
| * | | | | serial: 8250: dw: Improve RZN1 supportPhil Edworthy2022-04-261-0/+2
| * | | | | serial: 8250: dw: Add support for DMA flow controlling devicesPhil Edworthy2022-04-261-0/+64
| * | | | | serial: 8250: dw: Move the IO accessors to 8250_dwlib.hMiquel Raynal2022-04-262-16/+16
| * | | | | serial: 8250: dw: Introduce an rx_timeout variable in the IRQ pathMiquel Raynal2022-04-261-1/+2
| * | | | | serial: 8250: dma: Allow driver operations before starting DMA transfersMiquel Raynal2022-04-262-0/+22
| * | | | | serial: 8250: dw: Allow to use a fallback CPR value if not synthesizedMiquel Raynal2022-04-262-3/+8
| * | | | | serial: 8250: dw: Move the USR register to pdataMiquel Raynal2022-04-262-4/+9
| * | | | | serial: 8250: dw: Create a generic platform data structureEmil Renner Berthing2022-04-262-8/+39
| * | | | | serial: 8250: dw: Move definitions to the shared headerPhil Edworthy2022-04-262-21/+26
| * | | | | sysrq: do not omit current cpu when showing backtrace of all active CPUsChangbin Du2022-04-261-4/+9
| * | | | | tty: hvcs: simplify if-if to if-elseWan Jiabing2022-04-261-3/+2
| * | | | | tty/hvc_opal: simplify if-if to if-elseWan Jiabing2022-04-261-2/+2
| * | | | | serial: stm32: add earlycon supportValentin Caron2022-04-222-0/+52
| * | | | | serial: stm32: add KGDB supportValentin Caron2022-04-221-2/+35
| * | | | | serial: stm32: remove infinite loop possibility in putchar functionValentin Caron2022-04-222-3/+11
| * | | | | tty: Add function for handling flow control charsIlpo Järvinen2022-04-221-11/+18
| * | | | | serial: core: fix tcdrain() with CTS enabledTomasz Moń2022-04-221-12/+14
| * | | | | serial/8250: Use fifo in 8250 console driverWander Lairson Costa2022-04-221-6/+65
| * | | | | drivers: tty: serial: Fix deadlock in sa1100_set_termios()Duoming Zhou2022-04-221-2/+2
| * | | | | tty/sysrq: change the definition of sysrq_key_table's element to make it more...Junwen Wu2022-04-221-8/+6