aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2021-04-03Merge tag 'tty-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-7/+0
2021-03-26soc: qcom-geni-se: Cleanup the code to remove proxy votesGravatar Roja Rani Yarubandi 1-7/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 2-3/+0
2021-03-13Merge tag 'tty-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-40/+9
2021-03-10Revert "drivers:tty:pty: Fix a race causing data loss on close"Gravatar Greg Kroah-Hartman 2-16/+4
2021-03-10Revert "serial: max310x: rework RX interrupt handling"Gravatar Alexander Shiyan 1-24/+5
2021-03-02vio: make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-493/+0
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-5/+2
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-38/+35
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 38-5009/+710
2021-02-20tty: protect tty_write from odd low-level tty disciplinesGravatar Linus Torvalds 1-1/+4
2021-02-09serial: core: Remove BUG_ON(in_interrupt()) checkGravatar Ahmed S. Darwish 1-4/+4
2021-02-09vt_ioctl: Remove in_interrupt() checkGravatar Ahmed S. Darwish 1-2/+1
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Gravatar Greg Kroah-Hartman 2-5/+2
2021-02-02amba: Make the remove callback return voidGravatar Uwe Kleine-König 2-5/+2
2021-01-29tty: avoid using vfs_iocb_iter_write() for redirected console writesGravatar Linus Torvalds 1-3/+17
2021-01-27vt: keyboard, use new API for keyboard_taskletGravatar Emil Renner Berthing 1-3/+3
2021-01-27misc: pti: Remove driver for deprecated platformGravatar Andy Shevchenko 4-489/+0
2021-01-26serial: stm32: improve platform_get_irq condition handling in init_portGravatar Erwan Le Ray 1-5/+5
2021-01-26serial: ifx6x60: Remove driver for deprecated platformGravatar Andy Shevchenko 4-1513/+0
2021-01-26serial: stm32: Use of_device_get_match_data()Gravatar Stephen Boyd 2-38/+35
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttyGravatar Sami Tolvanen 2-7/+2
2021-01-25Merge 5.11-rc5 into tty-nextGravatar Greg Kroah-Hartman 5-20/+26
2021-01-24Merge tag 'tty-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-24/+37
2021-01-22tty: fix up hung_up_tty_write() conversionGravatar Linus Torvalds 1-4/+5
2021-01-22tty: fix up iterate_tty_read() EOVERFLOW handlingGravatar Linus Torvalds 1-6/+13
2021-01-22tty: fix up hung_up_tty_read() conversionGravatar Linus Torvalds 1-4/+5
2021-01-22tty: fix up hung_up_tty_write() conversionGravatar Linus Torvalds 1-4/+5
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Gravatar Greg Kroah-Hartman 8-129/+236
2021-01-21Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGravatar Greg Kroah-Hartman 1-22/+26
2021-01-20tty: teach the n_tty ICANON case about the new "cookie continuations" tooGravatar Linus Torvalds 1-7/+19
2021-01-20tty: teach n_tty line discipline about the new "cookie continuations"Gravatar Linus Torvalds 1-10/+42
2021-01-20tty: clean up legacy leftovers from n_tty line disciplineGravatar Linus Torvalds 1-20/+9
2021-01-20tty: implement write_iterGravatar Linus Torvalds 1-22/+26
2021-01-20tty: implement read_iterGravatar Linus Torvalds 1-18/+18
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerGravatar Linus Torvalds 8-80/+150
2021-01-20serial: remove sirf prima/atlas driverGravatar Arnd Bergmann 4-1973/+0
2021-01-20serial: mxs-auart: Remove <asm/cacheflush.h>Gravatar Fabio Estevam 1-2/+0
2021-01-20serial: mxs-auart: Remove serial_mxs_probe_dt()Gravatar Fabio Estevam 1-32/+11
2021-01-20serial: fsl_lpuart: Use of_device_get_match_data()Gravatar Fabio Estevam 1-3/+1
2021-01-16Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2021-01-15tty: serial: Drop unused efm32 serial driverGravatar Uwe Kleine-König 3-866/+0
2021-01-15tty: vcc: Drop impossible to hit WARN_ONGravatar Uwe Kleine-König 1-5/+2
2021-01-15tty: vcc: Drop unnecessary if blockGravatar Uwe Kleine-König 1-3/+0
2021-01-15tty: hvcs: Drop unnecessary if blockGravatar Uwe Kleine-König 1-3/+0
2021-01-13tty: serial: owl: Add support for kernel debuggerGravatar Cristian Ciocaltea 1-0/+38
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Gravatar Petr Mladek 3-19/+16
2021-01-07riscv: Fix sifive serial driverGravatar Damien Le Moal 1-0/+1
2021-01-07tty: Protect disc_data in n_tty_close and n_tty_flush_bufferGravatar Yan.Gao 1-0/+2