From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Mike Turquette) Date: Thu, 13 Sep 2012 14:05:49 -0700 Subject: [PATCH v2] ARM: smp_twd: reprogram twd based on clk notifier In-Reply-To: References: <20120912203223.3094.5354@nucleus> <1347489895-16384-1-git-send-email-mturquette@linaro.org> Message-ID: <20120913210549.3094.83615@nucleus> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Linus Walleij (2012-09-13 05:51:52) > On Thu, Sep 13, 2012 at 12:44 AM, Mike Turquette wrote: > > > Signed-off-by: Mike Turquette > > Signed-off-by: Shawn Guo > > --- > > Changes in v2: > > * Kept the original CPUfreq notifier scheme in place for platforms that > > have not adapted to the common clk framework yet > > This looks good. We can always delete the cpufreq part > (which is a kinda hack anyway) once all OMAPs have > notifiers. > Reviewed-by: Linus Walleij > Thanks Linus. I've added v2 of this patch to Russell's patch tracker with your and Ulf's Reviewed-by's. Regards, Mike > Yours, > Linus Walleij