summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2020-04-29Revert "serial: uartps: Fix uartps_major handling"Michal Simek1-7/+1
2020-04-29serial: sh-sci: Make sure status register SCxSR is read in correct sequenceKazuhiro Fujita1-3/+10
2020-04-29tty: serial: owl: add "much needed" clk_prepare_enable()Amit Singh Tomar1-0/+7
2020-04-02serial: sprd: Fix a dereference warningLanqing Liu1-2/+1
2020-03-12serial: 8250_exar: add support for ACCES cardsJay Dolan1-0/+33
2020-03-12tty: serial: fsl_lpuart: free IDs allocated by IDAMichael Walle1-15/+24
2020-03-12tty:serial:mvebu-uart:fix a wrong returntangbin1-1/+1
2020-03-12serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle1-0/+8
2020-02-28tty: serial: qcom_geni_serial: Fix RX cancel command failuresatya priya1-4/+14
2020-02-28tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan1-1/+1
2020-02-28tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre1-1/+2
2020-02-28serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko4-5/+6
2020-02-01serial: imx: fix a race condition in receive pathUwe Kleine-König1-13/+38
2020-02-01serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner1-1/+1
2020-01-17tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan1-1/+4
2020-01-17tty: serial: imx: use the sg count from dma_map_sgPeng Fan1-1/+1
2020-01-14tty: link tty and port before configuring it as consoleSudip Mukherjee1-0/+1
2020-01-09tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan1-2/+11
2019-12-31serial: sprd: Add clearing break interrupt operationYonghan Ye1-0/+3
2019-12-31tty/serial: atmel: fix out of range clock divider handlingDavid Engraf1-21/+22
2019-12-13Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam1-288/+4
2019-12-13serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan1-0/+3
2019-12-13serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko1-5/+3
2019-12-13serial: stm32: fix clearing interrupt error flagsFabrice Gasnier1-3/+3
2019-12-13serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao1-1/+1
2019-12-13serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch1-4/+2
2019-12-13tty: serial: msm_serial: Fix flow controlJeffrey Hugo1-1/+5
2019-12-13tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan1-2/+2
2019-12-13serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich1-1/+1
2019-10-158250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King1-4/+4
2019-10-10tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang1-2/+2
2019-10-10serial: fix kernel-doc warning in commentsRandy Dunlap1-0/+2
2019-10-07serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford1-2/+3
2019-10-07serial: mctrl_gpio: Check for NULL pointerAdam Ford1-0/+3
2019-10-07tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()Andrey Smirnov1-1/+1
2019-10-04serial: uartps: Fix uartps_major handlingMichal Simek1-1/+7
2019-10-04serial: uartlite: fix exit path null pointerRandy Dunlap1-1/+2
2019-10-04tty: serial: linflexuart: Fix magic SysRq handlingStefan-gabriel Mirea1-7/+14
2019-10-04serial: sh-sci: Use platform_get_irq_optional() for optional interruptsGeert Uytterhoeven1-2/+6
2019-10-04serial/sifive: select SERIAL_EARLYCONChristoph Hellwig1-0/+1
2019-10-04tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'Christophe JAILLET1-1/+1
2019-10-04tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'Christophe JAILLET1-1/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2019-09-18Merge tag 'tty-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds42-1788/+3002
2019-09-17Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-34/+6
2019-09-17Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-6216/+0
2019-09-05serial: tegra: Add PIO mode supportKrishna Yarlagadda1-31/+86
2019-09-05serial: tegra: report clk rate errorsKrishna Yarlagadda1-2/+57
2019-09-05serial: tegra: add support to adjust baud rateKrishna Yarlagadda1-0/+68
2019-09-05serial: tegra: add support to use 8 bytes triggerKrishna Yarlagadda1-2/+11