From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Wed, 28 Dec 2011 11:31:20 +0800 Subject: [PATCH V5 4/7] cpufreq: add clk-reg cpufreq driver In-Reply-To: <20111228020110.GA17305@S2101-09.ap.freescale.net> References: <1324974262-30963-1-git-send-email-richard.zhao@linaro.org> <1324974262-30963-5-git-send-email-richard.zhao@linaro.org> <20111227150539.GA15132@S2101-09.ap.freescale.net> <20111228012404.GK15863@b20223-02.ap.freescale.net> <20111228020110.GA17305@S2101-09.ap.freescale.net> Message-ID: <20111228033118.GA17315@S2101-09.ap.freescale.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Dec 28, 2011 at 10:01:13AM +0800, Shawn Guo wrote: > Here is my tag on this patch. > > Acked-by: Shawn Guo > For record, this tag is only valid with the following conditions. * Fix the failure of pm-qa case cpufreq_01 * Fix the failure of module build * Remove the dependency on REGULATOR since a set of empty functions have already been provided for !REGULATOR build. (regulator_is_supported_voltage and regulator_set_voltage_time to be added) -- Regards, Shawn