[PATCH v2 1/7] clk: Add a generic clock infrastructure
From: Domenico Andreoli <hidden>
Date: 2011-10-27 11:54:18
Also in:
lkml
From: Domenico Andreoli <hidden>
Date: 2011-10-27 11:54:18
Also in:
lkml
Hi, On 09/22/2011 05:26 PM, Mike Turquette wrote:
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 3530927..c53ed59 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig@@ -5,3 +5,6 @@ config CLKDEV_LOOKUP config HAVE_MACH_CLKDEV bool + +config GENERIC_CLK + bool
Now that Russel's prepare/unprepare patch is mainlined, I think you want to select HAVE_CLK_PREPARE here (and remove your prepare/unprepare function declarations in clk.h). Regards, Domenico