summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2024-11-07tty: atmel_serial: Fix typo retreives to retrievesShivam Chaudhary1-1/+1
2024-11-07tty: atmel_serial: Use devm_platform_ioremap_resource()Mihai Sain1-9/+3
2024-11-05serial: 8250: omap: Move pm_runtime_get_syncBin Liu1-2/+2
2024-11-04tty: serial: samsung: Add Exynos8895 compatibleIvaylo Ivanov1-0/+13
2024-11-04serial: 8250_dw: Add Sophgo SG2044 quirkInochi Amaoto1-2/+3
2024-11-04altera_jtaguart: Use dev_err() to report error attaching IRQTobias Klauser1-1/+1
2024-11-04altera_uart: Use dev_err() to report error attaching IRQ handlerTobias Klauser1-1/+1
2024-10-30serial: rp2: Replace deprecated PCI functionsPhilipp Stanner1-5/+7
2024-10-29tty: serial: export serial_8250_warn_need_ioportArnd Bergmann1-0/+1
2024-10-28tty: serial: handle HAS_IOPORT dependenciesNiklas Schnelle8-10/+85
2024-10-21Merge 6.12-rc4 into tty-nextGreg Kroah-Hartman4-56/+66
2024-10-16serial: ucc_uart: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-10-16serial: cpm_uart: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-10-16serial: amba-pl011: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-10-16serial: amba-pl010: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-10-16serial: 8250: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-10-16serial: core: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-10-11serial: 8250_exar: Remove old exar_ee_read() and other unneeded codeParker Newman1-90/+0
2024-10-11serial: 8250_exar: Replace custom EEPROM read with eeprom_93cx6Parker Newman2-13/+46
2024-10-11serial: qcom-geni: rename suspend functionsJohan Hovold1-4/+3
2024-10-11serial: qcom-geni: drop unused receive parameterJohan Hovold1-2/+2
2024-10-11serial: qcom-geni: drop flip buffer WARN()Johan Hovold1-3/+2
2024-10-11serial: qcom-geni: fix receiver enableJohan Hovold1-4/+6
2024-10-11serial: qcom-geni: fix dma rx cancellationJohan Hovold1-4/+14
2024-10-11serial: qcom-geni: fix shutdown raceJohan Hovold1-0/+2
2024-10-11serial: qcom-geni: revert broken hibernation supportJohan Hovold1-39/+2
2024-10-11serial: qcom-geni: fix polled console initialisationJohan Hovold1-1/+19
2024-10-11serial: imx: Update mctrl old_status on RTSD interruptMarek Vasut1-0/+15
2024-10-11tty: n_gsm: Fix use-after-free in gsm_cleanup_muxLonglong Xia1-0/+2
2024-10-11vt: prevent kernel-infoleak in con_font_get()Jeongjun Park1-1/+1
2024-10-11serial: imx: Switch to nbcon consoleEsben Haabendal1-19/+101
2024-10-11tty: serial: fsl_lpuart: add 7-bits format support on imx7ulp/imx8ulp/imx8qxpLuke Wang1-5/+16
2024-10-11serial: sc16is7xx: announce support for SER_RS485_RTS_ON_SENDHugo Villeneuve1-1/+1
2024-10-11serial: 8250: Fix typos in comments across various filesYu Jiaoliang5-8/+8
2024-10-11serial: 8250_exar: Group CTI EEPROM offsets by deviceAndy Shevchenko1-2/+4
2024-10-11serial: imx: Add more comments on port lock statusEsben Haabendal1-0/+10
2024-10-11serial: imx: Grab port lock in imx_uart_enable_wakeup()Esben Haabendal1-0/+5
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König66-66/+66
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-10-01init: Don't proxy `console=` to earlyconRaul E Rangel1-0/+23
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-3/+0
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds22-327/+458
2024-09-21Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-13/+13
2024-09-11tty: serial: samsung: Fix serial rx on Apple A7-A9Nick Chan1-5/+12
2024-09-11tty: serial: samsung: Fix A7-A11 serial earlycon SErrorNick Chan1-1/+4
2024-09-11tty: rp2: Fix reset with non forgiving PCIe host bridgesFlorian Fainelli1-1/+1
2024-09-11serial: 8250_aspeed_vuart: Enable module autoloadingLiao Chen1-0/+1
2024-09-11serial: qcom-geni: fix polled console corruptionJohan Hovold1-9/+18
2024-09-11serial: qcom-geni: disable interrupts during console writesJohan Hovold1-0/+9