aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-05mxser: store FCR state in mxser_port::FCRJiri Slaby1-14/+13
2021-10-05mxser: don't read from UART_FCRJiri Slaby1-4/+1
2021-10-05mxser: move FIFO clearing to mxser_disable_and_clear_FIFO()Jiri Slaby1-14/+12
2021-10-05mxser: simplify FCR computation in mxser_change_speed()Jiri Slaby1-27/+20
2021-10-05mxser: make mxser_port::ldisc_stop_rx a boolJiri Slaby1-4/+4
2021-10-05mxser: simplify condition in mxser_receive_chars_newJiri Slaby1-5/+1
2021-10-05mxser: restore baud rate if its setting failsJiri Slaby1-5/+11
2021-10-05tty: n_gsm: Don't ignore write return value in gsmld_output()Tony Lindgren1-3/+2
2021-10-05tty: n_gsm: clean up indenting in gsm_queue()Dan Carpenter1-2/+2
2021-10-05tty: serial: samsung: describe driver in KConfigKrzysztof Kozlowski1-4/+5
2021-10-05xen/x86: make "earlyprintk=xen" work for HVM/PVH DomUJan Beulich1-3/+1
2021-10-05xen/x86: make "earlyprintk=xen" work better for PVH Dom0Jan Beulich1-5/+4
2021-09-27Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman3-24/+24
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby4-5/+5
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby1-6/+2
2021-09-22tty: remove flags from struct tty_ldisc_opsJiri Slaby1-1/+0
2021-09-22tty: unexport tty_ldisc_releaseJiri Slaby1-1/+0
2021-09-22serial: 8250: SERIAL_8250_EM should depend on ARCH_RENESASGeert Uytterhoeven1-1/+1
2021-09-22serial: 8250: remove duplicated BRI0A49 and BDP3336 entriesKrzysztof Kozlowski1-4/+0
2021-09-22serial: 8250_fsl: Move fsl8250_data to ACPI sectionGeert Uytterhoeven1-4/+4
2021-09-14tty: unexport tty_ldisc_releaseJiri Slaby1-1/+0
2021-09-14tty: moxa: merge moxa.h into moxa.cJiri Slaby2-308/+301
2021-09-14tty: synclink_gt: rename a conflicting function nameRandy Dunlap1-22/+22
2021-09-14tty: n_gsm: Save dlci address open status when config requesterZhenguo Zhao1-4/+53
2021-09-14tty: n_gsm: Modify gsmtty driver register method when config requesterZhenguo Zhao1-11/+19
2021-09-14tty: n_gsm: Delete gsmtty open SABM frame when config requesterZhenguo Zhao1-1/+3
2021-09-14tty: n_gsm: Delete gsm_disconnect when config requesterZhenguo Zhao1-1/+1
2021-09-14tty: n_gsm: Modify CR,PF bit printk info when config requesterZhenguo Zhao1-0/+4
2021-09-14tty: n_gsm: Modify CR,PF bit when config requesterZhenguo Zhao1-5/+5
2021-09-14tty: n_gsm: Modify cr bit value when config requesterZhenguo Zhao1-2/+2
2021-09-14serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár1-1/+1
2021-09-14serial: 8250: 8250_omap: Fix RX_LVL register offsetNishanth Menon1-1/+1
2021-09-14tty: serial: uartlite: Prevent changing fixed parametersSean Anderson1-11/+80
2021-09-14serial: 8250_pci: Prefer struct_size over open coded arithmeticLen Baker1-3/+1
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-2/+1
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds46-534/+804
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+1
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-11/+8
2021-08-30vt_kdsetmode: extend console lockingLinus Torvalds1-4/+6
2021-08-30console: consume APC, DM, DCSnick black1-4/+27
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König1-2/+1
2021-08-27tty: serial: uartlite: Use read_poll_timeout for a polling loopSean Anderson1-13/+5
2021-08-27tty: serial: uartlite: Use constants in early_uartlite_putcSean Anderson1-5/+4
2021-08-26tty: Fix data race between tiocsti() and flush_to_ldisc()Nguyen Dinh Phi1-2/+2
2021-08-26serial: vt8500: Use of_device_get_match_dataTang Bin1-5/+2
2021-08-26serial: tegra: Use of_device_get_match_dataTang Bin1-4/+2
2021-08-26serial: 8250_ingenic: Use of_device_get_match_dataTang Bin1-4/+2
2021-08-26tty: serial: linflexuart: Remove redundant check to simplify the codeTang Bin1-5/+1
2021-08-26tty: serial: fsl_lpuart: do software reset for imx7ulp and imx8qxpFugang Duan1-0/+48
2021-08-26tty: serial: fsl_lpuart: enable two stop bits for lpuart32Fugang Duan1-2/+6