summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* kgdboc: disable the console lock when in kgdbDouglas Anderson2019-07-301-0/+4
* tty: serial: netx: Delete driverLinus Walleij2019-07-253-753/+0Star
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-202-4/+43
|\
| * Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into a...Olof Johansson2019-07-162-4/+43
| |\
| | * serial: sa1100: add note about modem control signalsRussell King2019-06-041-0/+4
| | * serial: sa1100: add support for mctrl gpiosRussell King2019-06-042-4/+39
* | | docs: serial: move it to the driver-apiMauro Carvalho Chehab2019-07-151-1/+1
* | | docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2019-07-141-1/+1
|\ \ \
| * | | sunhv: Fix device naming inconsistency between sunhv_console and sunhv_regJohn Paul Adrian Glaubitz2019-06-131-1/+1
| |/ /
* | | tty: serial: fsl_lpuart: add imx8qxp supportFugang Duan2019-07-041-20/+86
* | | serial: imx: set_termios(): preserve RTS stateSergey Organov2019-07-031-5/+9
* | | serial: imx: set_termios(): clarify RTS/CTS bits calculationSergey Organov2019-07-031-24/+14Star
* | | serial: imx: set_termios(): factor-out 'ucr2' initial valueSergey Organov2019-07-031-3/+2Star
* | | serial: sh-sci: Terminate TX DMA during buffer flushingGeert Uytterhoeven2019-07-031-2/+9
* | | serial: sh-sci: Fix TX DMA buffer flushing and workqueue racesGeert Uytterhoeven2019-07-031-7/+15
* | | serial: mpsc: Remove obsolete MPSC driverMark Greer2019-07-033-2153/+0Star
* | | serial: 8250: 8250_core: Fix missing unlock on error in serial8250_register_8...Wei Yongjun2019-07-031-2/+5
* | | serial: stm32: add RX and TX FIFO flushErwan Le Ray2019-06-211-5/+15
* | | serial: stm32: add support of RX FIFO thresholdErwan Le Ray2019-06-212-3/+25
* | | serial: stm32: add support of TX FIFO thresholdErwan Le Ray2019-06-212-9/+55
* | | serial: stm32: update PIO transmissionErwan Le Ray2019-06-211-14/+13Star
* | | serial: stm32: add support of timeout interrupt for RXErwan Le Ray2019-06-212-6/+26
* | | Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta2019-06-211-2/+1Star
* | | tty/serial/8250: use mctrl_gpio helpersYegor Yefremov2019-06-215-15/+61
* | | serial: mctrl_gpio: Check if GPIO property exisits before requesting itStefan Roese2019-06-211-0/+14
* | | serial: 8250: pericom_do_set_divisor can be statickbuild test robot2019-06-181-1/+1
* | | tty: serial_core: Set port active bit in uart_port_activateSerge Semin2019-06-181-1/+6
* | | serial: 8250: Add MSR/MCR TIOCM conversion wrapper functionsStefan Roese2019-06-182-22/+57
* | | serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko2019-06-184-27/+26Star
* | | serial: fsl_lpuart: Remove unneeded OOM error messageFabio Estevam2019-06-181-3/+1Star
* | | serial: uartps: Remove useless return from cdns_uart_poll_put_charNava kishore Manne2019-06-181-2/+0Star
* | | serial: uartps: Do not add a trailing semicolon to macroNava kishore Manne2019-06-181-1/+1
* | | serial: uartps: Fix long line over 80 charsNava kishore Manne2019-06-181-1/+2
* | | serial: uartps: Fix multiple line dereferenceNava kishore Manne2019-06-181-2/+2
* | | serial: uartps: Use octal permission for module_param()Nava kishore Manne2019-06-181-2/+2
* | | serial: uartps: Use the same dynamic major number for all portsShubhrajyoti Datta2019-06-181-2/+3
* | | serial: 8250: Add support for higher baud rates to Pericom chipsJay Dolan2019-06-181-18/+79
* | | serial: imx: fix locking in set_termios()Sergey Organov2019-06-181-10/+13
* | | Revert "serial: stm32: select pinctrl state in each suspend/resume function"Greg Kroah-Hartman2019-06-131-4/+0Star
* | | tty: serial: msm_serial: avoid system lockup conditionJorge Ramirez-Ortiz2019-06-101-0/+4
* | | serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT2019-06-101-1/+2
* | | serial: stm32: fix a recursive locking in stm32_config_rs485Borut Seljak2019-06-101-3/+0Star
* | | tty: serial: 8250-of: Do not warn on deferred probeThierry Reding2019-06-101-2/+3
* | | serial: imx: Use dev_info() instead of pr_info()Fabio Estevam2019-06-101-1/+1
* | | serial: fsl_lpuart: Use dev_info() instead of printk()Fabio Estevam2019-06-101-2/+2
* | | uart: mediatek: support Rx in-band wakeupClaire Chang2019-06-101-0/+24
* | | serial: uartps: Add a timeout to the tx empty waitShubhrajyoti Datta2019-06-101-4/+10
* | | serial: uartps: Move the spinlock after the read of the tx emptyShubhrajyoti Datta2019-06-101-2/+1Star
* | | serial: 8250-mtk: modify uart DMA rxLong Cheng2019-06-101-29/+20Star