summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03tty: serial: qcom-geni-serial: Fix %lu -> %u in print statementsDouglas Anderson
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-28tty: amiserial: Fix comment typoJason Wang
2022-07-28tty: serial: document uart_get_console()Jiri Slaby
2022-07-28tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby
2022-07-28Documentation: serial: move GPIO kernel-doc to the functionsJiri Slaby
2022-07-28Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby
2022-07-28serial: mvebu-uart: uart2 error bits clearingNarendra Hadke
2022-07-28tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun
2022-07-28serial: stm32: make info structs static to avoid sparse warningsBen Dooks
2022-07-28serial: fsl_lpuart: zero out parity bit in CS7 modeShenwei Wang
2022-07-28tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could r...Vijaya Krishna Nivarthi
2022-07-28serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi
2022-07-19tty: vt: initialize unicode screen bufferTetsuo Handa
2022-07-16Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-16serial: remove VR41XX serial driverThomas Bogendoerfer
2022-07-14serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsLino Sanfilippo
2022-07-14serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo
2022-07-14serial: core: sanitize RS485 delays read from device treeLino Sanfilippo
2022-07-14serial: core: move sanitizing of RS485 delays into own functionLino Sanfilippo
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo
2022-07-14serial: ar933x: Remove superfluous code in ar933x_config_rs485()Lino Sanfilippo
2022-07-14serial: ar933x: Fix check for RS485 supportLino Sanfilippo
2022-07-14serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger
2022-07-14serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA
2022-07-14tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Marek Szyprowski
2022-07-14serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven
2022-07-14tty: 8250: Add support for Brainboxes PX cards.Cameron Williams
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann
2022-07-11tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang
2022-07-08tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby
2022-07-08tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby
2022-07-08tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke
2022-07-08tty: n_gsm: fix flow control handling in tx pathDaniel Starke
2022-07-08tty: n_gsm: fix DM commandDaniel Starke
2022-07-08tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke
2022-07-08serial: RS485 termination is supported if DT provides oneIlpo Järvinen
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-07-08serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König
2022-07-01tty: n_gsm: fix resource allocation order in gsm_activate_mux()Daniel Starke
2022-07-01tty: n_gsm: fix deadlock and link starvation in outgoing data pathDaniel Starke
2022-07-01tty: n_gsm: fix race condition in gsmld_write()Daniel Starke
2022-07-01tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke
2022-07-01tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke
2022-07-01tty: n_gsm: fix missing timer to handle stalled linksDaniel Starke
2022-07-01tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke
2022-07-01tty: n_gsm: fix tty registration before control channel openDaniel Starke