aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_exar.c
AgeCommit message (Expand)Author
2024-03-26serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko
2020-09-03serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn
2020-07-29serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell
2020-03-12serial: 8250_exar: add support for ACCES cardsJay Dolan
2019-09-04serial: 8250_exar: Replace msleep(1) with usleep_range()Andy Shevchenko
2019-09-04serial: 8250_exar: Consolidate callback assignments in default_setup()Andy Shevchenko
2019-09-04serial: 8250_exar: Absorb remaining 8250_port INT0 supportAaron Sierra
2019-09-04serial: 8250_exar: Clear buffer before shutdownRobert Middleton
2019-09-04serial: 8250_exar: Move custom divisor support out from 8250_portAndy Shevchenko
2019-09-04serial: 8250_exar: Extract PM routine from 8250_portAndy Shevchenko
2019-09-04serial: 8250_exar: No need to autoconfigure Exar portsAndy Shevchenko
2019-09-04serial: 8250_exar: Use struct_size() helperAndy Shevchenko
2019-09-04serial: 8250: Use dev_get_drvdata where possibleChuhong Yuan
2019-04-25serial: 8250_exar: Adjust IOT2000 matchingSu Bao Cheng
2018-08-02serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra
2018-07-23serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup()Andy Shevchenko
2018-07-21serial: 8250_exar: Describe all members in struct exar8250_boardAndy Shevchenko
2018-07-21serial: 8250_exar: Remove useless has_slave memberAndy Shevchenko
2018-06-28tty: serial: exar: generalize RS485 setupDaniel Golle
2018-01-25tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-08-14Merge 4.13-rc5 into tty-nextGreg Kroah-Hartman
2017-08-01gpio: exar: Use correct property prefix and document bindingsJan Kiszka
2017-07-30tty: serial: exar: constify pci_device_id.Arvind Yadav
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-07-03serial: exar: Add support for IOT2040 deviceJan Kiszka
2017-07-03gpio-exar/8250-exar: Make set of exported GPIOs configurableJan Kiszka
2017-07-03serial: exar: Factor out platform hooksJan Kiszka
2017-07-03gpio-exar/8250-exar: Rearrange gpiochip parenthoodJan Kiszka
2017-07-03gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsJan Kiszka
2017-06-20gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka
2017-06-09serial: exar: Leave MPIOs as output for Commtech adaptersJan Kiszka
2017-05-18serial: exar: Preconfigure xr17v35x MPIOs as outputJan Kiszka
2017-05-18serial: 8250_exar: Remove duplicate assignmentAndy Shevchenko
2017-03-14serial: 8250_exar: Fix spelling of "driver"Andy Shevchenko
2017-02-10serial: exar: Enable MSI supportJan Kiszka
2017-02-10serial: exar: Move register defines from uapi header to consumer siteJan Kiszka
2017-02-10serial: exar: Move Commtech adapters to 8250_exar as wellJan Kiszka
2017-02-10serial: exar: Fix initialization of EXAR registers for ports > 0Jan Kiszka
2017-02-10serial: exar: Fix mapping of port I/O resourcesJan Kiszka
2017-02-03serial: exar: split out the exar code from 8250_pciSudip Mukherjee