summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | serial: 8250_dw: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2019-10-041-43/+32
| * | | serial: 8250_lpss: Switch over to MSI interruptsFelipe Balbi2019-10-041-12/+9
| * | | tty/amba-pl011: fix a -Wunused-function warningQian Cai2019-10-041-4/+0
| * | | serial: core: Use cons->index for preferred console registrationMichal Simek2019-10-041-1/+2
| * | | tty: 8250_of: Use software emulated RS485 direction controlHeiko Schocher2019-10-041-0/+31
| * | | serial: sprd: Add polling IO supportLanqing Liu2019-10-041-0/+33
| * | | serial: imx: adapt rx buffer and dma periodsPhilipp Puschmann2019-10-041-3/+2
* | | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-5/+3
|\ \ \ \
| * \ \ \ Merge branch 'pci/resource'Bjorn Helgaas2019-11-281-5/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-5/+3
| | |/ /
* | | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+5
|\ \ \ \
| * | | | tty: handle compat PPP ioctlsArnd Bergmann2019-10-231-0/+4
| * | | | compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann2019-10-231-0/+1
| | |/ / | |/| |
* | | | Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-272-2/+2
|\ \ \ \
| * | | | riscv: don't allow selecting SBI based drivers for M-modeDamien Le Moal2019-11-132-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-3/+8
|\ \ \ \
| * | | | Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman2019-10-2714-22/+52
| |\| | |
| * | | | sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski2019-10-071-2/+2
| * | | | drivers: move the early platform device support to arch/shBartosz Golaszewski2019-10-071-1/+6
| | |/ / | |/| |
* | | | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-272-0/+2
|\ \ \ \
| * | | | drivers: mcb: use symbol namespacesJohannes Thumshirn2019-11-032-0/+2
| | |/ / | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-4/+4
| |/ /
* | / 8250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King2019-10-151-4/+4
| |/ |/|
* | tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang2019-10-101-2/+2
* | serial: fix kernel-doc warning in commentsRandy Dunlap2019-10-101-0/+2
* | serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford2019-10-071-2/+3
* | serial: mctrl_gpio: Check for NULL pointerAdam Ford2019-10-071-0/+3
* | tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()Andrey Smirnov2019-10-071-1/+1
* | tty: n_hdlc: fix build on SPARCRandy Dunlap2019-10-041-0/+5
* | serial: uartps: Fix uartps_major handlingMichal Simek2019-10-041-1/+7
* | serial: uartlite: fix exit path null pointerRandy Dunlap2019-10-041-1/+2
* | tty: serial: linflexuart: Fix magic SysRq handlingStefan-gabriel Mirea2019-10-041-7/+14
* | serial: sh-sci: Use platform_get_irq_optional() for optional interruptsGeert Uytterhoeven2019-10-041-2/+6
* | serial/sifive: select SERIAL_EARLYCONChristoph Hellwig2019-10-041-0/+1
* | tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'Christophe JAILLET2019-10-041-1/+1
* | tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'Christophe JAILLET2019-10-041-1/+1
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+5
|\
| * lockdown: Lock down TIOCSSERIALDavid Howells2019-08-191-0/+5
* | Merge tag 'tty-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-1846-1798/+3026
|\ \
| * | serial: tegra: Add PIO mode supportKrishna Yarlagadda2019-09-051-31/+86
| * | serial: tegra: report clk rate errorsKrishna Yarlagadda2019-09-051-2/+57
| * | serial: tegra: add support to adjust baud rateKrishna Yarlagadda2019-09-051-0/+68
| * | serial: tegra: add support to use 8 bytes triggerKrishna Yarlagadda2019-09-051-2/+11
| * | serial: tegra: set maximum num of uart ports to 8Krishna Yarlagadda2019-09-051-2/+17
| * | serial: tegra: check for FIFO mode enabled statusKrishna Yarlagadda2019-09-051-6/+46
| * | serial: tegra: report error to upper tty layerKrishna Yarlagadda2019-09-051-3/+16
| * | serial: tegra: flush the RX fifo on frame errorShardar Shariff Md2019-09-051-0/+14
| * | serial: tegra: avoid reg access when clk disabledAhung Cheng2019-09-051-6/+11
| * | serial: tegra: add support to ignore readShardar Shariff Md2019-09-051-0/+12