aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial/8250 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-02serial: 8250_early: Support kgdboc_earlyconDouglas Anderson1-0/+23
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds15-227/+714
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki1-7/+6
2020-03-27serial: 8250: Optimize irq enable after console writeLukas Wunner1-1/+2
2020-03-27serial: 8250: Fix rs485 delay after console writeLukas Wunner1-1/+1
2020-03-24serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCsVignesh Raghavendra1-12/+86
2020-03-24serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMAVignesh Raghavendra1-1/+1
2020-03-24serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger infoVignesh Raghavendra1-21/+61
2020-03-24serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()Peter Ujfalusi1-10/+5
2020-03-24serial: 8250: 8250_omap: Account for data in flight during DMA teardownVignesh Raghavendra1-4/+23
2020-03-24serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra1-2/+4
2020-03-24serial: 8250_omap: Fix sleeping function called from invalid context during probePeter Ujfalusi1-1/+1
2020-03-24serial: 8250: 8250_omap: Fix throttle to call stop_rx()Vignesh Raghavendra1-3/+2
2020-03-24serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra1-1/+15
2020-03-17serial: 8250_port: Disable DMA operations for kernel consoleAndy Shevchenko1-3/+8
2020-03-17serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko2-4/+29
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman1-0/+33
2020-03-07serial: 8250: Support console on software emulated rs485 portsLukas Wunner1-0/+13
2020-03-07serial: 8250_bcm2835aux: Support rs485 software emulationLukas Wunner1-2/+60
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner5-31/+64
2020-03-07serial: 8250: Deduplicate rs485 active_timer assignmentLukas Wunner1-2/+1
2020-03-07serial: 8250: Sanitize rs485 config harderLukas Wunner1-0/+8
2020-03-07serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner4-65/+42
2020-03-07serial: 8250: Support rs485 devicetree propertiesLukas Wunner2-1/+6
2020-03-07serial: 8250: Don't touch RTS modem control while in rs485 modeLukas Wunner1-0/+7
2020-03-07tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2020-03-06serial: 8250_lpss: Add ->setup() for Elkhart Lake portsAndy Shevchenko1-0/+6
2020-03-06serial: 8250-mtk: modify mtk uart power and clock managementChangqi Hu1-18/+32
2020-03-05serial: 8250_exar: add support for ACCES cardsJay Dolan1-0/+33
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman4-5/+6
2020-02-19serial: 8250_port: Use dev_*() instead of pr_*()Andy Shevchenko1-10/+7
2020-02-19serial: 8250_port: Switch to use DEVICE_ATTR_RW()Andy Shevchenko1-8/+6
2020-02-19serial: 8250_pxa: avoid autodetecting the port typeLubomir Rintel1-1/+1
2020-02-14drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-4/+3
2020-02-13serial: 8250_pci: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-13PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki1-3/+3
2020-02-12tty/serial: 8250_exar: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko4-5/+6
2020-02-10serial: 8250_early: Add earlycon for BCM2835 aux uartMatthias Brugger1-0/+18
2020-02-10serial: 8250_tegra: Create Tegra specific 8250 driverJeff Brasen4-28/+208
2020-02-08Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds1-1/+1
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-0/+110
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds9-44/+49
2020-01-22serial: 8250_bcm2835aux: Document struct bcm2835aux_dataLukas Wunner1-0/+5
2020-01-22serial: 8250_bcm2835aux: Use generic remapping codeLukas Wunner1-5/+3
2020-01-22serial: 8250_bcm2835aux: Allocate uart_8250_port on stackLukas Wunner1-18/+15
2020-01-22serial: 8250_bcm2835aux: Suppress register_port error on -EPROBE_DEFERLukas Wunner1-2/+3
2020-01-22serial: 8250_bcm2835aux: Suppress clk_get error on -EPROBE_DEFERPhil Elwell1-1/+2
2020-01-22serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner1-1/+1
2020-01-14tty/serial: 8250_exar: use true,false for bool variableZheng Bin1-3/+3