summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2019-01-053-0/+851
|\
| * tty: serial: Add RDA8810PL UART driverManivannan Sadhasivam2018-12-313-0/+851
* | Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-2926-221/+676
|\ \ | |/ |/|
| * Revert "serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250"Greg Kroah-Hartman2018-12-241-1/+0Star
| * serial: sccnxp: Allow to use non-standard baud ratesAlexander Shiyan2018-12-201-3/+19
| * serial: sccnxp: Adds a delay between sequential read/write cyclesAlexander Shiyan2018-12-201-5/+27
| * tty: serial: qcom_geni_serial: Fix UART hangRyan Case2018-12-201-0/+8
| * tty: serial: qcom_geni_serial: Fix wrap around of TX bufferMatthias Kaehlcke2018-12-201-5/+7
| * serial: max310x: Fix tx_empty() callbackAlexander Shiyan2018-12-191-5/+2Star
| * serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne2018-12-191-2/+2
| * serial: uartps: Fix error path when alloc failedMichal Simek2018-12-191-2/+4
| * serial: uartps: Check if the device is a consoleShubhrajyoti Datta2018-12-191-2/+2
| * serial: uartps: Add the device_init_wakeupShubhrajyoti Datta2018-12-191-0/+2
| * tty: serial: samsung: Increase maximum baudrateSeung-Woo Kim2018-12-171-1/+1
| * tty: serial: samsung: Properly set flags in autoCTS modeBeomho Seo2018-12-171-0/+3
| * tty: Use of_node_name_{eq,prefix} for node name comparisonsRob Herring2018-12-173-8/+8
| * tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky2018-12-171-6/+16
| * serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel2018-12-173-1/+52
| * tty: serial: qcom_geni_serial: Remove interrupt stormRyan Case2018-12-171-2/+23
| * serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failureGeert Uytterhoeven2018-12-171-3/+8
| * serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallbackGeert Uytterhoeven2018-12-171-1/+1
| * serial: sh-sci: Fix locking in sci_submit_rx()Geert Uytterhoeven2018-12-171-7/+9
| * Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman2018-12-102-11/+9Star
| |\
| * | Revert "tty: xilinx_uartps: Correct return value in probe"Greg Kroah-Hartman2018-12-061-12/+14
| * | serial: 8250-mtk: add uart DMA supportLong Cheng2018-12-051-1/+209
| * | tty: xilinx_uartps: Correct return value in probeRajan Vaja2018-12-051-14/+12Star
| * | tty: serial: qcom_geni_serial: Fix softlockRyan Case2018-12-051-17/+39
| * | Revert "serial/sunsu: add missing of_node_put()"Greg Kroah-Hartman2018-12-051-15/+5Star
| * | serial: imx: fix error handling in console_setupStefan Agner2018-11-271-1/+1
| * | serial: mvebu-uart: initialize over sampling stack registerMiquel Raynal2018-11-271-1/+6
| * | serial: mvebu-uart: clarify the baud rate derivationMiquel Raynal2018-11-271-8/+14
| * | serial/sunsu: add missing of_node_put()Yangtao Li2018-11-271-5/+15
| * | drivers/tty: add missing of_node_put()Yangtao Li2018-11-271-0/+1
| * | serial-uartlite: fix null pointer dereference on pointer portColin Ian King2018-11-271-5/+10
| * | Merge 4.20-rc2 into tty-nextGreg Kroah-Hartman2018-11-121-4/+4
| |\ \
| * | | serial: 8250: Process sysrq at port unlock timeDouglas Anderson2018-11-094-8/+18
| * | | serial: qcom_geni_serial: Process sysrq at port unlock timeDouglas Anderson2018-11-091-4/+3Star
| * | | serial: qcom_geni_serial: Finish supporting sysrqDouglas Anderson2018-11-091-0/+7
| * | | serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250Florian Fainelli2018-11-091-0/+1
| * | | serial: set suppress_bind_attrs flag only if builtinAnders Roxell2018-11-093-0/+4
| * | | pch_uart: remove set but not used variable 'tx_empty'zhong jiang2018-11-091-3/+0Star
| * | | tty: serial: qcom_geni_serial: simplify getting .driver_dataWolfram Sang2018-11-091-4/+2Star
| * | | tty: serial: qcom_geni_serial: Rectify UART suspend mechanismMukesh Kumar Savaliya2018-11-091-30/+6Star
| * | | tty: serial: qcom_geni_serial: Don't slow all ports just for kgdbDouglas Anderson2018-11-091-5/+7
| * | | serial: tegra: fix some spelling mistakesMarcel Ziswiler2018-11-091-5/+5
| * | | serial: fsl_lpuart: clear parity enable bit when disable parityAndy Duan2018-11-091-0/+4
| * | | serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PEAndy Duan2018-11-091-1/+1
| * | | serial-uartlite: Fix the unbind pathShubhrajyoti Datta2018-11-091-1/+1
| * | | serial-uartlite: Add runtime supportShubhrajyoti Datta2018-11-091-9/+43
| * | | serial-uartlite: Do not use static struct uart_driver out of probe()Shubhrajyoti Datta2018-11-091-3/+8