Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754854AbbDJVpT (ORCPT ); Fri, 10 Apr 2015 17:45:19 -0400 Received: from mail-ig0-f182.google.com ([209.85.213.182]:37117 "EHLO mail-ig0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751971AbbDJVpN convert rfc822-to-8bit (ORCPT ); Fri, 10 Apr 2015 17:45:13 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Philipp Zabel , "Thierry Reding" From: Michael Turquette In-Reply-To: <1426154657.14455.13.camel@pengutronix.de> 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 References: <1423855132-20939-1-git-send-email-p.zabel@pengutronix.de> <1426154657.14455.13.camel@pengutronix.de> Message-ID: <20150410214505.14369.98377@quantum> User-Agent: alot/0.3.5 Subject: Re: [PATCH v5] clk: Add PWM clock driver Date: Fri, 10 Apr 2015 14:45:05 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1214 Lines: 33 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 > -- 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/