summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2017-01-278250: of: remove remnants of generic of_serial driverArnd Bergmann1-69/+24
2017-01-25serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren1-1/+7
2017-01-25serial: hp300: mask the warning for people just doing build coveragePaul Gortmaker1-1/+1
2017-01-20serial: 8250_omap: Remove rx_dma_broken flagVignesh R1-5/+0
2017-01-20serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437xVignesh R1-6/+3
2017-01-20serial: 8250_omap: pause DMA only if DMA transfer in progressVignesh R1-4/+7
2017-01-19tty: serial: 8250: 8250_gsc:- Handle return NULL error from ioremap_nocacheArvind Yadav1-0/+4
2017-01-19serial: 8250_mid: set PCI master only for DMA capable deviceAndy Shevchenko1-2/+2
2017-01-19serial: 8250_mid: enable MSI on DenvertonAndy Shevchenko1-1/+7
2017-01-19serial: 8250_mid: handle interrupt correctly in DMA caseAndy Shevchenko1-0/+33
2017-01-19serial: 8250_dw: Allow hardware flow control to be usedJason Uy1-3/+2
2017-01-16Merge 4.10-rc4 into tty-nextGreg Kroah-Hartman3-9/+7
2017-01-12serial: 8250: Add new port type for TI DA8xx/66AK2xDavid Lechner2-0/+23
2017-01-12serial: 8250_mid: make option visibleJean Delvare1-1/+1
2017-01-12serial: 8250_lpss: make option visibleJean Delvare1-1/+1
2017-01-12serial: 8250_pci: make option visibleJean Delvare1-1/+1
2017-01-12serial: 8250_port: Remove dangerous pr_debug()Alexey Brodkin1-4/+0
2017-01-12serial: 8250_lpss: avoid potential kernel crash when removeAndy Shevchenko1-2/+2
2017-01-12serial: 8250: moxa: Store num_ports in brdMatwey V. Kornilov1-0/+1
2017-01-12serial: 8250_fintek: Add resource check for Fintek F81504/508/512Ji-Ze Hong (Peter Hong)1-4/+9
2017-01-11Revert "tty: serial: 8250: add CON_CONSDEV to flags"Herbert Xu1-1/+1
2017-01-11Clearing FIFOs in RS485 emulation mode causes subsequent transmits to breakDaniel Jedrychowski1-1/+1
2017-01-118250_pci: Fix potential use-after-free in error pathGabriel Krisman Bertazi1-7/+5
2016-12-15Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2016-11-30serial: 8250_mid fix calltrace when hotplug 8250 serial controllerLiwei Song1-2/+2
2016-11-30dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev1-1/+1
2016-11-29serial: 8250_pci: Detach low-level driver during PCI error recoveryGabriel Krisman Bertazi1-4/+19
2016-11-16serial: 8250_dw: Add support for IrDA SIR modeEd Blake1-0/+22
2016-11-16serial: 8250: Expose set_ldisc functionEd Blake2-2/+13
2016-11-16serial: 8250: Add IrDA to UART capabilitiesEd Blake2-2/+3
2016-11-16serial: 8250_dma: power off device after TX is doneAndy Shevchenko1-2/+7
2016-11-16serial: 8250_port: export serial8250_rpm_{get|put}_tx()Andy Shevchenko2-2/+9
2016-11-10serial: pxa2xx: mark PM functions as __maybe_unusedArnd Bergmann1-4/+2
2016-11-108250: FIX Fourth port offset of Pericom PI7C9X7954 boardsAngelo Butti1-0/+34
2016-11-10serial: 8250_pxa: hide early console setup when disabledArnd Bergmann1-0/+2
2016-11-10serial: 8250_uniphier: avoid locking for FCR register writeMasahiro Yamada1-2/+2
2016-11-10serial: 8250_uniphier: hardcode regshift to avoid unneeded memory readMasahiro Yamada1-18/+24
2016-10-30Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman3-4/+5
2016-10-27tty: serial: 8250: 8250_core: NXP SC16C2552 workaroundSteve Shih1-1/+2
2016-10-27serial: 8250_fintek: Add F81865 SupportJi-Ze Hong (Peter Hong)1-0/+6
2016-10-27serial: 8250_fintek: Add F81866 SupportJi-Ze Hong (Peter Hong)1-6/+68
2016-10-27serial: 8250_fintek: Add F81216 SupportJi-Ze Hong (Peter Hong)1-2/+24
2016-10-27serial: 8250_fintek: Set maximum FIFO of F81216HJi-Ze Hong (Peter Hong)1-3/+26
2016-10-27serial: 8250_fintek: Set IRQ Mode when port probedJi-Ze Hong (Peter Hong)1-23/+22
2016-10-27serial: 8250_fintek: Refactoring read/write methodJi-Ze Hong (Peter Hong)1-35/+38
2016-10-27serial: 8250: pxa: add devicetree earlyconsoleRobert Jarzmik2-2/+13
2016-10-27serial: 8250_lpss: get IRQ via pci_irq_vector()Andy Shevchenko1-1/+1
2016-10-27serial: 8250_lpss: Try to enable Memory-Write-InvalidateAndy Shevchenko1-0/+1
2016-10-27serial: 8250_lpss: set PCI master only for private DMAAndy Shevchenko1-2/+2
2016-10-27serial: 8250_lpss: enable MSI for sureAndy Shevchenko1-1/+1