summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2020-11-10serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang
2020-10-01serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra
2020-10-01serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi
2020-10-01serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra
2020-09-23serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich
2020-09-03serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky
2020-09-03serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn
2020-07-29serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin
2020-07-29serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang
2020-07-29serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell
2020-06-24serial: 8250: Fix max baud limit in generic 8250 portSerge Semin
2020-06-22serial: 8250: Avoid error message on reprobeLukas Wunner
2020-06-22serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng
2020-03-12serial: 8250_exar: add support for ACCES cardsJay Dolan
2020-02-28serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko
2020-02-01serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner
2019-12-13Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam
2019-12-13serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko
2019-12-13serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich
2019-10-158250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King
2019-10-07serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford
2019-09-04serial: 8250_pci: Implement MSI(-X) supportRalf Ramsauer
2019-09-04serial: 8250_pci: Add F81504A series SupportJi-Ze Hong (Peter Hong)
2019-09-04serial: 8250_pci: Merge 8250_moxa to 8250_pciKai-Heng Feng
2019-09-04serial: 8250_pci: Add support for Sunix serial boardsKai-Heng Feng
2019-09-04serial: 8250_lpss: Enable HS UART on Elkhart LakeAndy Shevchenko
2019-09-04serial: 8250_lpss: Get rid of custom LPSS_DEVICE() macroAndy Shevchenko
2019-09-04serial: 8250_lpss: register DMA IRQ and pool with instance IDAndy Shevchenko
2019-09-04serial: 8250_lpss: add fractional divisor supportAndy Shevchenko
2019-09-04serial: 8250_lpss: switch to use 8250_dwlib libraryAndy Shevchenko
2019-09-04serial: 8250_dw: switch to use 8250_dwlib libraryAndy Shevchenko
2019-09-04serial: 8250_dw: split Synopsys DesignWare 8250 common functionsAndy Shevchenko
2019-09-04serial: 8250_dw: use pointer to uart local variableAndy Shevchenko
2019-09-04serial: 8250_dw: Use a unified new dev variable in removeAndy 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: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf
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-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-09-04serial: 8250_pnp: Move to struct dev_pm_opsAndy Shevchenko
2019-09-04serial/8250: Add support for NI-Serial PXI/PXIe+485 devicesJe Yen Tam
2019-09-048250_lpss: check null return when calling pci_ioremap_barNavid Emamdoost
2019-09-04serial: 8250_exar: Use struct_size() helperAndy Shevchenko
2019-09-04serial: 8250: Use dev_get_drvdata where possibleChuhong Yuan
2019-09-04serial: 8250_omap: Fix idling for unloaded serdev driversTony Lindgren
2019-07-03serial: 8250: 8250_core: Fix missing unlock on error in serial8250_register_8...Wei Yongjun