aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_exar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-22serial: 8250_exar: add support for Advantech 2 port card with Device ID 0x0018Florian Eckert1-0/+11
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-10-11serial: 8250_exar: Remove old exar_ee_read() and other unneeded codeParker Newman1-90/+0
2024-10-11serial: 8250_exar: Replace custom EEPROM read with eeprom_93cx6Parker Newman1-13/+45
2024-10-11serial: 8250: Fix typos in comments across various filesYu Jiaoliang1-2/+2
2024-10-11serial: 8250_exar: Group CTI EEPROM offsets by deviceAndy Shevchenko1-2/+4
2024-08-07serial: remove quot_frac from serial8250_do_set_divisor()Jiri Slaby (SUSE)1-1/+1
2024-05-04serial: 8250_exar: Keep the includes sortedAndy Shevchenko1-1/+1
2024-05-04serial: 8250_exar: Make type of bit the same in exar_ee_*_bit()Andy Shevchenko1-1/+1
2024-05-04serial: 8250_exar: Use BIT() in exar_ee_read()Andy Shevchenko1-6/+7
2024-05-04serial: 8250_exar: Switch to use dev_err_probe()Andy Shevchenko1-14/+7
2024-05-04serial: 8250_exar: Return directly from switch-casesAndy Shevchenko1-52/+30
2024-05-04serial: 8250_exar: Decrease indentation levelAndy Shevchenko1-50/+50
2024-05-04serial: 8250_exar: Kill unneeded ->board_init()Andy Shevchenko1-90/+81
2024-05-04serial: 8250_exar: Extract cti_board_init_osc_freq() helperAndy Shevchenko1-29/+19
2024-05-04serial: 8250_exar: Trivia typo fixesAndy Shevchenko1-4/+4
2024-05-04serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor IDAndy Shevchenko1-1/+1
2024-05-04serial: 8250_exar: Kill CTI_PCI_DEVICE()Andy Shevchenko1-14/+5
2024-05-04serial: 8250_exar: Describe all parameters in kernel docAndy Shevchenko1-0/+3
2024-05-04serial: 8250_exar: Don't return positive values as error codesAndy Shevchenko1-2/+2
2024-04-18serial: exar: fix checkpach warningsParker Newman1-5/+5
2024-04-18serial: exar: add CTI specific setup codeParker Newman1-0/+846
2024-04-18serial: exar: add CTI cards to exar_get_nr_portsParker Newman1-3/+19
2024-04-18serial: exar: moved generic_rs485 further up in 8250_exar.cParker Newman1-25/+25
2024-04-18serial: exar: add optional board_init functionParker Newman1-1/+12
2024-04-18serial: exar: added a exar_get_nr_ports functionParker Newman1-6/+21
2024-04-18serial: exar: remove old Connect Tech setupParker Newman1-37/+0
2024-04-17serial: exar: adding missing CTI and Exar PCI idsParker Newman1-0/+42
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-2/+3
2024-03-02serial: 8250_exar: Don't use "proxy" headersAndy Shevchenko1-5/+9
2024-03-02serial: 8250_exar: Use 8250 PCI library to map and assign resourcesAndy Shevchenko1-5/+6
2024-03-02serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko1-4/+5
2024-03-02serial: 8250_exar: Use generic function to set firmware nodeAndy Shevchenko1-2/+2
2024-03-02serial: 8250_exar: Clear interrupts before registering handlerAndy Shevchenko1-3/+3
2024-03-02serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacksAndy Shevchenko1-2/+1
2024-03-02serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko1-4/+1
2024-01-04serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo1-2/+3
2023-10-03serial: exar: Add RS-485 support for Sealevel XR17V35X based cardsMatthew Howell1-0/+44
2023-10-03serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"Matthew Howell1-14/+0
2023-09-18serial: 8250_exar: Use port lock wrappersThomas Gleixner1-2/+2
2023-09-18tty: serial: 8250_exar: Does not use anything from 8250_pciIlpo Järvinen1-1/+0
2023-05-30serial: 8250: lock port in startup() callbacksJohn Ogness1-0/+4
2023-05-13serial: 8250_exar: Add support for USR298x PCI ModemsAndrew Davis1-0/+17
2023-01-20serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell1-0/+14
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-1/+1
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-4/+5
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen1-1/+1
2022-06-10serial: 8250_exar: Remove serial_rs485 assignmentIlpo Järvinen1-2/+0
2022-06-10serial: 8250_exar: Fill in rs485_supportedIlpo Järvinen1-0/+12
2022-01-31serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cardsAndy Shevchenko1-24/+13