summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2023-11-23serial: bcm63xx: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-11-23serial: atmel: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-11-23serial: ar933x: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-11-23serial: amba-pl011: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-11-23serial: altera: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-11-23serial: altera_jtaguart: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-11-23serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König-56/+32
2023-11-23serial: sccnxp: Improve error message if regulator_disable() failsUwe Kleine-König-2/+5
2023-11-23serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König-1/+1
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-7/+0
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1848/+3415
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+0
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-3/+7
2023-10-27serdev: Replace custom code with device_match_acpi_handle()Andy Shevchenko-1/+1
2023-10-27serdev: Simplify devm_serdev_device_open() functionAndy Shevchenko-14/+4
2023-10-27serdev: Make use of device_set_node()Andy Shevchenko-1/+3
2023-10-27tty: n_gsm: add copyright Siemens Mobility GmbHDaniel Starke-0/+1
2023-10-26tty: n_gsm: fix race condition in status line change on dead connectionsDaniel Starke-0/+2
2023-10-24serial: core: Fix runtime PM handling for pending txTony Lindgren-1/+1
2023-10-21tty: serial: samsung: drop earlycon support for unsupported platformsAndré Draszik-15/+1
2023-10-21tty: 8250: Add note for PX-835Cameron Williams-1/+1
2023-10-21tty: 8250: Fix IS-200 PCI ID commentCameron Williams-1/+1
2023-10-21tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams-0/+147
2023-10-21tty: 8250: Add support for Intashield IX cardsCameron Williams-0/+21
2023-10-21tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams-0/+29
2023-10-21tty: 8250: Fix up PX-803/PX-857Cameron Williams-3/+3
2023-10-21tty: 8250: Fix port count of PX-257Cameron Williams-1/+1
2023-10-21tty: 8250: Add support for Intashield IS-100Cameron Williams-0/+6
2023-10-21tty: 8250: Add support for Brainboxes UP cardsCameron Williams-0/+60
2023-10-21tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams-0/+57
2023-10-21tty: 8250: Remove UC-257 and UC-431Cameron Williams-8/+1
2023-10-21serial: 8250_omap: Set the console genpd always on if no console suspendThomas Richard-5/+28
2023-10-21hvc/xen: fix console unplugDavid Woodhouse-8/+24
2023-10-21hvc/xen: fix error path in xen_hvc_init() to always register frontend driverDavid Woodhouse-2/+3
2023-10-21hvc/xen: fix event channel handling for secondary consolesDavid Woodhouse-1/+1
2023-10-21tty: serial: 8250: Add support for MOXA Mini PCIe boardsCrescent CY Hsieh-0/+56
2023-10-21tty: serial: 8250: Relocate macros within 8250_pci.cCrescent CY Hsieh-72/+72
2023-10-21tty: serial: 8250: Cleanup MOXA configurationsCrescent CY Hsieh-36/+12
2023-10-21tty: serial: 8250: Modify MOXA enum name within 8250_pci.cCrescent CY Hsieh-18/+18
2023-10-21tty: serial: samsung_tty: remove dead codeAndré Draszik-105/+0
2023-10-21tty: whitespaces in descriptions corrected by replacing tabs with spacesFlorian Eckert-47/+47
2023-10-21serial/esp32_uart: use prescaler when availableMax Filippov-3/+46
2023-10-19serial: 8250: remove AR7 supportWolfram Sang-7/+0
2023-10-18tty: convert to new timestamp accessorsJeff Layton-3/+7
2023-10-17tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin-3/+11
2023-10-16drivers/tty/serial: add ESP32S3 ACM gadget driverMax Filippov-0/+473
2023-10-16drivers/tty/serial: add driver for the ESP32 UARTMax Filippov-0/+755
2023-10-16serial: core: tidy invalid baudrate handling in uart_get_baud_rateMax Filippov-3/+1