aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-21n_hdlc: inline n_hdlc_releaseJiri Slaby1-25/+10
2020-02-21n_hdlc: expand tty2n_hdlc macroJiri Slaby1-12/+11
2020-02-21n_hdlc: remove unused backup_ttyJiri Slaby1-9/+1
2020-02-21n_hdlc: remove unused flagsJiri Slaby1-4/+1
2020-02-21n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollJiri Slaby1-34/+38
2020-02-21n_hdlc: simplify freeing of buffer listJiri Slaby1-31/+14
2020-02-21n_hdlc: use clamp() for maxframeJiri Slaby1-4/+1
2020-02-21n_hdlc: cleanup messages during registrationJiri Slaby1-4/+4
2020-02-21n_hdlc: put init/exit strings directly to printsJiri Slaby1-22/+6
2020-02-21n_hdlc: convert debuglevel use to pr_debugJiri Slaby1-48/+31
2020-02-21n_hdlc: remove unused macrosJiri Slaby1-5/+0
2020-02-21n_hdlc: remove tracing debug printsJiri Slaby1-30/+2
2020-02-20tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUGGreg Kroah-Hartman1-9/+0
2020-02-20tty: serial: samsung_tty: build it for any platformGreg Kroah-Hartman1-1/+0
2020-02-19n_gsm: switch escape to boolJiri Slaby1-3/+3
2020-02-19n_gsm: switch constipated to boolJiri Slaby1-6/+6
2020-02-19n_gsm: switch throttled to boolJiri Slaby1-3/+3
2020-02-19n_gsm: switch dead to boolJiri Slaby1-9/+9
2020-02-19n_gsm: add missing \n to printsJiri Slaby1-4/+4
2020-02-19n_gsm: add missing __user annotationsJiri Slaby1-2/+2
2020-02-19n_gsm: introduce enum gsm_mux_stateJiri Slaby1-12/+21
2020-02-19n_gsm: introduce enum gsm_dlci_modeJiri Slaby1-3/+6
2020-02-19n_gsm: introduce enum gsm_dlci_stateJiri Slaby1-5/+15
2020-02-19n_gsm: drop unneeded gsm_dlci->fifo fieldJiri Slaby1-12/+10
2020-02-19serial: 8250_port: Use dev_*() instead of pr_*()Andy Shevchenko1-10/+7
2020-02-19serial: 8250_port: Switch to use DEVICE_ATTR_RW()Andy Shevchenko1-8/+6
2020-02-19tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni1-1/+1
2020-02-19tty: serial: Kconfig: Fix a typoChristophe JAILLET1-1/+1
2020-02-19serial: 8250_pxa: avoid autodetecting the port typeLubomir Rintel1-1/+1
2020-02-17serial: core: Switch to use DEVICE_ATTR_RO()Andy Shevchenko1-29/+28
2020-02-14serial: core: use octal permissions on module paramAndy Shevchenko1-13/+13
2020-02-14serial: core: Consolidate spin lock initialization codeAndy Shevchenko1-18/+16
2020-02-14serial: core: Introduce uart_console_enabled() helperAndy Shevchenko1-2/+7
2020-02-13serial: 8250_pci: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-13serial: sc16is7xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12tty: n_gsm: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12tty/serial: 8250_exar: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-10serial: 8250_early: Add earlycon for BCM2835 aux uartMatthias Brugger1-0/+18
2020-02-10serial: 8250_tegra: Create Tegra specific 8250 driverJeff Brasen4-28/+208
2020-02-10n_tty: check printk arguments for n_tty_traceJiri Slaby1-1/+1
2020-02-10kgdboc: Use for_each_console() helperAndy Shevchenko1-3/+1
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-02-08Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds1-1/+1
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-184/+201
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-4/+4
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-0/+110
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds70-749/+1085
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-4/+4
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds20-32/+32