summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko2014-07-184-47/+27Star
* serial: 8250_dw: add ability to handle the peripheral clockHeiko Stübner2014-07-111-3/+28
* serial: 8250_dw: use UPF_* constants when define flagsAndy Shevchenko2014-07-111-1/+1
* serial: 8250_dw: clock rate handling for all ACPI platformsHeikki Krogerus2014-07-111-75/+28Star
* tty/serial: fix 8250 early console option passing to regular consoleRob Herring2014-06-191-1/+4
* serial: Fix IGNBRK handlingPeter Hurley2014-06-191-1/+1
* Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-036-139/+133Star
|\
| * serial: 8250_dma: check the result of TX buffer mappingHeikki Krogerus2014-05-281-5/+12
| * serial: uart: add hw flow control support configurationMurali Karicheri2014-05-281-2/+4
| * serial: Add support for Advantech PCM-3614I/PCM-3618I serial expansion cardsThomee Wright2014-05-281-0/+9
| * parport: Add support for the WCH353 1S/1P multi-IO cardEzequiel Garcia2014-05-281-0/+10
| * tty/serial: add back missing setup_early_serial8250_consoleRob Herring2014-05-041-0/+10
| * Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman2014-04-282-3/+8
| |\
| * | tty/serial: convert 8250 to generic earlyconRob Herring2014-04-252-123/+16Star
| * | x86: move FIX_EARLYCON_MEM kconfig into x86Rob Herring2014-04-251-5/+0Star
| * | serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson2014-04-251-5/+0Star
| * | 8250_dw: Support all baudrates on baytrailLoic Poulain2014-04-251-4/+77
* | | tty: serial: 8250_core.c Bug fix for Exar chips.Michael Welling2014-05-041-1/+1
| |/ |/|
* | serial: 8250: Fix thread unsafe __dma_tx_complete functionLoic Poulain2014-04-251-2/+7
* | 8250_core: Fix unwanted TX chars writeLoic Poulain2014-04-251-1/+1
|/
* serial: 8250: Clean up the locking for -rtIngo Molnar2014-03-091-10/+5Star
* serial: 8250_pci: change BayTrail default uartclkAaron Sierra2014-03-091-3/+7
* serial: 8250_pci: more BayTrail error-free baudsAaron Sierra2014-03-091-8/+29
* drivers/tty/serial: deal with 8250_core.c uninitialized warning for goodPaul Gortmaker2014-03-011-0/+4
* serial: 8250: Support XR17V35x fraction divisorJoe Schultz2014-02-131-0/+18
* serial: 8250_pci: unbreak last serial ports on NetMos 9865 cardsDmitry Eremin-Solenikov2014-02-131-1/+2
* serial: 8250_dw: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg2014-02-131-2/+2
* serial: 8250: enable UART_BUG_NOMSR for TegraStephen Warren2014-01-081-0/+4
* tty: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-085-5/+0Star
* Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman2013-12-241-2/+6
|\
| * serial: 8250_dw: add new ACPI IDsMika Westerberg2013-12-171-0/+2
| * serial: 8250_dw: Fix LCR workaround regressionJames Hogan2013-12-171-2/+4
* | 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-091-8/+0Star
|/
* 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-201-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-041-9/+32
* serial: 8250_pci: clean up printk() callsGreg Kroah-Hartman2013-10-011-21/+19Star
* serial: 8250_dw: fix broken function callHeikki Krogerus2013-09-281-1/+2
* serial: 8250_pci: add support for Intel BayTrailHeikki Krogerus2013-09-281-0/+145
* serial: 8250_pci: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-271-2/+0Star
* 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-201-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-041-2/+1Star
|\