On Sun, Aug 16, 2015 at 11:23:46AM +0200, Alexandre Belloni wrote: > From: Boris Brezillon > > Commit dca1a4b5ff6e ("clk: at91: keep slow clk enabled to prevent system > hang") added a workaround for the slow clock as it is not properly handled > by its users. > > Get and use the slow clock as it is necessary for the timer counters. > > Signed-off-by: Boris Brezillon > Signed-off-by: Alexandre Belloni > Acked-by: Greg Kroah-Hartman > --- > Cc: Daniel Lezcano > Cc: Thierry Reding > Cc: linux-pwm@vger.kernel.org > drivers/clocksource/tcb_clksrc.c | 10 +++++++++- > drivers/misc/atmel_tclib.c | 4 ++++ > drivers/pwm/pwm-atmel-tcb.c | 26 +++++++++++++++++++------- > include/linux/atmel_tc.h | 1 + > 4 files changed, 33 insertions(+), 8 deletions(-) This doesn't seem to apply anymore. Does it need to be rebased? Or do I need some other patch as a dependency? Thierry