summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-08Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-23tty: n_hdlc: Use flexible-array member and struct_size() helperGustavo A. R. Silva
2020-01-22tty: baudrate: SPARC supports few more baud ratesAndy Shevchenko
2020-01-22tty: baudrate: Synchronise baud_table[] and baud_bits[]Andy Shevchenko
2020-01-22tty: serial: meson_uart: Add support for kernel debuggerJulien Masson
2020-01-22serial: imx: fix a race condition in receive pathUwe Kleine-König
2020-01-22serial: 8250_bcm2835aux: Document struct bcm2835aux_dataLukas Wunner
2020-01-22serial: 8250_bcm2835aux: Use generic remapping codeLukas Wunner
2020-01-22serial: 8250_bcm2835aux: Allocate uart_8250_port on stackLukas Wunner
2020-01-22serial: 8250_bcm2835aux: Suppress register_port error on -EPROBE_DEFERLukas Wunner
2020-01-22serial: 8250_bcm2835aux: Suppress clk_get error on -EPROBE_DEFERPhil Elwell
2020-01-22serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-16Merge tag 'soc-fsl-next-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson
2020-01-14vt: Correct comment documenting do_take_over_console()Lukas Wunner
2020-01-14vt: Delete comment referencing non-existent unbind_con_driver()Lukas Wunner
2020-01-14vt: Initialize conswitchp to dummy_con if unsetArvind Sankar
2020-01-14tty: synclink_gt: Adjust indentation in several functionsNathan Chancellor
2020-01-14tty: synclinkmp: Adjust indentation in several functionsNathan Chancellor
2020-01-14serial: xilinx_uartps: set_mctrl sets RTS and DTRMaarten Brock
2020-01-14serial: xilinx_uartps: set_termios sets flowcontrolMaarten Brock
2020-01-14serial: xilinx_uartps: Let get_mctrl return statusMaarten Brock
2020-01-14tty/serial: 8250_exar: use true,false for bool variableZheng Bin
2020-01-14tty/serial: atmel: use true,false for bool variableZheng Bin
2020-01-14tty/serial: kgdb_nmi: use true,false for bool variableZheng Bin
2020-01-14tty: synclink_gt: use true,false for bool variableZheng Bin
2020-01-14tty: serial: msm_serial: RX SW/FIFO mode fallbackLoic Poulain
2020-01-14serial: 8250: Support disabling mdelay-filled probes of 16550A variantsJosh Triplett
2020-01-14tty: serial: tegra: Optimize DMA buffer synchronizationDmitry Osipenko
2020-01-14tty: serial: tegra: Activate RX DMA transfer by requestDmitry Osipenko
2020-01-13Merge 5.5-rc6 into tty-nextGreg Kroah-Hartman
2020-01-10tty/serial: atmel: RS485 & ISO7816: wait for TXRDY before sending dataCodrin.Ciubotariu@microchip.com
2020-01-10serial_core: Move sysrq functions from header fileDmitry Safonov
2020-01-10tty: st-asc: switch to using devm_gpiod_get()Dmitry Torokhov
2020-01-10tty: serial: Kconfig: Allow SERIAL_QCOM_GENI_CONSOLE to be enabled if SERIAL_...John Stultz
2020-01-10tty: serial_core: Export uart_console_device so it can be used by modulesJohn Stultz
2020-01-09mfd: ioc3: Add driver for SGI IOC3 chipThomas Bogendoerfer
2020-01-06tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXPPeng Fan
2020-01-06tty: serial: fsl_lpuart: support UPIO_MEM32 for lpuart32Peng Fan
2020-01-06tty: serial: fsl_lpuart: drop EARLYCON_DECLAREPeng Fan
2020-01-06tty: serial: qcom_geni_serial: Move loopback support to TIOCM_LOOPAkash Asthana
2020-01-06tty: serial: qcom_geni_serial: Wakeup IRQ cleanupAkash Asthana