summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-7/+0
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds85-1541/+3081
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-24serial: core: Fix runtime PM handling for pending txTony Lindgren1-1/+1
2023-10-21tty: serial: samsung: drop earlycon support for unsupported platformsAndré Draszik1-15/+1
2023-10-21tty: 8250: Add note for PX-835Cameron Williams1-1/+1
2023-10-21tty: 8250: Fix IS-200 PCI ID commentCameron Williams1-1/+1
2023-10-21tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams1-0/+147
2023-10-21tty: 8250: Add support for Intashield IX cardsCameron Williams1-0/+21
2023-10-21tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams1-0/+29
2023-10-21tty: 8250: Fix up PX-803/PX-857Cameron Williams1-3/+3
2023-10-21tty: 8250: Fix port count of PX-257Cameron Williams1-1/+1
2023-10-21tty: 8250: Add support for Intashield IS-100Cameron Williams1-0/+6
2023-10-21tty: 8250: Add support for Brainboxes UP cardsCameron Williams1-0/+60
2023-10-21tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams1-0/+57
2023-10-21tty: 8250: Remove UC-257 and UC-431Cameron Williams1-8/+1
2023-10-21serial: 8250_omap: Set the console genpd always on if no console suspendThomas Richard1-5/+28
2023-10-21tty: serial: 8250: Add support for MOXA Mini PCIe boardsCrescent CY Hsieh1-0/+56
2023-10-21tty: serial: 8250: Relocate macros within 8250_pci.cCrescent CY Hsieh1-72/+72
2023-10-21tty: serial: 8250: Cleanup MOXA configurationsCrescent CY Hsieh1-36/+12
2023-10-21tty: serial: 8250: Modify MOXA enum name within 8250_pci.cCrescent CY Hsieh1-18/+18
2023-10-21tty: serial: samsung_tty: remove dead codeAndré Draszik1-105/+0
2023-10-21serial/esp32_uart: use prescaler when availableMax Filippov1-3/+46
2023-10-19serial: 8250: remove AR7 supportWolfram Sang1-7/+0
2023-10-17tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin1-3/+11
2023-10-16drivers/tty/serial: add ESP32S3 ACM gadget driverMax Filippov3-0/+473
2023-10-16drivers/tty/serial: add driver for the ESP32 UARTMax Filippov3-0/+755
2023-10-16serial: core: tidy invalid baudrate handling in uart_get_baud_rateMax Filippov1-3/+1
2023-10-16serial: xilinx_uartps: unset STOPBRK when setting STARTBRKJulien Malik1-1/+1
2023-10-16serial: max310x: remove trailing whitespacesHugo Villeneuve1-1/+1
2023-10-16Merge 6.6-rc6 into tty-nextGreg Kroah-Hartman2-20/+20
2023-10-10tty: serial: meson: Add a earlycon for the S4 SoCLucas Tanure1-2/+2
2023-10-07serial: core: Fix checks for tx runtime PM stateTony Lindgren1-1/+1
2023-10-07serial: initialize retinfo in uart_get_info()Alexey Dobriyan1-0/+3
2023-10-07serial: 8250_bcm7271: Use devm_clk_get_optional_enabled()Andy Shevchenko1-15/+9
2023-10-05serial: core: Simplify uart_get_rs485_mode()Andy Shevchenko1-18/+12
2023-10-05serial: 8250_omap: Drop pm_runtime_irq_safe()Tony Lindgren1-8/+21
2023-10-05serial: 8250: Check for valid console indexTony Lindgren1-1/+1
2023-10-03serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren1-15/+10
2023-10-03serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner1-4/+9
2023-10-03serial: sc16is7xx: use device_property APIs when configuring irda modeHugo Villeneuve1-10/+24
2023-10-03serial: amba-pl011: Do not complain when DMA is absentFabio Estevam1-1/+1
2023-10-03serial: imx: Put DMA enabled UART in separate lock subclassSascha Hauer1-1/+3
2023-10-03serial: 8250_pci1xxxx: Annotate struct pci1xxxx_8250 with __counted_byKees Cook1-1/+1
2023-10-03serial: exar: Add RS-485 support for Sealevel XR17V35X based cardsMatthew Howell1-0/+44
2023-10-03serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"Matthew Howell1-14/+0
2023-10-03serial: 8250_dw: Use devm_clk_get_optional_enabled()Andy Shevchenko1-24/+3
2023-10-03serial: 8250_of: Use devm_clk_get_enabled()Andy Shevchenko1-16/+8
2023-10-03serial: 8250_aspeed_vuart: Use devm_clk_get_enabled()Andy Shevchenko1-12/+5
2023-10-03serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err()Andy Shevchenko1-10/+7