From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH V3] pwm: lpc32xx - Add a driver for the motor PWM Date: Tue, 09 Sep 2014 20:19:25 +0200 Message-ID: <79685201.RtYEqhYoTB@wuerfel> References: <1410277361-26848-1-git-send-email-alban.bedel@avionic-design.de> <2942175.JkZcLDKfiR@wuerfel> <20140909180530.635ce6f7@avionic-0020> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20140909180530.635ce6f7@avionic-0020> Sender: linux-pwm-owner@vger.kernel.org To: Alban Bedel Cc: Thierry Reding , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pwm@vger.kernel.org, Grant Likely , Kumar Gala , Ian Campbell , Mark Rutland , Pawel Moll , Rob Herring , Roland Stigge List-Id: devicetree@vger.kernel.org On Tuesday 09 September 2014 18:05:30 Alban Bedel wrote: > > I'll add COMPILE_TEST, PWM is already there because this is in an if > PWM block. However I'm not sure for the clk, the LPC32xx use its own > implementation of the clk functions, what should I add in this case? You can add a dependency on CLKDEV_LOOKUP, which is set by both LPC32xx and by COMMON_CLK. Arnd