aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-20serial: uartps: Change uart ID port allocationMichal Simek1-13/+96
2018-09-20tty: serial: remove set but not used variable 'error'YueHaibing1-3/+1
2018-09-20kgdboc: Fix warning with module buildLaura Abbott1-18/+19
2018-09-18TTY: tty_buffer, warn on leaksJiri Slaby1-1/+6
2018-09-18tty_port: Remove incorrect whitespace after commentsTobin C. Harding1-7/+0
2018-09-18sc16is7xx: Fix for "Unexpected interrupt: 8"Phil Elwell1-0/+28
2018-09-18sc16is7xx: Fix for multi-channel stallPhil Elwell1-6/+13
2018-09-18serial: 8250: Fix clearing FIFOs in RS485 mode againMarek Vasut1-5/+24
2018-09-18tty: Convert to using %pOFn instead of device_node.nameRob Herring3-12/+12
2018-09-18serial: 8250_of: Fix for lack of interrupt supportJohn Garry1-9/+13
2018-09-18tty: serial: qcom_geni_serial: Fix serial when not used as consoleDouglas Anderson1-29/+26
2018-09-18tty: serial: qcom_geni_serial: Drop useless check for dev.of_nodeGeert Uytterhoeven1-8/+6
2018-09-18serial: mxs-auart: Fix potential infinite loopAnton Vasilyev1-1/+2
2018-09-18serial: sprd: Fix the indentation issueBaolin Wang1-24/+22
2018-09-18serial: sprd: Change 'int' to 'unsigned int'Baolin Wang1-4/+5
2018-09-18serial: sprd: Remove unnecessary resource validationBaolin Wang1-5/+2
2018-09-18serial: sprd: Use readable macros instead of magic numberBaolin Wang1-8/+17
2018-09-18serial: sprd: Remove unused structureBaolin Wang1-11/+0
2018-09-18serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3Lokesh Vutla1-1/+1
2018-09-18serial: samsung: Enable baud clock for UART reset procedure in resumeMarek Szyprowski1-0/+8
2018-09-18serial: sh-sci: Add earlycon for R7S9210Chris Brandt1-0/+7
2018-09-18Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven1-15/+10
2018-09-18Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Geert Uytterhoeven1-0/+31
2018-09-18tty: serial: imx: add pinctrl sleep/default mode switch for suspendAnson Huang1-0/+5
2018-09-18tty: serial: imx: add lock for registers save/restoreAnson Huang1-1/+11
2018-09-18tty:serial:imx: use spin_lock instead of spin_lock_irqsave in isrjun qian1-13/+8
2018-09-18tty: serial: uartlite: Use dynamic array for console portShubhrajyoti Datta1-4/+24
2018-09-18tty: serial: uartlite: remove console_initShubhrajyoti Datta1-8/+0
2018-09-18tty: serial: uartlite: Move uart register to probeShubhrajyoti Datta1-17/+10
2018-09-18tty: serial: uartlite: Enable clocks at probeShubhrajyoti Datta1-2/+6
2018-09-18serial: 8250: drop the printk from serial8250_interrupt()Sebastian Andrzej Siewior1-5/+1
2018-09-18kgdboc: Fix restrict errorLaura Abbott1-4/+2
2018-09-18kgdboc: Change printk to the right fashionHe Zhe1-5/+7
2018-09-18kgdboc: Passing ekgdboc to command line causes panicHe Zhe1-0/+5
2018-09-18serial: uartps: Enable automatic flow controlMichal Simek1-5/+4
2018-09-18serial: uartps: Move Port ID to device data structureMichal Simek1-9/+11
2018-09-18serial: uartps: Register own uart console and driver structuresMichal Simek1-38/+55
2018-09-18serial: uartps: Change logic how console_port is setupMichal Simek1-2/+9
2018-09-18serial: uartps: Fill struct uart_driver in probe()Michal Simek1-14/+12
2018-09-18serial: uartps: Move register to probe based on run time detectionMichal Simek1-19/+23
2018-09-18serial: uartps: Move alias reading higher in probe()Michal Simek1-11/+10
2018-09-18serial: uartps: Do not use static struct uart_driver out of probe()Michal Simek1-5/+9
2018-09-18serial: uartps: Fix suspend functionalityNava kishore Manne1-29/+12
2018-09-18serial: uartps: Do not initialize field to zero againMichal Simek1-3/+0
2018-09-18serial: uartps: console_setup() can't be placed to init sectionMichal Simek1-1/+1
2018-09-18Merge 4.19-rc4 into tty-nextGreg Kroah-Hartman1-5/+33
2018-09-10tty: hvc: hvc_write() fix break conditionNicholas Piggin1-1/+6
2018-09-10tty: hvc: hvc_poll() fix read loop batchingNicholas Piggin1-2/+22
2018-09-10tty: hvc: hvc_poll() fix read loop hangNicholas Piggin1-2/+5
2018-09-10tty/serial: atmel: Change the driver to work under at91-usart MFDRadu Pirea2-15/+28