Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756605AbcJWRUS (ORCPT ); Sun, 23 Oct 2016 13:20:18 -0400 Received: from mail-pf0-f173.google.com ([209.85.192.173]:36611 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754936AbcJWRUQ (ORCPT ); Sun, 23 Oct 2016 13:20:16 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 To: Neil Armstrong , sboyd@codeaurora.org From: Michael Turquette In-Reply-To: <147617274057.17481.2362814012745242458@resonance> Cc: "Neil Armstrong" , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-oxnas@lists.tuxfamily.org References: <20161005150752.22618-1-narmstrong@baylibre.com> <147617274057.17481.2362814012745242458@resonance> Message-ID: <147724321156.55410.5270827781046402163@resonance> User-Agent: alot/0.3.7 Subject: Re: [PATCH 0/6] clk: oxnas: Rework driver to add support for OX820 Date: Sun, 23 Oct 2016 10:20:11 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id u9NHKRtQ010498 Content-Length: 1642 Lines: 45 Quoting Michael Turquette (2016-10-11 00:59:00) > Quoting Neil Armstrong (2016-10-05 17:07:46) > > In order to to support the Oxford Semiconductor OX820 Soc clock gates, > > rework the original driver with a structure inspired from the Qcom or Meson > > drivers and using the new devm_clk_hw_register() call. > > > > The first patches add dt-bindings include file to clarify the clock indices. > > > > In future work, OX820 PLLs should also be handled by this driver. > > Series looks good to me. Will apply after -rc1 drops. Applied. Regards, Mike > > Regards, > Mike > > > > > Neil Armstrong (6): > > clk: oxnas: Add dt-bindings include file for OX810SE > > clk: oxnas: Add dt-bindings include file for OX820 > > clk: oxnas: Rename to clk_oxnas_gate > > clk: oxnas: Refactor to make use of devm_clk_hw_register() > > clk: oxnas: Add OX820 Gate clocks > > dt-bindings: clk: oxnas,stdclk: Add OX820 bindings > > > > .../devicetree/bindings/clock/oxnas,stdclk.txt | 19 +- > > drivers/clk/clk-oxnas.c | 232 ++++++++++++++------- > > include/dt-bindings/clock/oxsemi,ox810se.h | 30 +++ > > include/dt-bindings/clock/oxsemi,ox820.h | 40 ++++ > > 4 files changed, 231 insertions(+), 90 deletions(-) > > create mode 100644 include/dt-bindings/clock/oxsemi,ox810se.h > > create mode 100644 include/dt-bindings/clock/oxsemi,ox820.h > > > > -- > > 2.7.0 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-clk" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html