summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-11-101-7/+0
|\
| * serial: 8250: remove AR7 supportWolfram Sang2023-10-191-7/+0
* | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-0385-1541/+3081
|\ \
| * | serial: core: Fix runtime PM handling for pending txTony Lindgren2023-10-241-1/+1
| * | tty: serial: samsung: drop earlycon support for unsupported platformsAndré Draszik2023-10-211-15/+1
| * | tty: 8250: Add note for PX-835Cameron Williams2023-10-211-1/+1
| * | tty: 8250: Fix IS-200 PCI ID commentCameron Williams2023-10-211-1/+1
| * | tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams2023-10-211-0/+147
| * | tty: 8250: Add support for Intashield IX cardsCameron Williams2023-10-211-0/+21
| * | tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams2023-10-211-0/+29
| * | tty: 8250: Fix up PX-803/PX-857Cameron Williams2023-10-211-3/+3
| * | tty: 8250: Fix port count of PX-257Cameron Williams2023-10-211-1/+1
| * | tty: 8250: Add support for Intashield IS-100Cameron Williams2023-10-211-0/+6
| * | tty: 8250: Add support for Brainboxes UP cardsCameron Williams2023-10-211-0/+60
| * | tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams2023-10-211-0/+57
| * | tty: 8250: Remove UC-257 and UC-431Cameron Williams2023-10-211-8/+1
| * | serial: 8250_omap: Set the console genpd always on if no console suspendThomas Richard2023-10-211-5/+28
| * | tty: serial: 8250: Add support for MOXA Mini PCIe boardsCrescent CY Hsieh2023-10-211-0/+56
| * | tty: serial: 8250: Relocate macros within 8250_pci.cCrescent CY Hsieh2023-10-211-72/+72
| * | tty: serial: 8250: Cleanup MOXA configurationsCrescent CY Hsieh2023-10-211-36/+12
| * | tty: serial: 8250: Modify MOXA enum name within 8250_pci.cCrescent CY Hsieh2023-10-211-18/+18
| * | tty: serial: samsung_tty: remove dead codeAndré Draszik2023-10-211-105/+0
| * | serial/esp32_uart: use prescaler when availableMax Filippov2023-10-211-3/+46
| * | tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin2023-10-171-3/+11
| * | drivers/tty/serial: add ESP32S3 ACM gadget driverMax Filippov2023-10-163-0/+473
| * | drivers/tty/serial: add driver for the ESP32 UARTMax Filippov2023-10-163-0/+755
| * | serial: core: tidy invalid baudrate handling in uart_get_baud_rateMax Filippov2023-10-161-3/+1
| * | serial: xilinx_uartps: unset STOPBRK when setting STARTBRKJulien Malik2023-10-161-1/+1
| * | serial: max310x: remove trailing whitespacesHugo Villeneuve2023-10-161-1/+1
| * | Merge 6.6-rc6 into tty-nextGreg Kroah-Hartman2023-10-162-20/+20
| |\ \
| * | | tty: serial: meson: Add a earlycon for the S4 SoCLucas Tanure2023-10-101-2/+2
| * | | serial: initialize retinfo in uart_get_info()Alexey Dobriyan2023-10-071-0/+3
| * | | serial: 8250_bcm7271: Use devm_clk_get_optional_enabled()Andy Shevchenko2023-10-071-15/+9
| * | | serial: core: Simplify uart_get_rs485_mode()Andy Shevchenko2023-10-051-18/+12
| * | | serial: 8250_omap: Drop pm_runtime_irq_safe()Tony Lindgren2023-10-051-8/+21
| * | | serial: 8250: Check for valid console indexTony Lindgren2023-10-051-1/+1
| * | | serial: sc16is7xx: use device_property APIs when configuring irda modeHugo Villeneuve2023-10-031-10/+24
| * | | serial: amba-pl011: Do not complain when DMA is absentFabio Estevam2023-10-031-1/+1
| * | | serial: imx: Put DMA enabled UART in separate lock subclassSascha Hauer2023-10-031-1/+3
| * | | serial: 8250_pci1xxxx: Annotate struct pci1xxxx_8250 with __counted_byKees Cook2023-10-031-1/+1
| * | | serial: exar: Add RS-485 support for Sealevel XR17V35X based cardsMatthew Howell2023-10-031-0/+44
| * | | serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"Matthew Howell2023-10-031-14/+0
| * | | serial: 8250_dw: Use devm_clk_get_optional_enabled()Andy Shevchenko2023-10-031-24/+3
| * | | serial: 8250_of: Use devm_clk_get_enabled()Andy Shevchenko2023-10-031-16/+8
| * | | serial: 8250_aspeed_vuart: Use devm_clk_get_enabled()Andy Shevchenko2023-10-031-12/+5
| * | | serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err()Andy Shevchenko2023-10-031-10/+7
| * | | Merge 6.6-rc4 into tty-nextGreg Kroah-Hartman2023-10-021-1/+4
| |\ \ \ | | | |/ | | |/|
| * | | serial: xilinx_uartps: Use port lock wrappersThomas Gleixner2023-09-181-28/+28
| * | | serial: vt8500: Use port lock wrappersThomas Gleixner2023-09-181-4/+4
| * | | serial: ucc_uart: Use port lock wrappersThomas Gleixner2023-09-181-2/+2