summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra8-9/+9
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds3-3/+3
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds71-217/+328
2024-11-30Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"Greg Kroah-Hartman1-28/+0
2024-11-27Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+7
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-10/+86
2024-11-20Merge tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+31
2024-11-20Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-6/+6
2024-11-18Merge branch 'for-6.13-force-console' into for-linusPetr Mladek1-10/+8
2024-11-16serial: amba-pl011: fix build regressionArnd Bergmann1-0/+2
2024-11-13serial: sprd: Add support for sc9632Wenhua Lin1-5/+36
2024-11-13tty/serial/altera_uart: unwrap error log stringTobias Klauser1-2/+2
2024-11-13tty/serial/altera_jtaguart: unwrap error log stringTobias Klauser1-2/+2
2024-11-13serial: amba-pl011: Fix RX stall when DMA is usedKartik Rajput1-0/+5
2024-11-13tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handlerNicolas Bouchinet1-1/+1
2024-11-12serial: 8250_fintek: Add support for F81216EFilip Brozovic1-1/+13
2024-11-11tty: sysrq: Use printk_force_console context on __handle_sysrqMarcos Paulo de Souza1-10/+8
2024-11-07serial: sh-sci: Clean sci_ports[0] after at earlycon exitClaudiu Beznea1-0/+28
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-31serial: rp2: Replace deprecated PCI functionsPhilipp Stanner1-5/+7
2024-10-29tty: serial: export serial_8250_warn_need_ioportArnd Bergmann1-0/+1
2024-10-29tty: 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