DMA: Freescale: update driver to support 8-channel DMA engine
This patch adds support to 8-channel DMA engine, thus the driver works for both the new 8-channel and the legacy 4-channel DMA engines. Signed-off-by: Hongbo Zhang <hongbo.zhang@freescale.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
这个提交包含在:
@@ -112,7 +112,7 @@ struct fsldma_chan_regs {
|
||||
};
|
||||
|
||||
struct fsldma_chan;
|
||||
#define FSL_DMA_MAX_CHANS_PER_DEVICE 4
|
||||
#define FSL_DMA_MAX_CHANS_PER_DEVICE 8
|
||||
|
||||
struct fsldma_device {
|
||||
void __iomem *regs; /* DGSR register base */
|
||||
|
在新工单中引用
屏蔽一个用户