summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* serial: add support for 200 v3 series Titan cardYegor Yefremov2013-12-191-0/+4
* serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chipJonathan Woithe2013-12-191-2/+2
* serial: 8250_dw: remove ACPI ifdefHeikki Krogerus2013-12-081-8/+0
* tty/serial/8250: fix typo in help textRandy Dunlap2013-11-251-1/+1
* serial: 8250_pci: add Pericom PCIe Serial board Support (12d8:7952/4/8) - Chi...Angelo Butti2013-10-191-0/+48
* serial: 8250_pci: add support for Fintek 4, 8, and 12 port cardsGreg Kroah-Hartman2013-10-171-0/+112
* serial8250-em: convert to clk_prepare/unprepareShinya Kuribayashi2013-10-161-3/+3
* serial: 8250_dw: Improve unwritable LCR workaroundTim Kryger2013-10-031-9/+32
* serial: 8250_pci: clean up printk() callsGreg Kroah-Hartman2013-09-301-21/+19
* serial: 8250_dw: fix broken function callHeikki Krogerus2013-09-271-1/+2
* serial: 8250_pci: add support for Intel BayTrailHeikki Krogerus2013-09-271-0/+145
* serial: 8250_pci: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-2/+0
* serial: 8250_dw: provide a filter for DMA channel detectionHeikki Krogerus2013-09-261-0/+14
* serial: 8250_dw: don't limit DMA support to ACPIHeikki Krogerus2013-09-261-10/+10
* serial: 8250: don't change the fifo trigger level when using dmaHeikki Krogerus2013-09-261-1/+1
* serial: 8250_dw: Report CTS asserted for auto flowTim Kryger2013-08-191-8/+26
* serial: 8250_early: fix comparison of different typesJingoo Han2013-08-121-1/+1
* Merge 3.11-rc4 into tty-nextGreg Kroah-Hartman2013-08-051-2/+1
|\
| * parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer2013-07-311-2/+1
* | serial: use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* | Merge 3.11-rc3 into tty-nextGreg Kroah-Hartman2013-07-291-1/+2
|\ \ | |/
| * tty/8250_early: Don't truncate last character of optionsHenrik Nordström2013-07-241-1/+2
* | serial8250-em: Convert to devm_* managed helpersLaurent Pinchart2013-07-261-19/+8
* | serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800Ian Abbott2013-07-261-2/+3
* | serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLDIan Abbott2013-07-261-2/+2
* | 8250_pci: improve code comments and Kconfig helpStefan Seyfried2013-07-262-0/+8
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-131-39/+69
|\
| * tty/8250_dw: Add support for OCTEON UARTS.David Daney2013-07-011-39/+69
* | Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman2013-06-301-4/+0
* | Merge 3.10-rc7 into tty-nextGreg Kroah-Hartman2013-06-241-1/+9
|\ \
| * | parisc: fix serial ports on C8000 workstationThomas Bogendoerfer2013-06-181-1/+9
| |/
* | Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman2013-06-081-7/+7
|\ \ | |/
| * Revert "serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctly"Kyle McMartin2013-06-031-7/+7
* | stallion: final cleanupPaul Bolle2013-06-031-3/+2
|/
* serial: 8250_dw: add ACPI ID for Intel BayTrailHeikki Krogerus2013-05-211-0/+1
* serial: 8250_dw: Add valid clk pointer checkEzequiel Garcia2013-05-201-2/+4
* Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-294-130/+141
|\
| * Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman2013-04-141-7/+5
| |\
| * | serial: 8250_dw: Fix the stub for dw8250_probe_acpi()Heikki Krogerus2013-04-121-1/+1
| * | serial: 8250_dw: Convert to devm_ioremap()Heikki Krogerus2013-04-111-1/+2
| * | serial: 8250_dw: Set port capabilities based on CPR registerHeikki Krogerus2013-04-111-0/+4
| * | serial: 8250_dw: Let ACPI code extract the DMA client infoHeikki Krogerus2013-04-111-66/+9
| * | serial: 8250_dw: Support clk framework also with ACPIHeikki Krogerus2013-04-111-13/+5
| * | serial: 8250_dw: Enable runtime PMHeikki Krogerus2013-04-111-9/+52
| * | serial: 8250_dma: Provide default slave configuration parametersHeikki Krogerus2013-04-111-2/+8
| * | serial: 8250_dma: Use dmaengine helpers to get the slave channelsHeikki Krogerus2013-04-111-2/+6
| * | serial: 8250_dma: Fix RX handlingHeikki Krogerus2013-04-111-7/+16
| * | serial: 8250_dma: TX cleanupHeikki Krogerus2013-04-111-7/+4
| * | Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-014-6/+38
| |\ \
| * | | serial: 8250_dw: add support for clk apiEmilio López2013-03-281-9/+24
OpenPOWER on IntegriCloud