aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30kgdboc: disable the console lock when in kgdbDouglas Anderson1-0/+4
2019-07-25tty: serial: netx: Delete driverLinus Walleij3-753/+0
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-4/+43
2019-07-15Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into arm/socOlof Johansson2-4/+43
2019-07-15docs: serial: move it to the driver-apiMauro Carvalho Chehab1-1/+1
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2019-07-04tty: serial: fsl_lpuart: add imx8qxp supportFugang Duan1-20/+86
2019-07-03serial: imx: set_termios(): preserve RTS stateSergey Organov1-5/+9
2019-07-03serial: imx: set_termios(): clarify RTS/CTS bits calculationSergey Organov1-24/+14
2019-07-03serial: imx: set_termios(): factor-out 'ucr2' initial valueSergey Organov1-3/+2
2019-07-03serial: sh-sci: Terminate TX DMA during buffer flushingGeert Uytterhoeven1-2/+9
2019-07-03serial: sh-sci: Fix TX DMA buffer flushing and workqueue racesGeert Uytterhoeven1-7/+15
2019-07-03serial: mpsc: Remove obsolete MPSC driverMark Greer3-2153/+0
2019-07-03serial: 8250: 8250_core: Fix missing unlock on error in serial8250_register_8250_port()Wei Yongjun1-2/+5
2019-06-21serial: stm32: add RX and TX FIFO flushErwan Le Ray1-5/+15
2019-06-21serial: stm32: add support of RX FIFO thresholdErwan Le Ray2-3/+25
2019-06-21serial: stm32: add support of TX FIFO thresholdErwan Le Ray2-9/+55
2019-06-21serial: stm32: update PIO transmissionErwan Le Ray1-14/+13
2019-06-21serial: stm32: add support of timeout interrupt for RXErwan Le Ray2-6/+26
2019-06-21Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta1-2/+1
2019-06-21tty/serial/8250: use mctrl_gpio helpersYegor Yefremov5-15/+61
2019-06-21serial: mctrl_gpio: Check if GPIO property exisits before requesting itStefan Roese1-0/+14
2019-06-18serial: 8250: pericom_do_set_divisor can be statickbuild test robot1-1/+1
2019-06-18tty: serial_core: Set port active bit in uart_port_activateSerge Semin1-1/+6
2019-06-18serial: 8250: Add MSR/MCR TIOCM conversion wrapper functionsStefan Roese2-22/+57
2019-06-18serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko4-27/+26
2019-06-18serial: fsl_lpuart: Remove unneeded OOM error messageFabio Estevam1-3/+1
2019-06-18serial: uartps: Remove useless return from cdns_uart_poll_put_charNava kishore Manne1-2/+0
2019-06-18serial: uartps: Do not add a trailing semicolon to macroNava kishore Manne1-1/+1
2019-06-18serial: uartps: Fix long line over 80 charsNava kishore Manne1-1/+2
2019-06-18serial: uartps: Fix multiple line dereferenceNava kishore Manne1-2/+2
2019-06-18serial: uartps: Use octal permission for module_param()Nava kishore Manne1-2/+2
2019-06-18serial: uartps: Use the same dynamic major number for all portsShubhrajyoti Datta1-2/+3
2019-06-18serial: 8250: Add support for higher baud rates to Pericom chipsJay Dolan1-18/+79
2019-06-18serial: imx: fix locking in set_termios()Sergey Organov1-10/+13
2019-06-13sunhv: Fix device naming inconsistency between sunhv_console and sunhv_regJohn Paul Adrian Glaubitz1-1/+1
2019-06-13Revert "serial: stm32: select pinctrl state in each suspend/resume function"Greg Kroah-Hartman1-4/+0
2019-06-10tty: serial: msm_serial: avoid system lockup conditionJorge Ramirez-Ortiz1-0/+4
2019-06-10serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT1-1/+2
2019-06-10serial: stm32: fix a recursive locking in stm32_config_rs485Borut Seljak1-3/+0
2019-06-10tty: serial: 8250-of: Do not warn on deferred probeThierry Reding1-2/+3
2019-06-10serial: imx: Use dev_info() instead of pr_info()Fabio Estevam1-1/+1
2019-06-10serial: fsl_lpuart: Use dev_info() instead of printk()Fabio Estevam1-2/+2
2019-06-10uart: mediatek: support Rx in-band wakeupClaire Chang1-0/+24
2019-06-10serial: uartps: Add a timeout to the tx empty waitShubhrajyoti Datta1-4/+10
2019-06-10serial: uartps: Move the spinlock after the read of the tx emptyShubhrajyoti Datta1-2/+1
2019-06-10serial: 8250-mtk: modify uart DMA rxLong Cheng1-29/+20
2019-06-10tty/serial: digicolor: Fix digicolor-usart already registered warningKefeng Wang1-1/+5
2019-06-10serial: stm32: Make stm32_get_databits staticYueHaibing1-1/+1