aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2022-08-30tty: n_gsm: avoid call of sleeping functions from atomic contextGravatar Fedor Pchelkin 1-29/+24
2022-08-30tty: n_gsm: replace kicktimer with delayed_workGravatar Fedor Pchelkin 1-8/+8
2022-08-30tty: n_gsm: initialize more members at gsm_alloc_mux()Gravatar Tetsuo Handa 1-11/+6
2022-08-30tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()Gravatar Mazin Al Haddad 1-1/+2
2022-08-30tty: serial: atmel: Preserve previous USART mode if RS485 disabledGravatar Sergiu Moga 1-3/+1
2022-08-30tty: serial: lpuart: disable flow control while waiting for the transmit engi...Gravatar Sherry Sun 1-0/+1
2022-08-30tty: Fix lookahead_buf crash with serdevGravatar Vincent Whitchurch 1-5/+9
2022-08-30serial: fsl_lpuart: RS485 RTS polariy is inverseGravatar Shenwei Wang 1-2/+2
2022-08-30vt: Clear selection before changing the fontGravatar Helge Deller 1-4/+8
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 67-2584/+2706
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+2
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2022-08-03tty: serial: qcom-geni-serial: Fix %lu -> %u in print statementsGravatar Douglas Anderson 1-2/+2
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2022-07-28tty: amiserial: Fix comment typoGravatar Jason Wang 1-1/+1
2022-07-28tty: serial: document uart_get_console()Gravatar Jiri Slaby 1-4/+9
2022-07-28tty: serial: serial_core, reformat kernel-doc for functionsGravatar Jiri Slaby 1-54/+53
2022-07-28Documentation: serial: move GPIO kernel-doc to the functionsGravatar Jiri Slaby 1-0/+48
2022-07-28Documentation: serial: dedup kernel-doc for uart functionsGravatar Jiri Slaby 1-59/+82
2022-07-28serial: mvebu-uart: uart2 error bits clearingGravatar Narendra Hadke 1-0/+11
2022-07-28tty: serial: fsl_lpuart: correct the count of break charactersGravatar Sherry Sun 1-6/+6
2022-07-28serial: stm32: make info structs static to avoid sparse warningsGravatar Ben Dooks 2-68/+69
2022-07-28serial: fsl_lpuart: zero out parity bit in CS7 modeGravatar Shenwei Wang 1-2/+24
2022-07-28tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could r...Gravatar Vijaya Krishna Nivarthi 1-35/+53
2022-07-28serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Gravatar Guo Mengqi 1-2/+4
2022-07-19tty: vt: initialize unicode screen bufferGravatar Tetsuo Handa 1-1/+1
2022-07-16Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 13-58/+109
2022-07-16serial: remove VR41XX serial driverGravatar Thomas Bogendoerfer 3-950/+0
2022-07-14serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsGravatar Lino Sanfilippo 1-5/+1
2022-07-14serial: 8250_dwlib: remove redundant sanity check for RS485 flagsGravatar Lino Sanfilippo 1-8/+2
2022-07-14serial: core: sanitize RS485 delays read from device treeGravatar Lino Sanfilippo 1-0/+2
2022-07-14serial: core: move sanitizing of RS485 delays into own functionGravatar Lino Sanfilippo 1-20/+26
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreGravatar Lino Sanfilippo 2-3/+12
2022-07-14serial: ar933x: Remove superfluous code in ar933x_config_rs485()Gravatar Lino Sanfilippo 1-9/+0
2022-07-14serial: ar933x: Fix check for RS485 supportGravatar Lino Sanfilippo 1-4/+5
2022-07-14serial: 8250_bcm7271: Save/restore RTS in suspend/resumeGravatar Doug Berger 1-6/+18
2022-07-14serial: 8250_dw: Avoid pslverr on reading empty receiver fifoGravatar VAMSHI GAJJELA 1-0/+13
2022-07-14tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Gravatar Marek Szyprowski 1-1/+1
2022-07-14serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGravatar Geert Uytterhoeven 1-0/+1
2022-07-14tty: 8250: Add support for Brainboxes PX cards.Gravatar Cameron Williams 1-0/+109
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Gravatar Arnd Bergmann 1-2/+2
2022-07-11tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAGravatar William Zhang 1-2/+2
2022-07-08tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Gravatar Jiri Slaby 3-12/+36
2022-07-08tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Gravatar Jiri Slaby 1-5/+10
2022-07-08tty: n_gsm: fix missing corner cases in gsmld_poll()Gravatar Daniel Starke 1-2/+5
2022-07-08tty: n_gsm: fix flow control handling in tx pathGravatar Daniel Starke 1-1/+1
2022-07-08tty: n_gsm: fix DM commandGravatar Daniel Starke 1-1/+1
2022-07-08tty: n_gsm: fix wrong T1 retry count handlingGravatar Daniel Starke 1-2/+2
2022-07-08serial: RS485 termination is supported if DT provides oneGravatar Ilpo Järvinen 1-0/+2
2022-07-08serial: Embed rs485_supported to uart_portGravatar Ilpo Järvinen 18-26/+26