summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
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
2020-02-12serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko
2020-02-10serial: 8250_early: Add earlycon for BCM2835 aux uartMatthias Brugger
2020-02-10serial: 8250_tegra: Create Tegra specific 8250 driverJeff Brasen
2020-02-08Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-22serial: 8250_bcm2835aux: Document struct bcm2835aux_dataLukas Wunner
2020-01-22serial: 8250_bcm2835aux: Use generic remapping codeLukas Wunner
2020-01-22serial: 8250_bcm2835aux: Allocate uart_8250_port on stackLukas Wunner
2020-01-22serial: 8250_bcm2835aux: Suppress register_port error on -EPROBE_DEFERLukas Wunner
2020-01-22serial: 8250_bcm2835aux: Suppress clk_get error on -EPROBE_DEFERPhil Elwell
2020-01-22serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner
2020-01-14tty/serial: 8250_exar: use true,false for bool variableZheng Bin
2020-01-14serial: 8250: Support disabling mdelay-filled probes of 16550A variantsJosh Triplett
2020-01-09mfd: ioc3: Add driver for SGI IOC3 chipThomas Bogendoerfer
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-18tty/serial: Migrate 8250_port to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate 8250_omap to use has_sysrqDmitry Safonov
2019-12-18tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov
2019-12-17tty/serial: Migrate aspeed_vuart to use has_sysrqDmitry Safonov
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas
2019-11-27Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam
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