summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_exar.c
AgeCommit message (Expand)Author
2024-03-02serial: 8250_exar: Don't use "proxy" headersAndy Shevchenko
2024-03-02serial: 8250_exar: Use 8250 PCI library to map and assign resourcesAndy Shevchenko
2024-03-02serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko
2024-03-02serial: 8250_exar: Use generic function to set firmware nodeAndy Shevchenko
2024-03-02serial: 8250_exar: Clear interrupts before registering handlerAndy Shevchenko
2024-03-02serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacksAndy Shevchenko
2024-03-02serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko
2024-01-04serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo
2023-10-03serial: exar: Add RS-485 support for Sealevel XR17V35X based cardsMatthew Howell
2023-10-03serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"Matthew Howell
2023-09-18serial: 8250_exar: Use port lock wrappersThomas Gleixner
2023-09-18tty: serial: 8250_exar: Does not use anything from 8250_pciIlpo Järvinen
2023-05-30serial: 8250: lock port in startup() callbacksJohn Ogness
2023-05-13serial: 8250_exar: Add support for USR298x PCI ModemsAndrew Davis
2023-01-20serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen
2022-06-10serial: 8250_exar: Remove serial_rs485 assignmentIlpo Järvinen
2022-06-10serial: 8250_exar: Fill in rs485_supportedIlpo Järvinen
2022-01-31serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cardsAndy Shevchenko
2021-07-21serial: 8250_exar: Add ->unregister_gpio() callbackAndy Shevchenko
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-03-10serial: 8250_exar: Constify the software nodesHeikki Krogerus
2020-08-18serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn
2020-07-24serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell
2020-05-15serial: 8250_exar: Make use of PCI_DEVICE_DATA() macroAndy Shevchenko
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman
2020-03-05serial: 8250_exar: add support for ACCES cardsJay Dolan
2020-02-12tty/serial: 8250_exar: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-14tty/serial: 8250_exar: use true,false for bool variableZheng Bin
2019-10-15serial: 8250_exar: Move Exar pieces to custom ->startup()Andy Shevchenko
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