summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2019-11-20tty: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-04serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich
2019-11-04serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko
2019-10-27Merge 5.4-rc5 into tty-nextGreg Kroah-Hartman
2019-10-158250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King
2019-10-15serial: 8250_exar: Move Exar pieces to custom ->startup()Andy Shevchenko
2019-10-14Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman
2019-10-07serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford
2019-10-04drivers/tty/serial/8250: Make Aspeed VUART SIRQ polarity configurableOskar Senft
2019-10-04serial: 8250_dw: Use devm_clk_get_optional() to get the input clockAndy Shevchenko
2019-10-04serial: 8250_lpss: Switch over to MSI interruptsFelipe Balbi
2019-10-04tty: 8250_of: Use software emulated RS485 direction controlHeiko Schocher
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
2019-06-21Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta
2019-06-21tty/serial/8250: use mctrl_gpio helpersYegor Yefremov
2019-06-18serial: 8250: pericom_do_set_divisor can be statickbuild test robot
2019-06-18serial: 8250: Add MSR/MCR TIOCM conversion wrapper functionsStefan Roese
2019-06-18serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko
2019-06-18serial: 8250: Add support for higher baud rates to Pericom chipsJay Dolan
2019-06-10serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT
2019-06-10tty: serial: 8250-of: Do not warn on deferred probeThierry Reding
2019-06-10uart: mediatek: support Rx in-band wakeupClaire Chang