* [PATCH 03/03] dmaengine: shdma: Update SH_DMAC_MAX_CHANNELS to 20
@ 2011-05-24 10:31 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2011-05-24 10:31 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@opensource.se>
Update SH_DMAC_MAX_CHANNELS to support the 20 DMA
channels included in the sh73a0 SY-DMAC hardware.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
drivers/dma/shdma.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 0001/drivers/dma/shdma.h
+++ work/drivers/dma/shdma.h 2011-05-24 17:08:55.000000000 +0900
@@ -17,7 +17,7 @@
#include <linux/interrupt.h>
#include <linux/list.h>
-#define SH_DMAC_MAX_CHANNELS 6
+#define SH_DMAC_MAX_CHANNELS 20
#define SH_DMA_SLAVE_NUMBER 256
#define SH_DMA_TCR_MAX 0x00FFFFFF /* 16MB */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-24 10:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24 10:31 [PATCH 03/03] dmaengine: shdma: Update SH_DMAC_MAX_CHANNELS to 20 Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox