Re: [PATCH 05/11] ARM: at91: convert timer suspend/resume to clock_event_device
From: Jean-Christophe PLAGNIOL-VILLARD <hidden>
Date: 2012-11-12 15:29:43
Also in:
linux-arm-kernel, lkml
From: Jean-Christophe PLAGNIOL-VILLARD <hidden>
Date: 2012-11-12 15:29:43
Also in:
linux-arm-kernel, lkml
On 14:01 Thu 08 Nov , Stephen Warren wrote:
From: Stephen Warren <redacted> Move at91's timer suspend/resume functions from struct sys_timer at91sam926x_timer into struct clock_event_device pit_clkevt. This will allow the sys_timer suspend/resume fields to be removed, and eventually lead to a complete removal of struct sys_timer. Cc: Andrew Victor <redacted> Cc: Nicolas Ferre <redacted> Cc: Jean-Christophe Plagniol-Villard <redacted> Signed-off-by: Stephen Warren <redacted> ---
look fine Acked-by: Jean-Christophe PLAGNIOL-VILLARD <redacted> Best Regards, J.