From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tero Kristo Subject: Re: [PATCH v4 0/5] clk: dt: bindings for mux, divider & gate clocks Date: Fri, 30 Aug 2013 10:05:34 +0300 Message-ID: <5220443E.3050205@ti.com> References: <1377150793-27864-1-git-send-email-mturquette@linaro.org> <521F91B0.6030204@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <521F91B0.6030204@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Santosh Shilimkar Cc: devicetree@vger.kernel.org, Mike Turquette , =?ISO-8859-1?Q?Heiko_St=FCbner?= , Stephen Boyd , linux-kernel@vger.kernel.org, Haojian Zhuang , Matt Sealey , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 08/29/2013 09:23 PM, Santosh Shilimkar wrote: > Mike, > > On Thursday 22 August 2013 01:53 AM, Mike Turquette wrote: >> This series introduces binding definitions for common register-mapped >> clock multiplexer, divider and gate IP blocks along with the >> corresponding setup functions for matching DT data. The bindings are >> similar to the struct definitions but please don't hold that against the >> binding: the struct definitions closely model the hardware register >> layout. >> >> The delta from v3 is very small and only consists of cosmetic changes >> and one functional change for better error handling. >> >> Changes since v3: >> * added Tested-by & Reviewed-by from Heiko >> * replaced underscores with dashes in DT property names >> * bail from of clock setup function early if of_iomap fails >> * removed unecessary explict cast >> >> Mike Turquette (5): >> clk: divider: replace bitfield width with mask >> clk: of: helper for determining number of parent clocks >> clk: dt: binding for basic multiplexer clock >> clk: dt: binding for basic divider clock >> clk: dt: binding for basic gate clock >> > I have used $subject series as the base for the Keystone > ccf support and tested these patches on Keystone EVM. Will > post those patches soon on the lists. > > For the series if you need more tested-by tags, feel free to > add, > Tested-by: Santosh Shilimkar > > Oh yea, same for my set I posted yesterday. Used this as basis for O3/O4/O5/DRA7/AM335x tests, so you can also add my Tested-by tag if you need one. -Tero