summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dw.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_dw: Add ACPI ID for Intel BraswellAlan Cox2014-09-081-0/+1
* serial: 8250_dw: Add support for deferred probingChen-Yu Tsai2014-07-271-7/+34
* serial: 8250_dw: Add optional reset control supportChen-Yu Tsai2014-07-271-0/+9
* serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko2014-07-171-3/+5
* serial: 8250_dw: add ability to handle the peripheral clockHeiko Stübner2014-07-101-3/+28
* serial: 8250_dw: use UPF_* constants when define flagsAndy Shevchenko2014-07-101-1/+1
* serial: 8250_dw: clock rate handling for all ACPI platformsHeikki Krogerus2014-07-101-75/+28
* 8250_dw: Support all baudrates on baytrailLoic Poulain2014-04-241-4/+77
* serial: 8250_dw: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg2014-02-131-2/+2
* tty: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0
* 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-161-2/+4
* | serial: 8250_dw: remove ACPI ifdefHeikki Krogerus2013-12-081-8/+0
|/
* serial: 8250_dw: Improve unwritable LCR workaroundTim Kryger2013-10-031-9/+32
* serial: 8250_dw: fix broken function callHeikki Krogerus2013-09-271-1/+2
* 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_dw: Report CTS asserted for auto flowTim Kryger2013-08-191-8/+26
* tty/8250_dw: Add support for OCTEON UARTS.David Daney2013-07-011-39/+69
* 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
* 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_dw: add support for clk apiEmilio López2013-03-281-9/+24
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-251-1/+1
|\
| * tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handlerMaxime Ripard2013-01-151-1/+1
* | serial: 8250_dw: Set maxburst sizeHeikki Krogerus2013-01-161-2/+4
* | serial: 8250_dw: Use ifdef with ACPIHeikki Krogerus2013-01-161-0/+7
* | serial: 8250_dw: Enable DMA support with ACPIHeikki Krogerus2013-01-151-0/+65
* | serial: 8250_dw: Add ACPI 5.0 supportHeikki Krogerus2013-01-151-0/+41
* | serial: 8250_dw: Set FIFO size dynamicallyHeikki Krogerus2013-01-151-4/+53
* | serial: 8250_dw: Move device tree code to separate functionHeikki Krogerus2013-01-151-31/+47
* | serial: 8250_dw: Map IO memoryHeikki Krogerus2013-01-151-2/+5
* | serial: 8250_dw: Don't use UPF_FIXED_TYPEHeikki Krogerus2013-01-151-1/+1
|/
* tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-1/+1
* tty: serial: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* tty: serial: 8250_dw: Implement suspend/resumeJames Hogan2012-10-241-0/+25
* 8250: three way resolve of the 8250 diffsAlan Cox2012-07-171-1/+1
* 8250: use the 8250 register interface not the legacy oneAlan Cox2012-07-121-19/+19
* serial: group all the 8250 related code togetherPaul Gortmaker2012-01-241-0/+184
OpenPOWER on IntegriCloud