aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-7/+0
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 103-1848/+3415
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-3/+7
2023-10-27serdev: Replace custom code with device_match_acpi_handle()Gravatar Andy Shevchenko 1-1/+1
2023-10-27serdev: Simplify devm_serdev_device_open() functionGravatar Andy Shevchenko 1-14/+4
2023-10-27serdev: Make use of device_set_node()Gravatar Andy Shevchenko 1-1/+3
2023-10-27tty: n_gsm: add copyright Siemens Mobility GmbHGravatar Daniel Starke 1-0/+1
2023-10-26tty: n_gsm: fix race condition in status line change on dead connectionsGravatar Daniel Starke 1-0/+2
2023-10-24serial: core: Fix runtime PM handling for pending txGravatar Tony Lindgren 1-1/+1
2023-10-21tty: serial: samsung: drop earlycon support for unsupported platformsGravatar André Draszik 1-15/+1
2023-10-21tty: 8250: Add note for PX-835Gravatar Cameron Williams 1-1/+1
2023-10-21tty: 8250: Fix IS-200 PCI ID commentGravatar Cameron Williams 1-1/+1
2023-10-21tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksGravatar Cameron Williams 1-0/+147
2023-10-21tty: 8250: Add support for Intashield IX cardsGravatar Cameron Williams 1-0/+21
2023-10-21tty: 8250: Add support for additional Brainboxes PX cardsGravatar Cameron Williams 1-0/+29
2023-10-21tty: 8250: Fix up PX-803/PX-857Gravatar Cameron Williams 1-3/+3
2023-10-21tty: 8250: Fix port count of PX-257Gravatar Cameron Williams 1-1/+1
2023-10-21tty: 8250: Add support for Intashield IS-100Gravatar Cameron Williams 1-0/+6
2023-10-21tty: 8250: Add support for Brainboxes UP cardsGravatar Cameron Williams 1-0/+60
2023-10-21tty: 8250: Add support for additional Brainboxes UC cardsGravatar Cameron Williams 1-0/+57
2023-10-21tty: 8250: Remove UC-257 and UC-431Gravatar Cameron Williams 1-8/+1
2023-10-21serial: 8250_omap: Set the console genpd always on if no console suspendGravatar Thomas Richard 1-5/+28
2023-10-21hvc/xen: fix console unplugGravatar David Woodhouse 1-8/+24
2023-10-21hvc/xen: fix error path in xen_hvc_init() to always register frontend driverGravatar David Woodhouse 1-2/+3
2023-10-21hvc/xen: fix event channel handling for secondary consolesGravatar David Woodhouse 1-1/+1
2023-10-21tty: serial: 8250: Add support for MOXA Mini PCIe boardsGravatar Crescent CY Hsieh 1-0/+56
2023-10-21tty: serial: 8250: Relocate macros within 8250_pci.cGravatar Crescent CY Hsieh 1-72/+72
2023-10-21tty: serial: 8250: Cleanup MOXA configurationsGravatar Crescent CY Hsieh 1-36/+12
2023-10-21tty: serial: 8250: Modify MOXA enum name within 8250_pci.cGravatar Crescent CY Hsieh 1-18/+18
2023-10-21tty: serial: samsung_tty: remove dead codeGravatar André Draszik 1-105/+0
2023-10-21tty: whitespaces in descriptions corrected by replacing tabs with spacesGravatar Florian Eckert 1-47/+47
2023-10-21serial/esp32_uart: use prescaler when availableGravatar Max Filippov 1-3/+46
2023-10-19serial: 8250: remove AR7 supportGravatar Wolfram Sang 1-7/+0
2023-10-18tty: convert to new timestamp accessorsGravatar Jeff Layton 1-3/+7
2023-10-17tty: serial: meson: fix hard LOCKUP on crtscts modeGravatar Pavel Krasavin 1-3/+11
2023-10-16drivers/tty/serial: add ESP32S3 ACM gadget driverGravatar Max Filippov 3-0/+473
2023-10-16drivers/tty/serial: add driver for the ESP32 UARTGravatar Max Filippov 3-0/+755
2023-10-16serial: core: tidy invalid baudrate handling in uart_get_baud_rateGravatar Max Filippov 1-3/+1
2023-10-16serial: xilinx_uartps: unset STOPBRK when setting STARTBRKGravatar Julien Malik 1-1/+1
2023-10-16serial: max310x: remove trailing whitespacesGravatar Hugo Villeneuve 1-1/+1
2023-10-16Merge 6.6-rc6 into tty-nextGravatar Greg Kroah-Hartman 2-20/+20
2023-10-11tty: Remove now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-10-10docs: move powerpc under archGravatar Costa Shulyupin 1-1/+1
2023-10-10tty/sysrq: replace smp_processor_id() with get_cpu()Gravatar Muhammad Usama Anjum 1-1/+2
2023-10-10tty: serial: meson: Add a earlycon for the S4 SoCGravatar Lucas Tanure 1-2/+2
2023-10-07serial: core: Fix checks for tx runtime PM stateGravatar Tony Lindgren 1-1/+1
2023-10-07serial: initialize retinfo in uart_get_info()Gravatar Alexey Dobriyan 1-0/+3