Re: [PATCH v7] ARM: omap: edma: add suspend suspend/resume hooks

2013-11-29 Thread Daniel Mack
On 11/29/2013 09:08 AM, Brian Murphy wrote: > On 11/27/2013 02:56 PM, Daniel Mack wrote: >> This patch makes the edma driver resume correctly after suspend. Tested >> on an AM33xx platform with cyclic audio streams and omap_hsmmc. > > Can I ask which git this patch is relative to? There is no > su

Re: [PATCH v7] ARM: omap: edma: add suspend suspend/resume hooks

2013-11-29 Thread Brian Murphy
On 11/27/2013 02:56 PM, Daniel Mack wrote: This patch makes the edma driver resume correctly after suspend. Tested on an AM33xx platform with cyclic audio streams and omap_hsmmc. Can I ask which git this patch is relative to? There is no suspend/resume support for AM33xx in Linus Torvalds kerne

[PATCH v7] ARM: omap: edma: add suspend suspend/resume hooks

2013-11-27 Thread Daniel Mack
This patch makes the edma driver resume correctly after suspend. Tested on an AM33xx platform with cyclic audio streams and omap_hsmmc. All information can be reconstructed by already known runtime information. As we now use some functions that were previously only used from __init context, annot