From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Turquette Subject: Re: [PATCH v5] clk: Add PWM clock driver Date: Fri, 10 Apr 2015 14:45:05 -0700 Message-ID: <20150410214505.14369.98377@quantum> References: <1423855132-20939-1-git-send-email-p.zabel@pengutronix.de> <1426154657.14455.13.camel@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <1426154657.14455.13.camel@pengutronix.de> Sender: linux-pwm-owner@vger.kernel.org To: Philipp Zabel , Thierry Reding Cc: =?utf-8?q?Janusz_U=C5=BCycki?= , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Stephen Boyd , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org List-Id: devicetree@vger.kernel.org Quoting Philipp Zabel (2015-03-12 03:04:17) > Am Freitag, den 13.02.2015, 20:18 +0100 schrieb Philipp Zabel: > > Some board designers, when running out of clock output pads, decide to > > (mis)use PWM output pads to provide a clock to external components. > > This driver supports this practice by providing an adapter between the > > PWM and clock bindings in the device tree. As the PWM bindings specify > > the period in the device tree, this is a fixed clock. > > > > Tested-by: Janusz Uzycki > > Signed-off-by: Philipp Zabel > > --- > > Changes since v4: > > - Added missing static keywords, as pointed out by Stephen Boyd > > - Turned to_clk_pwm into an inline function, > > - added MODULE_AUTHOR/DESCRIPTION/LICENSE, > > - and fixed PWM spelling issues, as pointed out by Thierry Reding > > Are there any further changes you'd like me to make to this patch? Applied. Thanks, Mike > > regards > Philipp >