summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dw.c
Commit message (Expand)AuthorAgeFilesLines
...
* serial: 8250_dw: support ACPI platforms with integrated DMA engineHeikki Krogerus2015-06-011-1/+18
* serial: 8250_dw: only get the clock rate in one placeHeikki Krogerus2015-03-261-17/+13
* serial: 8250_dw: remove useless ACPI ID checkHeikki Krogerus2015-03-261-5/+0
* serial: 8250_dw: add support for AMD SOC CarrizoKen Xue2015-03-261-0/+1
* serial: 8250: remove the redundant includeWang Long2015-03-261-1/+0
* serial: 8250_dw: fix 'cts-override'Dmitry Torokhov2015-03-231-3/+3
* Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman2015-03-231-3/+12
|\
| * serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley2015-03-111-3/+12
* | Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman2015-03-091-4/+11
|\ \ | |/ |/|
| * serial/8250_dw: use platform_get_irq() instead of platform_get_resource()Alexey Brodkin2015-03-071-4/+10
| * serial: 8250_dw: Add missing MODULE_ALIAS() for module autoloading supportMika Westerberg2015-03-071-0/+1
* | serial: 8250_dw: Fix get_mctrl behaviourDesmond Liu2015-03-071-0/+32
|/
* serial: 8250: add support for ACPI-probed serial port for X-Gene platformFeng Kan2015-01-091-0/+11
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\ \
| * | tty: serial: 8250: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |/
* | serial: 8250_dw: Use 64-bit access for OCTEON.David Daney2014-11-251-14/+41
* | serial: 8250_dw: get index of serial line from DT aliasesJulien CHAUVEAU2014-11-061-0/+6
* | serial: 8250_dw: Add DMA support for non-ACPI platformsRay Jui2014-11-051-0/+8
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-181-6/+1
|\
| * serial: 8250: don't use slave_id of dma_slave_configAndy Shevchenko2014-09-111-6/+1
* | 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