summaryrefslogtreecommitdiffstats
path: root/drivers/tty
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-03103-1848/+3415
|\ \
| * | serdev: Replace custom code with device_match_acpi_handle()Andy Shevchenko2023-10-271-1/+1
| * | serdev: Simplify devm_serdev_device_open() functionAndy Shevchenko2023-10-271-14/+4
| * | serdev: Make use of device_set_node()Andy Shevchenko2023-10-271-1/+3
| * | tty: n_gsm: add copyright Siemens Mobility GmbHDaniel Starke2023-10-271-0/+1
| * | tty: n_gsm: fix race condition in status line change on dead connectionsDaniel Starke2023-10-261-0/+2
| * | 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
| * | hvc/xen: fix console unplugDavid Woodhouse2023-10-211-8/+24
| * | hvc/xen: fix error path in xen_hvc_init() to always register frontend driverDavid Woodhouse2023-10-211-2/+3
| * | hvc/xen: fix event channel handling for secondary consolesDavid Woodhouse2023-10-211-1/+1
| * | 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
| * | tty: whitespaces in descriptions corrected by replacing tabs with spacesFlorian Eckert2023-10-211-47/+47
| * | 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/sysrq: replace smp_processor_id() with get_cpu()Muhammad Usama Anjum2023-10-101-1/+2
| * | | 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
| * | | tty: vc_screen: make vc_class constantGreg Kroah-Hartman2023-10-071-14/+14
| * | | tty: vt: make vtconsole_class constantGreg Kroah-Hartman2023-10-071-10/+9
| * | | tty: Restrict access to TIOCLINUX' copy-and-paste subcommandsHanno Böck2023-10-051-0/+6
| * | | 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