summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2020-09-30serial: 8250_dw: Fix clk-notifier/port suspend deadlockSerge Semin
2020-09-30serial: 8250: Skip uninitialized TTY port baud rate updateSerge Semin
2020-09-30serial: 8250: Discard RTS/DTS setting from clock update methodSerge Semin
2020-09-30serial: 8250_fsl: Fix TX interrupt handling conditionAndrij Abyzov
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich
2020-09-16tty: serial: 8250_mtk: set regshift for mmio32Hsin-Yi Wang
2020-09-16serial: 8250_pci: Remove unused function get_pci_irq()YueHaibing
2020-09-04serial: 8250_fsl: Add ACPI supportkuldip dwivedi
2020-09-04serial: 8250: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman
2020-08-28serial: 8250_pci: Add WCH384_8S 8 port serial deviceDu Huanpeng
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky
2020-08-18serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn
2020-08-02Revert "serial: 8250: Let serial core initialise spin lock"Andy Shevchenko
2020-07-31serial: 8250: Let serial core initialise spin lockAndy Shevchenko
2020-07-29serial: 8250_dw: Fix common clocks usage race conditionSerge Semin
2020-07-29serial: 8250_dw: Pass the same rate to the clk round and set rate methodsSerge Semin
2020-07-29serial: 8250_dw: Simplify the ref clock rate setting procedureSerge Semin
2020-07-29serial: 8250: Add 8250 port clock update methodSerge Semin
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman
2020-07-24serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell
2020-07-21serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin
2020-07-21serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang
2020-07-21tty: serial: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-27serial: 8250_mtk: Switch to use platform_get_irq()Andy Shevchenko
2020-06-27serial: 8250_ingenic: Switch to use platform_get_irq()Andy Shevchenko
2020-06-27serial: 8250_pxa: Switch to use platform_get_irq()Andy Shevchenko
2020-06-27serial: 8250_omap: Switch to use platform_get_irq()Andy Shevchenko
2020-06-27serial: 8250_em: Switch to use platform_get_irq()Andy Shevchenko
2020-06-278250-men-mcb: fix signed/unsigned confusionPavel Machek
2020-06-27serial: core: drop unnecessary gpio includeJohan Hovold
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-02serial: 8250_early: Support kgdboc_earlyconDouglas Anderson
2020-05-29serial: 8250_fintek: Add F81966 SupportJi-Ze Hong (Peter Hong)
2020-05-29serial: 8250: Support rs485 bus termination GPIOLukas Wunner
2020-05-29serial: 8520_port: Fix function param documentationHeiko Stuebner
2020-05-27serial: 8250: Enable 16550A variants by default on non-x86Josh Triplett
2020-05-15serial: 8250: Fix max baud limit in generic 8250 portSerge Semin
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner
2020-05-15serial: 8250: Avoid error message on reprobeLukas Wunner
2020-05-15serial: 8250_exar: Make use of PCI_DEVICE_DATA() macroAndy Shevchenko
2020-05-08serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng
2020-04-16drivers/tty: remove redundant assignment to variable i and rename it to retColin Ian King
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki