From mboxrd@z Thu Jan 1 00:00:00 1970 From: d-gerlach@ti.com (Dave Gerlach) Date: Mon, 14 Jul 2014 12:47:16 -0500 Subject: [PATCH v4 01/11] ARM: omap: edma: add suspend suspend/resume hooks In-Reply-To: <20140714110552.GA20068@atomide.com> References: <1405047349-15101-1-git-send-email-d-gerlach@ti.com> <1405047349-15101-2-git-send-email-d-gerlach@ti.com> <20140714110552.GA20068@atomide.com> Message-ID: <53C417A4.2060301@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/14/2014 06:05 AM, Tony Lindgren wrote: > * Dave Gerlach [140710 19:58]: >> From: 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, annotations had to be dropped. > > This is something Sekhar needs to look at, did you maybe forget > to Cc him? Yes I did, I will make sure it goes to the right people when it gets split off. Regards, Dave > > Regards, > > Tony >