summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
* serial: sh-sci: Make sure status register SCxSR is read in correct sequenceKazuhiro Fujita2020-04-291-3/+10
* tty: serial: owl: add "much needed" clk_prepare_enable()Amit Singh Tomar2020-04-291-0/+7
* serial: sprd: Fix a dereference warningLanqing Liu2020-04-021-2/+1
* serial: 8250_exar: add support for ACCES cardsJay Dolan2020-03-121-0/+33
* tty: serial: fsl_lpuart: free IDs allocated by IDAMichael Walle2020-03-121-15/+24
* tty:serial:mvebu-uart:fix a wrong returntangbin2020-03-121-1/+1
* serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle2020-03-121-0/+8
* tty: serial: qcom_geni_serial: Fix RX cancel command failuresatya priya2020-02-281-4/+14
* tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan2020-02-281-1/+1
* tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre2020-02-281-1/+2
* serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko2020-02-284-5/+6
* serial: imx: fix a race condition in receive pathUwe Kleine-König2020-02-011-13/+38
* serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner2020-02-011-1/+1
* tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan2020-01-171-1/+4
* tty: serial: imx: use the sg count from dma_map_sgPeng Fan2020-01-171-1/+1
* tty: link tty and port before configuring it as consoleSudip Mukherjee2020-01-141-0/+1
* tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan2020-01-091-2/+11
* serial: sprd: Add clearing break interrupt operationYonghan Ye2019-12-311-0/+3
* tty/serial: atmel: fix out of range clock divider handlingDavid Engraf2019-12-311-21/+22
* Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam2019-12-131-288/+4
* serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan2019-12-131-0/+3
* serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko2019-12-131-5/+3
* serial: stm32: fix clearing interrupt error flagsFabrice Gasnier2019-12-131-3/+3
* serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao2019-12-131-1/+1
* serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch2019-12-131-4/+2
* tty: serial: msm_serial: Fix flow controlJeffrey Hugo2019-12-131-1/+5
* tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan2019-12-131-2/+2
* serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich2019-12-131-1/+1
* 8250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King2019-10-151-4/+4
* tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang2019-10-101-2/+2
* serial: fix kernel-doc warning in commentsRandy Dunlap2019-10-101-0/+2
* serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford2019-10-071-2/+3
* serial: mctrl_gpio: Check for NULL pointerAdam Ford2019-10-071-0/+3
* tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()Andrey Smirnov2019-10-071-1/+1
* serial: uartps: Fix uartps_major handlingMichal Simek2019-10-041-1/+7
* serial: uartlite: fix exit path null pointerRandy Dunlap2019-10-041-1/+2
* tty: serial: linflexuart: Fix magic SysRq handlingStefan-gabriel Mirea2019-10-041-7/+14
* serial: sh-sci: Use platform_get_irq_optional() for optional interruptsGeert Uytterhoeven2019-10-041-2/+6
* serial/sifive: select SERIAL_EARLYCONChristoph Hellwig2019-10-041-0/+1
* tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'Christophe JAILLET2019-10-041-1/+1
* tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'Christophe JAILLET2019-10-041-1/+1
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+5
|\
| * lockdown: Lock down TIOCSSERIALDavid Howells2019-08-191-0/+5
* | Merge tag 'tty-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-1842-1788/+3002
|\ \
| * | serial: tegra: Add PIO mode supportKrishna Yarlagadda2019-09-051-31/+86
| * | serial: tegra: report clk rate errorsKrishna Yarlagadda2019-09-051-2/+57
| * | serial: tegra: add support to adjust baud rateKrishna Yarlagadda2019-09-051-0/+68
| * | serial: tegra: add support to use 8 bytes triggerKrishna Yarlagadda2019-09-051-2/+11
| * | serial: tegra: set maximum num of uart ports to 8Krishna Yarlagadda2019-09-051-2/+17
| * | serial: tegra: check for FIFO mode enabled statusKrishna Yarlagadda2019-09-051-6/+46