summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2020-03-06vt: selection, remove 2 local variables from set_selection_kernelJiri Slaby
2020-03-05serial: 8250_exar: add support for ACCES cardsJay Dolan
2020-03-05tty:serial:mvebu-uart:fix a wrong returntangbin
2020-02-28vt: selection, push sel_lock upJiri Slaby
2020-02-28vt: selection, push console lock downJiri Slaby
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman
2020-02-23n_tty: Distribute switch variables for initializationKees Cook
2020-02-21vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby
2020-02-21vt: selection, introduce vc_is_selJiri Slaby
2020-02-21n_hdlc: wrap a comment properlyJiri Slaby
2020-02-21n_hdlc: fix whitespace around binary operatorsJiri Slaby
2020-02-21n_hdlc: add missing spaces after commasJiri Slaby
2020-02-21n_hdlc: remove spaces between function name and (Jiri Slaby
2020-02-21n_hdlc: remove useless whitespace at line wrapsJiri Slaby
2020-02-21n_hdlc: use __func__ and pr_ print helpersJiri Slaby
2020-02-21n_hdlc: remove unneeded ifdefJiri Slaby
2020-02-21n_hdlc: switch tbusy and woke_up to boolsJiri Slaby
2020-02-21n_hdlc: move tty_ldisc_ops to the bottomJiri Slaby
2020-02-21n_hdlc: add helper for buffers allocationJiri Slaby
2020-02-21n_hdlc: remove checking of n_hdlcJiri Slaby
2020-02-21n_hdlc: remove cached ttyJiri Slaby
2020-02-21n_hdlc: inline n_hdlc_releaseJiri Slaby
2020-02-21n_hdlc: expand tty2n_hdlc macroJiri Slaby
2020-02-21n_hdlc: remove unused backup_ttyJiri Slaby
2020-02-21n_hdlc: remove unused flagsJiri Slaby
2020-02-21n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollJiri Slaby
2020-02-21n_hdlc: simplify freeing of buffer listJiri Slaby
2020-02-21n_hdlc: use clamp() for maxframeJiri Slaby
2020-02-21n_hdlc: cleanup messages during registrationJiri Slaby
2020-02-21n_hdlc: put init/exit strings directly to printsJiri Slaby
2020-02-21n_hdlc: convert debuglevel use to pr_debugJiri Slaby
2020-02-21n_hdlc: remove unused macrosJiri Slaby
2020-02-21n_hdlc: remove tracing debug printsJiri Slaby
2020-02-20tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUGGreg Kroah-Hartman
2020-02-20tty: serial: samsung_tty: build it for any platformGreg Kroah-Hartman
2020-02-19n_gsm: switch escape to boolJiri Slaby
2020-02-19n_gsm: switch constipated to boolJiri Slaby
2020-02-19n_gsm: switch throttled to boolJiri Slaby
2020-02-19n_gsm: switch dead to boolJiri Slaby
2020-02-19n_gsm: add missing \n to printsJiri Slaby
2020-02-19n_gsm: add missing __user annotationsJiri Slaby
2020-02-19n_gsm: introduce enum gsm_mux_stateJiri Slaby
2020-02-19n_gsm: introduce enum gsm_dlci_modeJiri Slaby
2020-02-19n_gsm: introduce enum gsm_dlci_stateJiri Slaby
2020-02-19n_gsm: drop unneeded gsm_dlci->fifo fieldJiri Slaby
2020-02-19serial: 8250_port: Use dev_*() instead of pr_*()Andy Shevchenko
2020-02-19serial: 8250_port: Switch to use DEVICE_ATTR_RW()Andy Shevchenko
2020-02-19tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni
2020-02-19tty: serial: Kconfig: Fix a typoChristophe JAILLET
2020-02-19serial: 8250_pxa: avoid autodetecting the port typeLubomir Rintel