]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: dw: Export struct dw_dma_chip_pdata for wider use
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 20 Aug 2019 13:15:39 +0000 (16:15 +0300)
committerVinod Koul <vkoul@kernel.org>
Wed, 21 Aug 2019 04:11:27 +0000 (09:41 +0530)
commitae923c91aa3b4f7e20b764744188c0d859243d81
tree5176008d72f8f113d40bf537d1b55a5142ec52e8
parent4b8584bac0407367f8157244c8952ed80bdb12fb
dmaengine: dw: Export struct dw_dma_chip_pdata for wider use

We are expecting some devices can be enumerated either as PCI or ACPI.
Nevertheless, they will share same information, thus, provide a generic
struct dw_dma_chip_pdata for all glue drivers.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20190820131546.75744-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dw/internal.h
drivers/dma/dw/pci.c