Hi Milo, On Thu, Apr 04, 2013 at 01:34:37AM +0000, Kim, Milo wrote: > Patch v2. > (a) Remove unnecessary 'is_enabled()' operation code. > (b) Add CLK_IGNORE_UNUSED flag. > (c) Add clock device detection code : lp8788_is_clk_device_ready() > If the device is not ready, return as -ENODEV on loading the driver. > > Patch v1. > Initial patch > > Signed-off-by: Milo(Woogyom) Kim <[email protected]> > --- > drivers/clk/Kconfig | 7 ++ > drivers/clk/Makefile | 1 + > drivers/clk/clk-lp8788.c | 160 > ++++++++++++++++++++++++++++++++++++++++++++ > drivers/mfd/lp8788.c | 2 + > include/linux/mfd/lp8788.h | 1 + > 5 files changed, 171 insertions(+) > create mode 100644 drivers/clk/clk-lp8788.c For the MFD part: Acked-by: Samuel Ortiz <[email protected]>
Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

