summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-02serial: 8250_early: Support kgdboc_earlyconDouglas Anderson
2020-05-29serial: 8250_fintek: Add F81966 SupportJi-Ze Hong (Peter Hong)
2020-05-29serial: 8250: Support rs485 bus termination GPIOLukas Wunner
2020-05-29serial: 8520_port: Fix function param documentationHeiko Stuebner
2020-05-27serial: 8250: Enable 16550A variants by default on non-x86Josh Triplett
2020-05-15serial: 8250: Fix max baud limit in generic 8250 portSerge Semin
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner
2020-05-15serial: 8250: Avoid error message on reprobeLukas Wunner
2020-05-15serial: 8250_exar: Make use of PCI_DEVICE_DATA() macroAndy Shevchenko
2020-05-08serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng
2020-04-16drivers/tty: remove redundant assignment to variable i and rename it to retColin Ian King
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki
2020-03-27serial: 8250: Optimize irq enable after console writeLukas Wunner
2020-03-27serial: 8250: Fix rs485 delay after console writeLukas Wunner
2020-03-24serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCsVignesh Raghavendra
2020-03-24serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMAVignesh Raghavendra
2020-03-24serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger infoVignesh Raghavendra
2020-03-24serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()Peter Ujfalusi
2020-03-24serial: 8250: 8250_omap: Account for data in flight during DMA teardownVignesh Raghavendra
2020-03-24serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra
2020-03-24serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi
2020-03-24serial: 8250: 8250_omap: Fix throttle to call stop_rx()Vignesh Raghavendra
2020-03-24serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra
2020-03-17serial: 8250_port: Disable DMA operations for kernel consoleAndy Shevchenko
2020-03-17serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman
2020-03-07serial: 8250: Support console on software emulated rs485 portsLukas Wunner
2020-03-07serial: 8250_bcm2835aux: Support rs485 software emulationLukas Wunner
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner
2020-03-07serial: 8250: Deduplicate rs485 active_timer assignmentLukas Wunner
2020-03-07serial: 8250: Sanitize rs485 config harderLukas Wunner
2020-03-07serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner
2020-03-07serial: 8250: Support rs485 devicetree propertiesLukas Wunner
2020-03-07serial: 8250: Don't touch RTS modem control while in rs485 modeLukas Wunner
2020-03-07tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-03-06serial: 8250_lpss: Add ->setup() for Elkhart Lake portsAndy Shevchenko
2020-03-06serial: 8250-mtk: modify mtk uart power and clock managementChangqi Hu
2020-03-05serial: 8250_exar: add support for ACCES cardsJay Dolan
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman
2020-02-19serial: 8250_port: Use dev_*() instead of pr_*()Andy Shevchenko
2020-02-19serial: 8250_port: Switch to use DEVICE_ATTR_RW()Andy Shevchenko
2020-02-19serial: 8250_pxa: avoid autodetecting the port typeLubomir Rintel
2020-02-14drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki
2020-02-13serial: 8250_pci: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-13PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki
2020-02-12tty/serial: 8250_exar: Replace zero-length array with flexible-array memberGustavo A. R. Silva