Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936970Ab3DIIQ4 (ORCPT ); Tue, 9 Apr 2013 04:16:56 -0400 Received: from mga01.intel.com ([192.55.52.88]:58339 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935028Ab3DIIQy (ORCPT ); Tue, 9 Apr 2013 04:16:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,437,1363158000"; d="scan'208";a="319576360" Date: Tue, 9 Apr 2013 10:16:48 +0200 From: Samuel Ortiz To: "Kim, Milo" Cc: Mike Turquette , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2] clk: add LP8788 clock driver Message-ID: <20130409081648.GJ24058@zurbaran> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1132 Lines: 35 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 > --- > 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 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/