aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-14dmaengine: dw: platform: Mark 'hclk' clock optionalAndy Shevchenko1-1/+1
2019-08-21dmaengine: dw: platform: Split OF helpers to separate moduleAndy Shevchenko1-113/+2
2019-08-21dmaengine: dw: platform: Split ACPI helpers to separate moduleAndy Shevchenko1-52/+0
2019-08-21dmaengine: dw: platform: Move handle check to dw_dma_acpi_controller_register()Andy Shevchenko1-4/+8
2019-08-21dmaengine: dw: platform: Switch to acpi_dma_controller_register()Andy Shevchenko1-2/+12
2019-08-21dmaengine: dw: platform: Use devm_platform_ioremap_resource()Andy Shevchenko1-3/+1
2019-08-21dmaengine: dw: platform: Enable iDMA 32-bit on Intel Elkhart LakeAndy Shevchenko1-5/+11
2019-08-21dmaengine: dw: platform: Use struct dw_dma_chip_pdataAndy Shevchenko1-11/+31
2019-01-07dmaengine: dw: convert to SPDX identifiersAndy Shevchenko1-4/+1
2019-01-07dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko1-4/+4
2019-01-07dmaengine: dw: Remove unused internal propertyAndy Shevchenko1-6/+0
2019-01-07dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko1-3/+0
2018-11-24dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter1-0/+6
2018-08-29dmaengine: dw: Add alternative ACPI HIDs for Cherry Trail DMA controllersHans de Goede1-0/+2
2018-04-22dmaengine: dw: simplify getting .drvdataWolfram Sang1-4/+2
2017-05-24dmaengine: DW DMAC: Handle return value of clk_prepare_enableArvind Yadav1-1/+5
2017-01-25dmaengine: dw: register IRQ and DMA pool with instance IDAndy Shevchenko1-0/+1
2016-11-30dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev1-1/+11
2016-11-30dmaengine: DW DMAC: enable memory-to-memory transfers supportEugeniy Paltsev1-0/+6
2016-05-02dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko1-2/+3
2016-05-02dmaengine: dw: keep entire platform data in struct dw_dmaAndy Shevchenko1-2/+2
2016-05-02dmaengine: dw: revisit data_width propertyAndy Shevchenko1-1/+4
2016-05-02dmaengine: dw: platform: check nr_masters to be non-zeroAndy Shevchenko1-10/+10
2016-04-13dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko1-6/+6
2016-01-13Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+5
2016-01-07Revert "dmaengine: dw: platform: provide platform data for Intel"Andy Shevchenko1-16/+1
2016-01-07dmaengine: dw: platform: power on device on shutdownAndy Shevchenko1-0/+12
2015-12-18dmaengine: dw: fix potential memory leak in dw_dma_parse_dt()Mans Rullgard1-2/+5
2015-10-31dmaengine: dw: platform: provide platform data for IntelAndy Shevchenko1-1/+16
2015-03-16dmaengine: dw: append MODULE_ALIAS for platform driverAndy Shevchenko1-1/+4
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2015-02-04dmaengine: dw: define DW_DMA_MAX_NR_MASTERSAndy Shevchenko1-2/+2
2015-01-13dmaengine: dw: balance PM runtime callsAndy Shevchenko1-0/+5
2014-10-15dmaengine: dw: always export dw_dma_{en,dis}ableAndy Shevchenko1-4/+4
2014-09-11dmaengine: dw: move clock operations to platform.cAndy Shevchenko1-3/+22
2014-09-11dmaengine: dw: introduce generic filter functionAndy Shevchenko1-44/+19
2014-09-11dmaengine: dw: apply both HS interfaces and remove slave_id usageAndy Shevchenko1-2/+4
2014-05-07dmaengine: dw: move PM to suspend_late / resume_early stagesAndy Shevchenko1-14/+4
2013-10-31DMA-API: dma: dw_dmac.c: convert to use dma_coerce_mask_and_coherent()Russell King1-5/+3
2013-08-05dma: dw: append MODULE_DEVICE_TABLE for ACPI caseAndy Shevchenko1-0/+1
2013-07-05dma: dw: split driver to library part and platform codeAndy Shevchenko1-0/+317