summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2021-05-13serial: 8250: Add an empty line and remove some useless {}Christophe JAILLET1-2/+3
2021-05-13serial: 8250: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET1-14/+4
2021-05-13serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271Jim Quinlan1-0/+4
2021-05-13serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mappingZev Weiss1-8/+3
2021-05-13serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe()Zev Weiss1-3/+2
2021-05-13serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read, write}b() helper fu...Zev Weiss1-14/+24
2021-04-22serial: extend compile-test coverageJohan Hovold1-2/+4
2021-04-22serial: do not restore interrupt state in sysrq helperJohan Hovold4-14/+14
2021-04-15serial: 8250_aspeed_vuart: add aspeed, lpc-io-reg and aspeed, lpc-interrupts ...Zev Weiss1-2/+49
2021-04-15serial: 8250_aspeed_vuart: refactor sirq and lpc address setting codeZev Weiss1-16/+35
2021-04-02serial: 8250: Make symbol 'brcmuart_debugfs_root' staticZucheng Zheng1-1/+1
2021-04-02serial: 8250_bcm7271: Fix return value check in brcmuart_probe()Wei Yongjun1-2/+2
2021-03-28serial: 8250_of: Add nuvoton,wpcm450-uartJonathan Neuschäfer1-0/+1
2021-03-26serial: 8250: Add new 8250-core based Broadcom STB driverAl Cooper3-0/+1213
2021-03-23tty: serial: 8250: delete redundant printing of return valueWang Qing1-4/+1
2021-03-10serial: 8250_exar: Constify the software nodesHeikki Krogerus1-4/+13
2021-03-10tty: 8250/serial_cs, propagate errors in simple_configJiri Slaby1-6/+6
2021-03-10tty: 8250, cleanup em485 timersJiri Slaby1-10/+8
2021-03-10tty: 8250, use ms_to_ktimeJiri Slaby1-5/+1
2021-03-10tty: cyclades, remove this orphanJiri Slaby1-3/+2
2021-01-078250_tegra: clean up tegra_uart_handle_breakJiri Slaby1-5/+6
2020-12-11serial: 8250_pci: Drop bogus __refdata annotationGeert Uytterhoeven1-1/+1
2020-12-10serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin1-5/+0
2020-11-26serial: 8250-mtk: Fix reference leak in mtk8250_probeZhang Qilong1-3/+10
2020-11-13tty: serial: 8250: 8250_port: Move prototypes to shared locationLee Jones1-3/+0
2020-11-12serial: 8250: 8250_omap: Fix unused variable warningVignesh Raghavendra1-13/+13
2020-11-12serial: 8250: 8250_omap: Fix possible array out of bounds accessVignesh Raghavendra1-0/+1
2020-11-09Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2020-11-06serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang1-1/+1
2020-11-06serial: 8250: 8250_omap: Disable RX interrupt after DMA enableVignesh Raghavendra1-1/+41
2020-11-06tty: serial: 8250: serial_cs: Remove unused/unchecked variable 'err'Lee Jones1-6/+3
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-30serial: 8250_fsl: Fix TX interrupt handling conditionAndrij Abyzov1-1/+1
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman1-0/+10
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich1-0/+11
2020-09-16tty: serial: 8250_mtk: set regshift for mmio32Hsin-Yi Wang1-0/+1
2020-09-16serial: 8250_pci: Remove unused function get_pci_irq()YueHaibing1-9/+0
2020-09-04serial: 8250_fsl: Add ACPI supportkuldip dwivedi1-7/+101
2020-09-04serial: 8250: Simplify with dev_err_probe()Krzysztof Kozlowski2-23/+9
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman6-13/+34
2020-08-28serial: 8250_pci: Add WCH384_8S 8 port serial deviceDu Huanpeng1-0/+56
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-6/+27
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva5-7/+7
2020-08-18serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky1-3/+6
2020-08-18serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn1-3/+21
2020-08-02Revert "serial: 8250: Let serial core initialise spin lock"Andy Shevchenko1-0/+1
2020-07-31serial: 8250: Let serial core initialise spin lockAndy Shevchenko1-1/+0
2020-07-29serial: 8250_dw: Fix common clocks usage race conditionSerge Semin1-2/+101