summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_exar.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_exar: Don't use "proxy" headersAndy Shevchenko2024-03-021-5/+9
* serial: 8250_exar: Use 8250 PCI library to map and assign resourcesAndy Shevchenko2024-03-021-5/+6
* serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko2024-03-021-4/+5
* serial: 8250_exar: Use generic function to set firmware nodeAndy Shevchenko2024-03-021-2/+2
* serial: 8250_exar: Clear interrupts before registering handlerAndy Shevchenko2024-03-021-3/+3
* serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacksAndy Shevchenko2024-03-021-2/+1
* serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko2024-03-021-4/+1
* serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo2024-01-041-2/+3
* serial: exar: Add RS-485 support for Sealevel XR17V35X based cardsMatthew Howell2023-10-031-0/+44
* serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"Matthew Howell2023-10-031-14/+0
* serial: 8250_exar: Use port lock wrappersThomas Gleixner2023-09-181-2/+2
* tty: serial: 8250_exar: Does not use anything from 8250_pciIlpo Järvinen2023-09-181-1/+0
* serial: 8250: lock port in startup() callbacksJohn Ogness2023-05-301-0/+4
* serial: 8250_exar: Add support for USR298x PCI ModemsAndrew Davis2023-05-131-0/+17
* serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell2023-01-201-0/+14
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-1/+1
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-4/+5
* serial: 8250: make saved LSR largerIlpo Järvinen2022-06-271-1/+1
* serial: 8250_exar: Remove serial_rs485 assignmentIlpo Järvinen2022-06-101-2/+0
* serial: 8250_exar: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+12
* serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cardsAndy Shevchenko2022-01-311-24/+13
* serial: 8250_exar: Add ->unregister_gpio() callbackAndy Shevchenko2021-07-211-13/+23
* Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman2021-06-141-1/+5
|\
| * serial: 8250_exar: Avoid NULL pointer dereference at ->exit()Andy Shevchenko2021-06-091-1/+5
* | serial: 8250_exar: Extract exar_get_platform() helperAndy Shevchenko2021-06-091-8/+12
|/
* serial: 8250_exar: Constify the software nodesHeikki Krogerus2021-03-101-4/+13
* serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn2020-08-181-3/+21
* serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell2020-07-241-1/+11
* serial: 8250_exar: Make use of PCI_DEVICE_DATA() macroAndy Shevchenko2020-05-151-34/+31
* Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman2020-03-101-0/+33
|\
| * serial: 8250_exar: add support for ACCES cardsJay Dolan2020-03-051-0/+33
* | tty/serial: 8250_exar: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
|/
* tty/serial: 8250_exar: use true,false for bool variableZheng Bin2020-01-141-3/+3
* serial: 8250_exar: Move Exar pieces to custom ->startup()Andy Shevchenko2019-10-151-0/+19
* serial: 8250_exar: Replace msleep(1) with usleep_range()Andy Shevchenko2019-09-041-1/+1
* serial: 8250_exar: Consolidate callback assignments in default_setup()Andy Shevchenko2019-09-041-22/+21
* serial: 8250_exar: Absorb remaining 8250_port INT0 supportAaron Sierra2019-09-041-8/+16
* serial: 8250_exar: Clear buffer before shutdownRobert Middleton2019-09-041-0/+23
* serial: 8250_exar: Move custom divisor support out from 8250_portAndy Shevchenko2019-09-041-0/+28
* serial: 8250_exar: Extract PM routine from 8250_portAndy Shevchenko2019-09-041-0/+14
* serial: 8250_exar: No need to autoconfigure Exar portsAndy Shevchenko2019-09-041-2/+17
* serial: 8250_exar: Use struct_size() helperAndy Shevchenko2019-09-041-3/+1
* serial: 8250: Use dev_get_drvdata where possibleChuhong Yuan2019-09-041-2/+1
* serial: 8250_exar: Adjust IOT2000 matchingSu Bao Cheng2019-04-251-2/+5
* serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra2018-08-021-1/+5
* serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup()Andy Shevchenko2018-07-231-1/+0
* serial: 8250_exar: Describe all members in struct exar8250_boardAndy Shevchenko2018-07-211-0/+2
* serial: 8250_exar: Remove useless has_slave memberAndy Shevchenko2018-07-211-5/+2
* tty: serial: exar: generalize RS485 setupDaniel Golle2018-06-281-13/+25
* tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra2018-01-251-4/+30