summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2014-10-05serial: 8250_dma: check the result of TX buffer mappingHeikki Krogerus1-5/+12
2014-07-09serial: 8250_dw: Fix LCR workaround regressionJames Hogan1-2/+4
2014-07-09serial: 8250_dw: Improve unwritable LCR workaroundTim Kryger1-10/+32
2014-07-09serial: 8250_dw: Report CTS asserted for auto flowTim Kryger1-8/+26
2014-06-078250_core: Fix unwanted TX chars writeLoic Poulain1-1/+1
2014-06-07serial: 8250: Fix thread unsafe __dma_tx_complete functionLoic Poulain1-2/+7
2014-05-13tty: serial: 8250_core.c Bug fix for Exar chips.Michael Welling1-1/+1
2014-02-06serial: 8250: enable UART_BUG_NOMSR for TegraStephen Warren1-0/+4
2014-02-06serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chipJonathan Woithe1-2/+2
2014-02-06serial: add support for 200 v3 series Titan cardYegor Yefremov1-0/+4
2014-01-09serial: 8250_dw: add new ACPI IDsMika Westerberg1-0/+2
2013-08-11parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer1-2/+1
2013-07-13Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman1-4/+0
2013-06-18parisc: fix serial ports on C8000 workstationThomas Bogendoerfer1-1/+9
2013-06-03Revert "serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctly"Kyle McMartin1-7/+7
2013-05-21serial: 8250_dw: add ACPI ID for Intel BayTrailHeikki Krogerus1-0/+1
2013-05-20serial: 8250_dw: Add valid clk pointer checkEzequiel Garcia1-2/+4
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-130/+141
2013-04-14Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman1-7/+5
2013-04-14Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman1-7/+5
2013-04-12serial: 8250_dw: Fix the stub for dw8250_probe_acpi()Heikki Krogerus1-1/+1
2013-04-11serial: 8250_dw: Convert to devm_ioremap()Heikki Krogerus1-1/+2
2013-04-11serial: 8250_dw: Set port capabilities based on CPR registerHeikki Krogerus1-0/+4
2013-04-11serial: 8250_dw: Let ACPI code extract the DMA client infoHeikki Krogerus1-66/+9
2013-04-11serial: 8250_dw: Support clk framework also with ACPIHeikki Krogerus1-13/+5
2013-04-11serial: 8250_dw: Enable runtime PMHeikki Krogerus1-9/+52
2013-04-11serial: 8250_dma: Provide default slave configuration parametersHeikki Krogerus1-2/+8
2013-04-11serial: 8250_dma: Use dmaengine helpers to get the slave channelsHeikki Krogerus1-2/+6
2013-04-11serial: 8250_dma: Fix RX handlingHeikki Krogerus1-7/+16
2013-04-11serial: 8250_dma: TX cleanupHeikki Krogerus1-7/+4
2013-04-08Revert "tty/8250_pnp: serial port detection regression since v3.7"Sean Young1-7/+5
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman4-6/+38
2013-04-01Merge v3.9-rc5 into char-misc-nextGreg Kroah-Hartman4-6/+38
2013-03-28serial: 8250_dw: add support for clk apiEmilio López1-9/+24
2013-03-28serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctlyKarthik Manamcheri1-7/+7
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman3-16/+69
2013-03-25serial: 8250: remove a few lines of dead codePaul Bolle1-7/+0
2013-03-25TTY: 8250, deprecated 8250_core.* optionsJiri Slaby2-0/+19
2013-03-25TTY: 8250, revert module name changeJiri Slaby2-6/+6
2013-03-25serial: 8250: Allow probe drivers to ignore tx_loadszHeikki Krogerus1-0/+4
2013-03-15serial: 8250_pci: Add WCH CH352 quirk to avoid Xscale detectionWang YanQing1-0/+13
2013-03-15drivers/tty: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-13/+1
2013-03-12serial: 8250: Keep 8250.<xxxx> module options functional after driver renameJosh Boyer1-0/+29
2013-03-12tty/8250_pnp: serial port detection regression since v3.7Sean Young1-5/+7
2013-03-12serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 ...Wang YanQing1-0/+4
2013-03-12Fix 4 port and add support for 8 port 'Unknown' PCI serial port cardsScott Ashcroft1-10/+7
2013-03-12tty/serial: Add support for Altera serial portLey Foon Tan1-1/+22
2013-01-30serial: ralink: adds support for the serial core found on ralink wisocJohn Crispin2-3/+11
2013-01-30serial/8250: Add suport for later SUNIX (TIMEDIA) boards.Stephen Chivers1-0/+33
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman4-3/+53