summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-10-18Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman
2021-10-17Merge tag 'tty-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-10-13serial: sc16is7xx: Make sc16is7xx_remove() return voidUwe Kleine-König
2021-10-13serial: max310x: Make max310x_remove() return voidUwe Kleine-König
2021-10-10serial: 8250_lpss: Enable PSE UART Auto Flow ControlAman Kumar
2021-10-10serial: 8250_lpss: Extract dw8250_do_set_termios() for common useAndy Shevchenko
2021-10-10serial: 8250_dw: Fix the trivial typo in the commentAndy Shevchenko
2021-10-10serial: 8250_dw: Re-use temporary variable for of_nodeAndy Shevchenko
2021-10-10serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko
2021-10-10tty: serial: samsung: Improve naming for common macroSam Protsenko
2021-10-10tty: serial: atmel: use macros instead of hardcoded valuesClaudiu Beznea
2021-10-10tty/sysrq: More intuitive Shift handlingOskari Pirhonen
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-10-07Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"Johan Hovold
2021-10-05serial: 8250: allow disabling of Freescale 16550 compile testJohan Hovold
2021-10-05serial: 8250: Fix reporting real baudrate value in c_ospeed fieldPali Rohár
2021-10-05serial: core: Fix initializing and restoring termios speedPali Rohár
2021-10-05tty: baudrate: Explicit usage of B0 for encoding input baudratePali Rohár
2021-10-05serial: sifive: set pointer to NULL rather than 0.Colin Ian King
2021-10-05mxser: store FCR state in mxser_port::FCRJiri Slaby
2021-10-05mxser: don't read from UART_FCRJiri Slaby
2021-10-05mxser: move FIFO clearing to mxser_disable_and_clear_FIFO()Jiri Slaby
2021-10-05mxser: simplify FCR computation in mxser_change_speed()Jiri Slaby
2021-10-05mxser: make mxser_port::ldisc_stop_rx a boolJiri Slaby
2021-10-05mxser: simplify condition in mxser_receive_chars_newJiri Slaby
2021-10-05mxser: restore baud rate if its setting failsJiri Slaby
2021-10-05tty: n_gsm: Don't ignore write return value in gsmld_output()Tony Lindgren
2021-10-05tty: n_gsm: clean up indenting in gsm_queue()Dan Carpenter
2021-10-05tty: serial: samsung: describe driver in KConfigKrzysztof Kozlowski
2021-10-05xen/x86: make "earlyprintk=xen" work for HVM/PVH DomUJan Beulich
2021-10-05xen/x86: make "earlyprintk=xen" work better for PVH Dom0Jan Beulich
2021-09-27Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby
2021-09-22tty: remove flags from struct tty_ldisc_opsJiri Slaby
2021-09-22tty: unexport tty_ldisc_releaseJiri Slaby
2021-09-22serial: 8250: SERIAL_8250_EM should depend on ARCH_RENESASGeert Uytterhoeven
2021-09-22serial: 8250: remove duplicated BRI0A49 and BDP3336 entriesKrzysztof Kozlowski
2021-09-22serial: 8250_fsl: Move fsl8250_data to ACPI sectionGeert Uytterhoeven
2021-09-14tty: unexport tty_ldisc_releaseJiri Slaby
2021-09-14tty: moxa: merge moxa.h into moxa.cJiri Slaby
2021-09-14tty: synclink_gt: rename a conflicting function nameRandy Dunlap
2021-09-14tty: n_gsm: Save dlci address open status when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Modify gsmtty driver register method when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Delete gsmtty open SABM frame when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Delete gsm_disconnect when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Modify CR,PF bit printk info when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Modify CR,PF bit when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Modify cr bit value when config requesterZhenguo Zhao
2021-09-14serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár