aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
...
| * serial: 8250: Optimize irq enable after console writeLukas Wunner2020-03-271-1/+2
| * serial: 8250: Fix rs485 delay after console writeLukas Wunner2020-03-271-1/+1
| * serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCsVignesh Raghavendra2020-03-241-12/+86
| * serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMAVignesh Raghavendra2020-03-241-1/+1
| * serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger infoVignesh Raghavendra2020-03-241-21/+61
| * serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()Peter Ujfalusi2020-03-241-10/+5
| * serial: 8250: 8250_omap: Account for data in flight during DMA teardownVignesh Raghavendra2020-03-241-4/+23
| * serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra2020-03-241-2/+4
| * serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi2020-03-241-1/+1
| * serial: 8250: 8250_omap: Fix throttle to call stop_rx()Vignesh Raghavendra2020-03-241-3/+2
| * serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra2020-03-241-1/+15
| * serial: 8250_port: Disable DMA operations for kernel consoleAndy Shevchenko2020-03-171-3/+8
| * serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko2020-03-172-4/+29
| * Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman2020-03-101-0/+33
| |\
| * | serial: 8250: Support console on software emulated rs485 portsLukas Wunner2020-03-071-0/+13
| * | serial: 8250_bcm2835aux: Support rs485 software emulationLukas Wunner2020-03-071-2/+60
| * | serial: 8250: Generalize rs485 software emulationLukas Wunner2020-03-075-31/+64
| * | serial: 8250: Deduplicate rs485 active_timer assignmentLukas Wunner2020-03-071-2/+1
| * | serial: 8250: Sanitize rs485 config harderLukas Wunner2020-03-071-0/+8
| * | serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner2020-03-074-65/+42
| * | serial: 8250: Support rs485 devicetree propertiesLukas Wunner2020-03-072-1/+6
| * | serial: 8250: Don't touch RTS modem control while in rs485 modeLukas Wunner2020-03-071-0/+7
| * | tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar2020-03-072-2/+2
| * | serial: 8250_lpss: Add ->setup() for Elkhart Lake portsAndy Shevchenko2020-03-061-0/+6
| * | serial: 8250-mtk: modify mtk uart power and clock managementChangqi Hu2020-03-061-18/+32
| * | Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman2020-02-244-5/+6
| |\ \
| * | | serial: 8250_port: Use dev_*() instead of pr_*()Andy Shevchenko2020-02-191-10/+7
| * | | serial: 8250_port: Switch to use DEVICE_ATTR_RW()Andy Shevchenko2020-02-191-8/+6
| * | | serial: 8250_pxa: avoid autodetecting the port typeLubomir Rintel2020-02-191-1/+1
| * | | serial: 8250_pci: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-131-1/+1
| * | | tty/serial: 8250_exar: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
| * | | serial: 8250_early: Add earlycon for BCM2835 aux uartMatthias Brugger2020-02-101-0/+18
| * | | serial: 8250_tegra: Create Tegra specific 8250 driverJeff Brasen2020-02-104-28/+208
* | | | Merge branch 'pm-qos'Rafael J. Wysocki2020-03-301-7/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-4/+3
| * | | PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki2020-02-131-3/+3
| |/ /
* | / serial: 8250_exar: add support for ACCES cardsJay Dolan2020-03-051-0/+33
| |/ |/|
* | serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko2020-02-124-5/+6
|/
* Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds2020-02-081-1/+1
* Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-01-313-0/+110
|\
| * mfd: ioc3: Add driver for SGI IOC3 chipThomas Bogendoerfer2020-01-093-0/+110
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-299-44/+49
|\ \
| * | serial: 8250_bcm2835aux: Document struct bcm2835aux_dataLukas Wunner2020-01-221-0/+5
| * | serial: 8250_bcm2835aux: Use generic remapping codeLukas Wunner2020-01-221-5/+3
| * | serial: 8250_bcm2835aux: Allocate uart_8250_port on stackLukas Wunner2020-01-221-18/+15
| * | serial: 8250_bcm2835aux: Suppress register_port error on -EPROBE_DEFERLukas Wunner2020-01-221-2/+3
| * | serial: 8250_bcm2835aux: Suppress clk_get error on -EPROBE_DEFERPhil Elwell2020-01-221-1/+2
| * | serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner2020-01-221-1/+1
| * | tty/serial: 8250_exar: use true,false for bool variableZheng Bin2020-01-141-3/+3
| * | serial: 8250: Support disabling mdelay-filled probes of 16550A variantsJosh Triplett2020-01-142-0/+13