summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorLines
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-5/+168
2017-07-03serial: exar: Add support for IOT2040 deviceJan Kiszka-1/+128
2017-07-03gpio-exar/8250-exar: Make set of exported GPIOs configurableJan Kiszka-3/+12
2017-07-03serial: exar: Factor out platform hooksJan Kiszka-5/+27
2017-07-03gpio-exar/8250-exar: Rearrange gpiochip parenthoodJan Kiszka-0/+2
2017-07-03gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsJan Kiszka-1/+3
2017-06-29serial: 8250: 8250_omap: Fix race b/w dma completion and RX timeoutVignesh R-2/+21
2017-06-29serial: 8250: Fix THRE flag usage for CAP_MINIPhil Elwell-0/+4
2017-06-20gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka-1/+2
2017-06-20serial: Delete dead code for CIR serial portsMatthias Brugger-17/+6
2017-06-09serial: exar: Leave MPIOs as output for Commtech adaptersJan Kiszka-4/+11
2017-06-03serial: 8250_of: Add reset supportJoel Stanley-0/+10
2017-05-29Merge 4.12-rc3 into tty-nextGreg Kroah-Hartman-10/+11
2017-05-24serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell-1/+10
2017-05-18serial: exar: Fix stuck MSIsJan Kiszka-9/+10
2017-05-18drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel-1/+1
2017-05-18serial: exar: Preconfigure xr17v35x MPIOs as outputJan Kiszka-2/+2
2017-05-18drivers/serial: Add driver for Aspeed virtual UARTJeremy Kerr-0/+334
2017-05-18serial: 8250: Add flag so drivers can avoid THRE probeJoel Stanley-1/+1
2017-05-18serial: 8250_exar: Remove duplicate assignmentAndy Shevchenko-1/+0
2017-05-18serial: 8250: omap: Disable DMA for console UARTVignesh R-0/+4
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2017-04-20Annotate hardware config module parameters in drivers/tty/David Howells-2/+2
2017-04-18serial: 8250_early: Add earlycon support for Palmchip UARTMarc Gonzalez-2/+26
2017-04-03Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman-2/+6
2017-03-31serial: 8250_EXAR: fix duplicate Kconfig text and add missing help textPaul Gortmaker-2/+6
2017-03-31serial: 8250: 8250_core: Fix irq name for 8250 serial IRQVignesh R-1/+1
2017-03-31serial: 8250_lpss: Unconditionally set PCI master for QuarkJan Kiszka-1/+2
2017-03-29Merge 4.11-rc4 into tty-nextGreg Kroah-Hartman-2/+7
2017-03-17serial: 8250_dw: simplify optional reset handlingPhilipp Zabel-8/+5
2017-03-17serial: 8250_fintek: Enable high speed mode on Fintek F81866Lukas Redlinger-5/+38
2017-03-14serial: 8250: 8250_core: Use dev_name() during request_irq()Vignesh R-1/+1
2017-03-14serial: 8250_exar: Fix spelling of "driver"Andy Shevchenko-1/+1
2017-03-14serial: 8250_dw: Fix breakage when HAVE_CLK=nJames Hogan-0/+2
2017-03-14serial: 8250_dw: Honor clk_round_rate errors in dw8250_set_termiosHeiko Stuebner-2/+5
2017-02-10serial: exar: Enable MSI supportJan Kiszka-1/+7
2017-02-10serial: exar: Move register defines from uapi header to consumer siteJan Kiszka-0/+19
2017-02-10serial: pci: Remove unused pci_boards entriesJan Kiszka-22/+0
2017-02-10serial: exar: Move Commtech adapters to 8250_exar as wellJan Kiszka-143/+79
2017-02-10serial: exar: Fix initialization of EXAR registers for ports > 0Jan Kiszka-13/+9
2017-02-10serial: exar: Fix mapping of port I/O resourcesJan Kiszka-0/+3
2017-02-10serial: 8250_dw: Avoid "too much work" from bogus rx timeout interruptDouglas Anderson-0/+23
2017-02-09serial: 8250_pci: make pciserial_detach_ports() staticWei Yongjun-1/+1
2017-02-06serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott-0/+13
2017-02-03serial: 8250_pci: remove exar codeSudip Mukherjee-333/+4
2017-02-03serial: exar: split out the exar code from 8250_pciSudip Mukherjee-0/+401
2017-01-278250: of: remove remnants of generic of_serial driverArnd Bergmann-69/+24
2017-01-25serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren-1/+7
2017-01-25serial: hp300: mask the warning for people just doing build coveragePaul Gortmaker-1/+1
2017-01-20serial: 8250_omap: Remove rx_dma_broken flagVignesh R-5/+0