aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2021-06-16serial_cs: remove wrong GLOBETROTTER.cis entryOndrej Zary1-1/+0
2021-06-16serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER rangeMaciej W. Rozycki1-4/+3
2021-06-16serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki1-3/+16
2021-06-16serial: 8250: Document SMSC Super I/O UART peculiaritiesMaciej W. Rozycki1-2/+29
2021-06-16serial: 8250: Correct the clock for OxSemi PCIe devicesMaciej W. Rozycki1-64/+64
2021-06-16serial: 8250: Dissociate 4MHz Titan ports from Oxford portsMaciej W. Rozycki1-6/+38
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman1-1/+5
2021-06-09serial: 8250_exar: Extract exar_get_platform() helperAndy Shevchenko1-8/+12
2021-06-09serial: 8250_exar: Avoid NULL pointer dereference at ->exit()Andy Shevchenko1-1/+5
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman5-27/+66
2021-05-28Revert "serial: 8250: 8250_omap: Fix possible interrupt storm"Greg Kroah-Hartman1-12/+0
2021-05-27serial: 8250_pci: handle FL_NOIRQ board flagChristian Gmeiner1-12/+17
2021-05-27tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET1-1/+10
2021-05-20serial: 8250_pci: Add support for new HPE serial deviceRandy Wright1-0/+18
2021-05-20serial: 8250: 8250_omap: Fix possible interrupt stormVignesh Raghavendra1-0/+12
2021-05-20serial: 8250: Use BIT(x) for UART_{CAP,BUG}_*Andrew Jeffery1-16/+17
2021-05-20serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUARTAndrew Jeffery3-0/+14
2021-05-20tty/serial: make port of serial8250_register_8250_port constJiri Slaby1-2/+2
2021-05-13tty: make tty_buffer_space_avail return uintJiri Slaby1-2/+2
2021-05-13serial: 8250_dw: Add device HID for new AMD UART controllerMaximilian Luz1-0/+1
2021-05-13serial: 8250_omap: fix a timeout loop conditionDan Carpenter1-1/+1
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 functionsZev 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 DT propertiesZev 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