summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | n_hdlc: remove spaces between function name and (Jiri Slaby2020-02-211-4/+4
| * | | | | n_hdlc: remove useless whitespace at line wrapsJiri Slaby2020-02-211-37/+37
| * | | | | n_hdlc: use __func__ and pr_ print helpersJiri Slaby2020-02-211-7/+7
| * | | | | n_hdlc: remove unneeded ifdefJiri Slaby2020-02-211-2/+0
| * | | | | n_hdlc: switch tbusy and woke_up to boolsJiri Slaby2020-02-211-8/+8
| * | | | | n_hdlc: move tty_ldisc_ops to the bottomJiri Slaby2020-02-211-31/+15
| * | | | | n_hdlc: add helper for buffers allocationJiri Slaby2020-02-211-22/+20
| * | | | | n_hdlc: remove checking of n_hdlcJiri Slaby2020-02-211-29/+3
| * | | | | n_hdlc: remove cached ttyJiri Slaby2020-02-211-16/+5
| * | | | | n_hdlc: inline n_hdlc_releaseJiri Slaby2020-02-211-25/+10
| * | | | | n_hdlc: expand tty2n_hdlc macroJiri Slaby2020-02-211-12/+11
| * | | | | n_hdlc: remove unused backup_ttyJiri Slaby2020-02-211-9/+1
| * | | | | n_hdlc: remove unused flagsJiri Slaby2020-02-211-4/+1
| * | | | | n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollJiri Slaby2020-02-211-34/+38
| * | | | | n_hdlc: simplify freeing of buffer listJiri Slaby2020-02-211-31/+14
| * | | | | n_hdlc: use clamp() for maxframeJiri Slaby2020-02-211-4/+1
| * | | | | n_hdlc: cleanup messages during registrationJiri Slaby2020-02-211-4/+4
| * | | | | n_hdlc: put init/exit strings directly to printsJiri Slaby2020-02-211-22/+6
| * | | | | n_hdlc: convert debuglevel use to pr_debugJiri Slaby2020-02-211-48/+31
| * | | | | n_hdlc: remove unused macrosJiri Slaby2020-02-211-5/+0
| * | | | | n_hdlc: remove tracing debug printsJiri Slaby2020-02-211-30/+2
| * | | | | tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUGGreg Kroah-Hartman2020-02-201-9/+0
| * | | | | tty: serial: samsung_tty: build it for any platformGreg Kroah-Hartman2020-02-201-1/+0
| * | | | | n_gsm: switch escape to boolJiri Slaby2020-02-191-3/+3
| * | | | | n_gsm: switch constipated to boolJiri Slaby2020-02-191-6/+6
| * | | | | n_gsm: switch throttled to boolJiri Slaby2020-02-191-3/+3
| * | | | | n_gsm: switch dead to boolJiri Slaby2020-02-191-9/+9
| * | | | | n_gsm: add missing \n to printsJiri Slaby2020-02-191-4/+4
| * | | | | n_gsm: add missing __user annotationsJiri Slaby2020-02-191-2/+2
| * | | | | n_gsm: introduce enum gsm_mux_stateJiri Slaby2020-02-191-12/+21
| * | | | | n_gsm: introduce enum gsm_dlci_modeJiri Slaby2020-02-191-3/+6
| * | | | | n_gsm: introduce enum gsm_dlci_stateJiri Slaby2020-02-191-5/+15
| * | | | | n_gsm: drop unneeded gsm_dlci->fifo fieldJiri Slaby2020-02-191-12/+10
| * | | | | serial: 8250_port: Use dev_*() instead of pr_*()Andy Shevchenko2020-02-191-10/+7
| * | | | | serial: 8250_port: Switch to use DEVICE_ATTR_RW()Andy Shevchenko2020-02-191-8/+6
| * | | | | tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni2020-02-191-1/+1
| * | | | | tty: serial: Kconfig: Fix a typoChristophe JAILLET2020-02-191-1/+1
| * | | | | serial: 8250_pxa: avoid autodetecting the port typeLubomir Rintel2020-02-191-1/+1
| * | | | | serial: core: Switch to use DEVICE_ATTR_RO()Andy Shevchenko2020-02-171-29/+28
| * | | | | serial: core: use octal permissions on module paramAndy Shevchenko2020-02-141-13/+13
| * | | | | serial: core: Consolidate spin lock initialization codeAndy Shevchenko2020-02-141-18/+16
| * | | | | serial: core: Introduce uart_console_enabled() helperAndy Shevchenko2020-02-141-2/+7
| * | | | | serial: 8250_pci: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-131-1/+1
| * | | | | serial: sc16is7xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-131-1/+1
| * | | | | tty: n_gsm: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
| * | | | | tty/serial: 8250_exar: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
| * | | | | serial: 8250_early: Add earlycon for BCM2835 aux uartMatthias Brugger2020-02-101-0/+18
| * | | | | serial: 8250_tegra: Create Tegra specific 8250 driverJeff Brasen2020-02-104-28/+208
| * | | | | n_tty: check printk arguments for n_tty_traceJiri Slaby2020-02-101-1/+1
| * | | | | kgdboc: Use for_each_console() helperAndy Shevchenko2020-02-101-3/+1
| | |_|_|/ | |/| | |