summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2021-03-25serial: stm32: fix DMA initialization error handlingErwan Le Ray1-7/+17
2021-03-25tty: serial: stm32-usart: Remove set but unused 'cookie' variablesLee Jones1-4/+2
2021-03-17Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan1-24/+5
2021-01-27serial: mvebu-uart: fix tx lost characters at power offPali Rohár1-1/+9
2021-01-27riscv: Fix sifive serial driverDamien Le Moal1-0/+1
2020-12-30m68k: Fix WARNING splat in pmac_zilog driverFinn Thain1-5/+9
2020-12-30serial: 8250-mtk: Fix reference leak in mtk8250_probeZhang Qilong1-3/+10
2020-12-26serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy1-0/+4
2020-12-21serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin1-5/+0
2020-11-12serial: ar933x_uart: disable clk on error handling path in probeZheng Zengkai1-2/+4
2020-11-12tty: serial: imx: keep console clocks always onFugang Duan1-17/+3
2020-11-12tty: serial: imx: fix potential deadlockSam Nobs1-2/+8
2020-11-06serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao1-0/+3
2020-11-06tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabledLucas Stach1-0/+1
2020-11-06serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang1-1/+1
2020-10-28tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean1-6/+7
2020-10-28tty: serial: 21285: fix lockup on openRussell King1-6/+6
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-5/+4
2020-10-05serial: mcf: add sysrq capabilityAngelo Dureghello1-0/+1
2020-10-05serial: fsl_lpuart: add sysrq support when using dmaAngelo Dureghello1-0/+57
2020-10-01serial: max310x: rework RX interrupt handlingThomas Petazzoni1-5/+24
2020-09-30serial: 8250_dw: Fix clk-notifier/port suspend deadlockSerge Semin1-35/+19
2020-09-30serial: 8250: Skip uninitialized TTY port baud rate updateSerge Semin1-0/+4
2020-09-30serial: 8250: Discard RTS/DTS setting from clock update methodSerge Semin1-1/+0
2020-09-30tty: serial: imx: disable TXDC IRQ in imx_uart_shutdown() to avoid IRQ stormMatthias Schiffer1-5/+6
2020-09-30serial: 8250_fsl: Fix TX interrupt handling conditionAndrij Abyzov1-1/+1
2020-09-30serial: pl011: Fix lockdep splat when handling magic-sysrq interruptPeter Zijlstra1-4/+7
2020-09-30tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan1-1/+1
2020-09-30tty: serial: lpuart: fix lpuart32_write usagePeng Fan1-8/+6
2020-09-30serial: qcom_geni_serial: To correct QUP Version detection logicParas Sharma1-1/+1
2020-09-29serial: mvebu-uart: fix unused variable warningQinglang Miao1-1/+1
2020-09-27serial: mvebu-uart: simplify the return expression of mvebu_uart_probe()Qinglang Miao1-4/+1
2020-09-27tty: serial: imx: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang1-0/+1
2020-09-27pch_uart: drop double zeroingJulia Lawall1-1/+1
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman2-24/+30
2020-09-16tty: serial: qcom_geni_serial: Fix the UART wakeup issuesatya priya1-1/+1
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich1-0/+11
2020-09-16serial: core: fix console port-lock regressionJohan Hovold1-17/+15
2020-09-16serial: core: fix port-lock initialisationJohan Hovold1-8/+6
2020-09-16tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600Douglas Anderson1-1/+1
2020-09-16serial: pmac_zilog: use for_each_child_of_node() macroQinglang Miao1-1/+1
2020-09-16tty: serial: 8250_mtk: set regshift for mmio32Hsin-Yi Wang1-0/+1
2020-09-16tty: serial: print earlycon info after match->setupHsin-Yi Wang1-1/+8
2020-09-16serial: ucc_uart: make qe_uart_set_mctrl() staticJason Yan1-1/+1
2020-09-16serial: 8250_pci: Remove unused function get_pci_irq()YueHaibing1-9/+0
2020-09-13Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson1-1/+1
2020-09-07MIPS: Replace SIBYTE_1956_WAR by CONFIG_SB1_PASS_2_WORKAROUNDSThomas Bogendoerfer1-5/+4
2020-09-04tty: serial: icom: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-14/+18
2020-09-04serial: 8250_fsl: Add ACPI supportkuldip dwivedi1-7/+101