summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2021-08-26serial: 8250_ingenic: Use of_device_get_match_dataTang Bin1-4/+2
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman5-9/+30
2021-08-05serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren1-1/+24
2021-07-30serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner1-0/+1
2021-07-29serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao1-0/+5
2021-07-27serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman1-1/+1
2021-07-27serial: 8250_lpss: Enable DMA on Intel Elkhart LakeAndy Shevchenko1-0/+10
2021-07-27serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki1-1/+2
2021-07-21serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko1-0/+6
2021-07-21serial: 8250: fix handle_irq lockingJohan Hovold3-6/+9
2021-07-21serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki1-3/+9
2021-07-21serial: 8250_exar: Add ->unregister_gpio() callbackAndy Shevchenko1-13/+23
2021-07-21serial: 8250: extend compile-test coverageJohan Hovold1-4/+6
2021-07-21serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King1-1/+1
2021-07-21serial: 8250_pnp: Support configurable clock frequencyJianmin Lv1-0/+2
2021-07-21serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King1-1/+1
2021-06-24serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra1-1/+19
2021-06-16serial_cs: Add Option International GSM-Ready 56K/ISDN modemOndrej Zary1-0/+1
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 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