aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-16serial: fsl_linflexuart: Be consistent with the nameStefan-Gabriel Mirea2-6/+6
2019-10-16Revert "serial: core: Use cons->index for preferred console registration"Michal Simek1-2/+1
2019-10-158250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King1-4/+4
2019-10-15serial: 8250_exar: Move Exar pieces to custom ->startup()Andy Shevchenko2-14/+19
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-5/+3
2019-10-14Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman13-18/+48
2019-10-11hvc: dcc: Add earlycon supportMichal Simek1-0/+28
2019-10-10serdev: Add ACPI devices by ResourceSource fieldMaximilian Luz1-12/+99
2019-10-10serial: sirf: make register info staticBen Dooks1-2/+3
2019-10-10tty: serial: qcom_geni_serial: Wakeup over UART RXAkash Asthana1-1/+43
2019-10-10tty: serial: qcom_geni_serial: IRQ cleanupAkash Asthana1-10/+14
2019-10-10tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang1-2/+2
2019-10-10serial: fix kernel-doc warning in commentsRandy Dunlap1-0/+2
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-4/+4
2019-10-07sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski1-2/+2
2019-10-07drivers: move the early platform device support to arch/shBartosz Golaszewski1-1/+6
2019-10-07serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford1-2/+3
2019-10-07serial: mctrl_gpio: Check for NULL pointerAdam Ford1-0/+3
2019-10-07tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()Andrey Smirnov1-1/+1
2019-10-04tty: n_hdlc: fix build on SPARCRandy Dunlap1-0/+5
2019-10-04serial: uartps: Fix uartps_major handlingMichal Simek1-1/+7
2019-10-04tty:n_gsm.c: destroy port by tty_port_destroy()Xiaoming Ni1-0/+1
2019-10-04tty_ldisc: simplify tty_ldisc_autoload initializationPavel Machek1-6/+1
2019-10-04drivers/tty/serial/8250: Make Aspeed VUART SIRQ polarity configurableOskar Senft2-0/+85
2019-10-04serial: uartlite: fix exit path null pointerRandy Dunlap1-1/+2
2019-10-04tty: serial: linflexuart: Fix magic SysRq handlingStefan-gabriel Mirea1-7/+14
2019-10-04serial: sh-sci: Use platform_get_irq_optional() for optional interruptsGeert Uytterhoeven1-2/+6
2019-10-04serial/sifive: select SERIAL_EARLYCONChristoph Hellwig1-0/+1
2019-10-04tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'Christophe JAILLET1-1/+1
2019-10-04tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'Christophe JAILLET1-1/+1
2019-10-04serial: 8250_dw: Use devm_clk_get_optional() to get the input clockAndy Shevchenko1-43/+32
2019-10-04serial: 8250_lpss: Switch over to MSI interruptsFelipe Balbi1-12/+9
2019-10-04tty/amba-pl011: fix a -Wunused-function warningQian Cai1-4/+0
2019-10-04serial: core: Use cons->index for preferred console registrationMichal Simek1-1/+2
2019-10-04tty: 8250_of: Use software emulated RS485 direction controlHeiko Schocher1-0/+31
2019-10-04serial: sprd: Add polling IO supportLanqing Liu1-0/+33
2019-10-04serial: imx: adapt rx buffer and dma periodsPhilipp Puschmann1-3/+2
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+5
2019-09-18Merge tag 'tty-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds46-1798/+3026
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-7/+1
2019-09-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-34/+6
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds5-6216/+0
2019-09-05serial: tegra: Add PIO mode supportKrishna Yarlagadda1-31/+86
2019-09-05serial: tegra: report clk rate errorsKrishna Yarlagadda1-2/+57
2019-09-05serial: tegra: add support to adjust baud rateKrishna Yarlagadda1-0/+68
2019-09-05serial: tegra: add support to use 8 bytes triggerKrishna Yarlagadda1-2/+11
2019-09-05serial: tegra: set maximum num of uart ports to 8Krishna Yarlagadda1-2/+17
2019-09-05serial: tegra: check for FIFO mode enabled statusKrishna Yarlagadda1-6/+46
2019-09-05serial: tegra: report error to upper tty layerKrishna Yarlagadda1-3/+16
2019-09-05serial: tegra: flush the RX fifo on frame errorShardar Shariff Md1-0/+14