[PATCH v9] ARM: omap: edma: add suspend resume hook

Sekhar Nori nsekhar at ti.com
Wed Nov 5 08:04:41 PST 2014


On Wednesday 05 November 2014 09:27 PM, Dave Gerlach wrote:
> On 08/26/2014 03:52 AM, 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.
>>
>> 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.
>>
>> [nm at ti.com: added error handling for runtime + suspend_late/early_resume]
>> Signed-off-by: Nishanth Menon <nm at ti.com>
>> Signed-off-by: Daniel Mack <zonque at gmail.com>
>> Tested-by: Joel Fernandes <joelf at ti.com>
>> Acked-by: Joel Fernandes <joelf at ti.com>
>> ---
>> Changes from v8:
>>
>> 	* Drop the edma_suspend hook altogether. Even though back then
>> 	  when I wrote the code I was sure disabling the interrupts
>> 	  during suspend is necessary, tests now show it in fact isn't.
>> 	  My test setup still works if that code is omitted.
>> 	* Use SET_LATE_SYSTEM_SLEEP_PM_OPS in the dev_pm_ops
>> 	  declaration.
>>
>> 	Thanks to Sekhar for pointing out the above.
>>
>>  arch/arm/common/edma.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++--
>>  1 file changed, 58 insertions(+), 2 deletions(-)
> 
> Doesn't seem to be any comments here, any chance this can be picked up? This
> patch always seems to get missed but will be needed for suspend/resume on both
> AM335x and AM437x.

Dave, do you have a branch against mainline with suspend working on any
of these SoCs using which I can test this patch?

Thanks,
Sekhar



More information about the linux-arm-kernel mailing list