summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2018-09-18tty: serial: qcom_geni_serial: Fix serial when not used as consoleDouglas Anderson
2018-09-18tty: serial: qcom_geni_serial: Drop useless check for dev.of_nodeGeert Uytterhoeven
2018-09-18serial: mxs-auart: Fix potential infinite loopAnton Vasilyev
2018-09-18serial: sprd: Fix the indentation issueBaolin Wang
2018-09-18serial: sprd: Change 'int' to 'unsigned int'Baolin Wang
2018-09-18serial: sprd: Remove unnecessary resource validationBaolin Wang
2018-09-18serial: sprd: Use readable macros instead of magic numberBaolin Wang
2018-09-18serial: sprd: Remove unused structureBaolin Wang
2018-09-18serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3Lokesh Vutla
2018-09-18serial: samsung: Enable baud clock for UART reset procedure in resumeMarek Szyprowski
2018-09-18serial: sh-sci: Add earlycon for R7S9210Chris Brandt
2018-09-18Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven
2018-09-18Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Geert Uytterhoeven
2018-09-18tty: serial: imx: add pinctrl sleep/default mode switch for suspendAnson Huang
2018-09-18tty: serial: imx: add lock for registers save/restoreAnson Huang
2018-09-18tty:serial:imx: use spin_lock instead of spin_lock_irqsave in isrjun qian
2018-09-18tty: serial: uartlite: Use dynamic array for console portShubhrajyoti Datta
2018-09-18tty: serial: uartlite: remove console_initShubhrajyoti Datta
2018-09-18tty: serial: uartlite: Move uart register to probeShubhrajyoti Datta
2018-09-18tty: serial: uartlite: Enable clocks at probeShubhrajyoti Datta
2018-09-18serial: 8250: drop the printk from serial8250_interrupt()Sebastian Andrzej Siewior
2018-09-18kgdboc: Fix restrict errorLaura Abbott
2018-09-18kgdboc: Change printk to the right fashionHe Zhe
2018-09-18kgdboc: Passing ekgdboc to command line causes panicHe Zhe
2018-09-18serial: uartps: Enable automatic flow controlMichal Simek
2018-09-18serial: uartps: Move Port ID to device data structureMichal Simek
2018-09-18serial: uartps: Register own uart console and driver structuresMichal Simek
2018-09-18serial: uartps: Change logic how console_port is setupMichal Simek
2018-09-18serial: uartps: Fill struct uart_driver in probe()Michal Simek
2018-09-18serial: uartps: Move register to probe based on run time detectionMichal Simek
2018-09-18serial: uartps: Move alias reading higher in probe()Michal Simek
2018-09-18serial: uartps: Do not use static struct uart_driver out of probe()Michal Simek
2018-09-18serial: uartps: Fix suspend functionalityNava kishore Manne
2018-09-18serial: uartps: Do not initialize field to zero againMichal Simek
2018-09-18serial: uartps: console_setup() can't be placed to init sectionMichal Simek
2018-09-18tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva
2018-09-18tty: Drop tty->count on tty_reopen() failureDmitry Safonov
2018-09-18serial: cpm_uart: return immediately from console pollChristophe Leroy
2018-09-18tty: serial: lpuart: avoid leaking struct tty_structStefan Agner
2018-09-18serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka
2018-09-18Merge 4.19-rc4 into tty-nextGreg Kroah-Hartman
2018-09-16tty_io: Use group_send_sig_info in __do_SACK to note it is a session being ki...Eric W. Biederman
2018-09-14tty_ioctl(): start taking TIOC[SG]SERIAL into separate methodsAl Viro
2018-09-14tty_ioctl(): drop FIONBIO handlingAl Viro
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Al Viro
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik
2018-09-11signal: send_sig_all no longer needs SEND_SIG_FORCEDEric W. Biederman
2018-09-11vt: Remove vc_panic_force_writeDaniel Vetter
2018-09-10tty: hvc: hvc_write() fix break conditionNicholas Piggin