summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2021-12-29serial: 8250_fintek: Fix garbled text for consoleJi-Ze Hong (Peter Hong)1-19/+0
2021-12-08serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan1-13/+17
2021-12-08serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan1-1/+8
2021-11-17serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko1-1/+1
2021-09-22serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman1-1/+1
2021-09-22serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki1-1/+2
2021-08-12serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner1-0/+1
2021-08-12serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko1-0/+6
2021-08-12serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki1-3/+9
2021-08-12serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao1-0/+5
2021-07-20tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET1-1/+10
2021-07-14serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki1-3/+16
2021-07-14serial_cs: remove wrong GLOBETROTTER.cis entryOndrej Zary1-1/+0
2021-07-14serial_cs: Add Option International GSM-Ready 56K/ISDN modemOndrej Zary1-0/+1
2021-06-03serial: 8250_pci: handle FL_NOIRQ board flagChristian Gmeiner1-12/+17
2021-06-03serial: 8250_pci: Add support for new HPE serial deviceRandy Wright1-0/+18
2020-12-21serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin1-5/+0
2020-11-10serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang1-1/+1
2020-10-01serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra1-2/+4
2020-10-01serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi1-1/+1
2020-10-01serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra1-1/+15
2020-09-23serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich1-0/+11
2020-09-03serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky1-3/+6
2020-09-03serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn1-3/+21
2020-07-29serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin1-0/+18
2020-07-29serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang1-1/+1
2020-07-29serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell1-1/+11
2020-06-24serial: 8250: Fix max baud limit in generic 8250 portSerge Semin1-1/+3
2020-06-22serial: 8250: Avoid error message on reprobeLukas Wunner1-4/+10
2020-06-22serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng1-6/+0
2020-03-12serial: 8250_exar: add support for ACCES cardsJay Dolan1-0/+33
2020-02-28serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko4-5/+6
2020-02-01serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner1-1/+1
2019-12-13Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam1-288/+4
2019-12-13serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko1-5/+3
2019-12-13serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich1-1/+1
2019-10-158250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King1-4/+4
2019-10-07serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford1-2/+3
2019-09-04serial: 8250_pci: Implement MSI(-X) supportRalf Ramsauer1-1/+26
2019-09-04serial: 8250_pci: Add F81504A series SupportJi-Ze Hong (Peter Hong)1-0/+121
2019-09-04serial: 8250_pci: Merge 8250_moxa to 8250_pciKai-Heng Feng4-180/+99
2019-09-04serial: 8250_pci: Add support for Sunix serial boardsKai-Heng Feng2-17/+84
2019-09-04serial: 8250_lpss: Enable HS UART on Elkhart LakeAndy Shevchenko1-0/+18
2019-09-04serial: 8250_lpss: Get rid of custom LPSS_DEVICE() macroAndy Shevchenko1-10/+8
2019-09-04serial: 8250_lpss: register DMA IRQ and pool with instance IDAndy Shevchenko1-0/+1
2019-09-04serial: 8250_lpss: add fractional divisor supportAndy Shevchenko1-5/+2
2019-09-04serial: 8250_lpss: switch to use 8250_dwlib libraryAndy Shevchenko2-9/+14
2019-09-04serial: 8250_dw: switch to use 8250_dwlib libraryAndy Shevchenko2-135/+28
2019-09-04serial: 8250_dw: split Synopsys DesignWare 8250 common functionsAndy Shevchenko4-0/+149
2019-09-04serial: 8250_dw: use pointer to uart local variableAndy Shevchenko1-4/+4