[PATCH v2 12/32] OMAP: PM: DMA context save/restore for off-mode support

2009-10-22 Thread Kevin Hilman
From: Tero Kristo For HS/EMU devices, these additional features are also used: - DMA interrupt disable routine added - Added DMA controller reset to DMA context restore Signed-off-by: Tero Kristo Signed-off-by: Kevin Hilman --- arch/arm/mach-omap2/pm34xx.c |3 ++ arch/arm/plat-o

Re: [PATCH v2 12/32] OMAP: PM: DMA context save/restore for off-mode support

2009-10-23 Thread Grazvydas Ignotas
On Fri, Oct 23, 2009 at 2:09 AM, Kevin Hilman wrote: > From: Tero Kristo > > For HS/EMU devices, these additional features are also used: > > - DMA interrupt disable routine added > - Added DMA controller reset to DMA context restore > > Signed-off-by: Tero Kristo > Signed-off-by: Kevin Hilman

Re: [PATCH v2 12/32] OMAP: PM: DMA context save/restore for off-mode support

2009-10-23 Thread Venkatraman S
On Fri, Oct 23, 2009 at 4:39 AM, Kevin Hilman wrote: > From: Tero Kristo > > For HS/EMU devices, these additional features are also used: > > - DMA interrupt disable routine added > - Added DMA controller reset to DMA context restore > > Signed-off-by: Tero Kristo > Signed-off-by: Kevin Hilman

Re: [PATCH v2 12/32] OMAP: PM: DMA context save/restore for off-mode support

2009-10-23 Thread Kevin Hilman
Grazvydas Ignotas writes: >>  static int __init omap_init_dma(void) >> diff --git a/arch/arm/plat-omap/include/plat/dma.h >> b/arch/arm/plat-omap/include/plat/dma.h >> old mode 100644 >> new mode 100755 > > ^^ whoops? > Good catch, I'll fix this up in my pm-off branch. Kevin >> index 72f680b.

Re: [PATCH v2 12/32] OMAP: PM: DMA context save/restore for off-mode support

2009-10-23 Thread Kevin Hilman
Venkatraman S writes: > On Fri, Oct 23, 2009 at 4:39 AM, Kevin Hilman > wrote: >> From: Tero Kristo >> >> For HS/EMU devices, these additional features are also used: >> >> - DMA interrupt disable routine added >> - Added DMA controller reset to DMA context restore >> >> Signed-off-by: Tero Kri