summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2020-10-28tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean-6/+7
2020-10-28tty: serial: 21285: fix lockup on openRussell King-6/+6
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-1/+1
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-5/+4
2020-10-05serial: mcf: add sysrq capabilityAngelo Dureghello-0/+1
2020-10-05serial: fsl_lpuart: add sysrq support when using dmaAngelo Dureghello-0/+57
2020-10-01serial: max310x: rework RX interrupt handlingThomas Petazzoni-5/+24
2020-09-30serial: 8250_dw: Fix clk-notifier/port suspend deadlockSerge Semin-35/+19
2020-09-30serial: 8250: Skip uninitialized TTY port baud rate updateSerge Semin-0/+4
2020-09-30serial: 8250: Discard RTS/DTS setting from clock update methodSerge Semin-1/+0
2020-09-30tty: serial: imx: disable TXDC IRQ in imx_uart_shutdown() to avoid IRQ stormMatthias Schiffer-5/+6
2020-09-30serial: 8250_fsl: Fix TX interrupt handling conditionAndrij Abyzov-1/+1
2020-09-30serial: pl011: Fix lockdep splat when handling magic-sysrq interruptPeter Zijlstra-4/+7
2020-09-30tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan-1/+1
2020-09-30tty: serial: lpuart: fix lpuart32_write usagePeng Fan-8/+6
2020-09-30serial: qcom_geni_serial: To correct QUP Version detection logicParas Sharma-1/+1
2020-09-29serial: mvebu-uart: fix unused variable warningQinglang Miao-1/+1
2020-09-27serial: mvebu-uart: simplify the return expression of mvebu_uart_probe()Qinglang Miao-4/+1
2020-09-27tty: serial: imx: fix link error with CONFIG_SERIAL_CORE_CONSOLE=nYang Yingliang-0/+1
2020-09-27pch_uart: drop double zeroingJulia Lawall-1/+1
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman-24/+30
2020-09-16tty: serial: qcom_geni_serial: Fix the UART wakeup issuesatya priya-1/+1
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich-0/+11
2020-09-16serial: core: fix console port-lock regressionJohan Hovold-17/+15
2020-09-16serial: core: fix port-lock initialisationJohan Hovold-8/+6
2020-09-16tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600Douglas Anderson-1/+1
2020-09-16serial: pmac_zilog: use for_each_child_of_node() macroQinglang Miao-1/+1
2020-09-16tty: serial: 8250_mtk: set regshift for mmio32Hsin-Yi Wang-0/+1
2020-09-16tty: serial: print earlycon info after match->setupHsin-Yi Wang-1/+8
2020-09-16serial: ucc_uart: make qe_uart_set_mctrl() staticJason Yan-1/+1
2020-09-16serial: 8250_pci: Remove unused function get_pci_irq()YueHaibing-9/+0
2020-09-13Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson-1/+1
2020-09-07MIPS: Replace SIBYTE_1956_WAR by CONFIG_SB1_PASS_2_WORKAROUNDSThomas Bogendoerfer-5/+4
2020-09-04tty: serial: icom: switch from 'pci_' to 'dma_' APIChristophe JAILLET-14/+18
2020-09-04serial: 8250_fsl: Add ACPI supportkuldip dwivedi-7/+101
2020-09-04serial: stm32: Add RS485 RTS GPIO control againMarek Vasut-8/+25
2020-09-04tty: serial: earlycon dependencyTong Zhang-0/+1
2020-09-04sc16is7xx: Set iobase to device indexDaniel Mack-0/+1
2020-09-04serial: core: Simplify with dev_err_probe()Krzysztof Kozlowski-3/+1
2020-09-04serial: 8250: Simplify with dev_err_probe()Krzysztof Kozlowski-23/+9
2020-09-04serial: imx: Delete duplicated argument to '|' in imx_uart_probeYe Bin-2/+1
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman-36/+66
2020-08-28serial: 8250_pci: Add WCH384_8S 8 port serial deviceDu Huanpeng-0/+56
2020-08-28tty: serial: qcom_geni_serial: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar-8/+5
2020-08-28serial: core: don't use snprintf() for formatting sysfs attrsAlex Dewar-13/+13
2020-08-28serial: fsl_lpuart: Fix typo in "transfer"Fabio Estevam-2/+2
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-20/+52
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-16/+14
2020-08-19ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann-1/+1
2020-08-18serial: sa1100: use platform_get_resource()Andy Shevchenko-12/+10