summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw
AgeCommit message (Expand)AuthorLines
2019-08-21dmaengine: dw: platform: Split OF helpers to separate moduleAndy Shevchenko-113/+149
2019-08-21dmaengine: dw: platform: Split ACPI helpers to separate moduleAndy Shevchenko-53/+63
2019-08-21dmaengine: dw: platform: Move handle check to dw_dma_acpi_controller_register()Andy Shevchenko-4/+8
2019-08-21dmaengine: dw: platform: Switch to acpi_dma_controller_register()Andy Shevchenko-2/+12
2019-08-21dmaengine: dw: platform: Use devm_platform_ioremap_resource()Andy Shevchenko-3/+1
2019-08-21dmaengine: dw: platform: Enable iDMA 32-bit on Intel Elkhart LakeAndy Shevchenko-5/+11
2019-08-21dmaengine: dw: platform: Use struct dw_dma_chip_pdataAndy Shevchenko-11/+31
2019-08-21dmaengine: dw: Export struct dw_dma_chip_pdata for wider useAndy Shevchenko-44/+44
2019-08-20dmaengine: dw: Update Intel Elkhart Lake Service Engine acronymJarkko Nikula-1/+1
2019-06-25dmaengine: dw: Enable iDMA 32-bit on Intel Elkhart LakeAndy Shevchenko-0/+5
2019-06-25dmaengine: dw: Distinguish ->remove() between DW and iDMA 32-bitAndy Shevchenko-8/+20
2019-03-12Merge branch 'topic/dw' into for-linusVinod Koul-247/+419
2019-01-07dmaengine: dw: convert to SPDX identifiersAndy Shevchenko-20/+7
2019-01-07dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bitAndy Shevchenko-26/+47
2019-01-07dmaengine: dw: Reset DRAIN bit when resume the channelAndy Shevchenko-7/+25
2019-01-07dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko-179/+339
2019-01-07dmaengine: dw: Remove unused internal propertyAndy Shevchenko-10/+1
2019-01-07dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko-7/+1
2019-01-07dmaengine: dw: Add missed multi-block support for iDMA 32-bitAndy Shevchenko-0/+1
2019-01-07dmaengine: dw: drop useless LIST_HEADJulia Lawall-1/+0
2019-01-01Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-0/+12
2018-12-06dmaengine: dw: Fix FIFO size for Intel MerrifieldAndy Shevchenko-3/+3
2018-11-24dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter-0/+12
2018-10-24Merge branch 'topic/dw' into for-linusVinod Koul-0/+2
2018-10-07dmaengine: dw: remove dma_slave_config direction usageVinod Koul-5/+0
2018-08-29dmaengine: dw: Add alternative ACPI HIDs for Cherry Trail DMA controllersHans de Goede-0/+2
2018-04-22dmaengine: dw: simplify getting .drvdataWolfram Sang-4/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-05-24dmaengine: DW DMAC: Handle return value of clk_prepare_enableArvind Yadav-1/+5
2017-05-15dmaengine: dw: Remove AVR32 bits from the driverAndy Shevchenko-375/+14
2017-02-21Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-67/+223
2017-01-25dmaengine: dw: we do support Merrifield SoC in PCI modeAndy Shevchenko-0/+15
2017-01-25dmaengine: dw: add support of iDMA 32-bit hardwareAndy Shevchenko-9/+92
2017-01-25dmaengine: dw: introduce register mappings for iDMA 32-bitAndy Shevchenko-3/+49
2017-01-25dmaengine: dw: introduce block2bytes() and bytes2block()Andy Shevchenko-23/+35
2017-01-25dmaengine: dw: extract dwc_chan_pause() for future useAndy Shevchenko-5/+9
2017-01-25dmaengine: dw: replace convert_burst() with one linerAndy Shevchenko-18/+11
2017-01-25dmaengine: dw: register IRQ and DMA pool with instance IDAndy Shevchenko-2/+8
2017-01-25dmaengine: dw: Fix data corruption in large device to memory transfersJarkko Nikula-11/+9
2017-01-10dmaengine: dw: pci: remove LPE Audio DMA IDAndy Shevchenko-2/+1
2017-01-02dmaengine: dw: fix typo in KconfigJean Delvare-1/+1
2016-11-30dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev-3/+14
2016-11-30dmaengine: DW DMAC: enable memory-to-memory transfers supportEugeniy Paltsev-0/+6
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-8/+6
2016-08-31dmaengine: dw: override LLP support if asked in platform dataAndy Shevchenko-5/+1
2016-08-31dmaengine: dw: set polarity of handshake interfaceAndy Shevchenko-0/+4
2016-08-31dmaengine: dw: keep copy of custom slave config in dwcAndy Shevchenko-23/+11
2016-08-08dmaengine: dw: convert callback to helper functionDave Jiang-8/+6
2016-05-02dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko-8/+11
2016-05-02dmaengine: dw: keep entire platform data in struct dw_dmaAndy Shevchenko-20/+19