summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman
2021-08-05serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren
2021-07-30serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner
2021-07-29serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao
2021-07-27serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman
2021-07-27serial: 8250_lpss: Enable DMA on Intel Elkhart LakeAndy Shevchenko
2021-07-27serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki
2021-07-21serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko
2021-07-21serial: 8250: fix handle_irq lockingJohan Hovold
2021-07-21serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki
2021-07-21serial: 8250_exar: Add ->unregister_gpio() callbackAndy Shevchenko
2021-07-21serial: 8250: extend compile-test coverageJohan Hovold
2021-07-21serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King
2021-07-21serial: 8250_pnp: Support configurable clock frequencyJianmin Lv
2021-07-21serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King
2021-06-24serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra
2021-06-16serial_cs: Add Option International GSM-Ready 56K/ISDN modemOndrej Zary
2021-06-16serial_cs: remove wrong GLOBETROTTER.cis entryOndrej Zary
2021-06-16serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER rangeMaciej W. Rozycki
2021-06-16serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki
2021-06-16serial: 8250: Document SMSC Super I/O UART peculiaritiesMaciej W. Rozycki
2021-06-16serial: 8250: Correct the clock for OxSemi PCIe devicesMaciej W. Rozycki
2021-06-16serial: 8250: Dissociate 4MHz Titan ports from Oxford portsMaciej W. Rozycki
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman
2021-06-09serial: 8250_exar: Extract exar_get_platform() helperAndy Shevchenko
2021-06-09serial: 8250_exar: Avoid NULL pointer dereference at ->exit()Andy Shevchenko
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman
2021-05-28Revert "serial: 8250: 8250_omap: Fix possible interrupt storm"Greg Kroah-Hartman
2021-05-27serial: 8250_pci: handle FL_NOIRQ board flagChristian Gmeiner
2021-05-27tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET
2021-05-20serial: 8250_pci: Add support for new HPE serial deviceRandy Wright
2021-05-20serial: 8250: 8250_omap: Fix possible interrupt stormVignesh Raghavendra
2021-05-20serial: 8250: Use BIT(x) for UART_{CAP,BUG}_*Andrew Jeffery
2021-05-20serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUARTAndrew Jeffery
2021-05-20tty/serial: make port of serial8250_register_8250_port constJiri Slaby
2021-05-13tty: make tty_buffer_space_avail return uintJiri Slaby
2021-05-13serial: 8250_dw: Add device HID for new AMD UART controllerMaximilian Luz
2021-05-13serial: 8250_omap: fix a timeout loop conditionDan Carpenter
2021-05-13serial: 8250: Add an empty line and remove some useless {}Christophe JAILLET
2021-05-13serial: 8250: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET
2021-05-13serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271Jim Quinlan
2021-05-13serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mappingZev Weiss
2021-05-13serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe()Zev Weiss
2021-05-13serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read, write}b() helper fu...Zev Weiss
2021-04-22serial: extend compile-test coverageJohan Hovold
2021-04-22serial: do not restore interrupt state in sysrq helperJohan Hovold
2021-04-15serial: 8250_aspeed_vuart: add aspeed, lpc-io-reg and aspeed, lpc-interrupts ...Zev Weiss
2021-04-15serial: 8250_aspeed_vuart: refactor sirq and lpc address setting codeZev Weiss
2021-04-02serial: 8250: Make symbol 'brcmuart_debugfs_root' staticZucheng Zheng
2021-04-02serial: 8250_bcm7271: Fix return value check in brcmuart_probe()Wei Yongjun