From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Crispin Subject: Re: [PATCH 0/2] clk: mediatek: add missing ethernet reset definition Date: Fri, 27 Jan 2017 06:00:26 +0100 Message-ID: <6803ef87-fb22-075c-bee1-3c0adb8e297d@phrozen.org> References: <1485175707-58528-1-git-send-email-john@phrozen.org> <20170127001441.GS8801@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170127001441.GS8801@codeaurora.org> 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: Stephen Boyd Cc: James Liao , Michael Turquette , linux-mediatek@lists.infradead.org, Matthias Brugger , Erin Lo , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-mediatek@lists.infradead.org On 27/01/2017 01:14, Stephen Boyd wrote: > On 01/23, John Crispin wrote: >> When the clk code for mt2701 was merged, we forgot to add the reset >> controller of the ethernet subsystem. This series adds the missing code >> and header files required to reference the bits from within a devicetree >> file. >> >> John Crispin (2): >> clk: mediatek: add mt2701 ethernet reset >> reset: mediatek: Add MT2701 ethsys reset controller include file >> >> drivers/clk/mediatek/clk-mt2701-eth.c | 2 ++ >> include/dt-bindings/reset/mt2701-resets.h | 7 +++++++ > > Any planned DT users in the next merge window? Should I put this > into a topic branch? Do you want a clk maintainer ack? At the > least we need someone like James to ack this first. > Hi Stephen, the addition of the dtsi snippets for the ethernet core is pending due to this patch. getting it into v4.11 would be geat so that i can sent dtsi changes during the next merge window. John From mboxrd@z Thu Jan 1 00:00:00 1970 From: john@phrozen.org (John Crispin) Date: Fri, 27 Jan 2017 06:00:26 +0100 Subject: [PATCH 0/2] clk: mediatek: add missing ethernet reset definition In-Reply-To: <20170127001441.GS8801@codeaurora.org> References: <1485175707-58528-1-git-send-email-john@phrozen.org> <20170127001441.GS8801@codeaurora.org> Message-ID: <6803ef87-fb22-075c-bee1-3c0adb8e297d@phrozen.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 27/01/2017 01:14, Stephen Boyd wrote: > On 01/23, John Crispin wrote: >> When the clk code for mt2701 was merged, we forgot to add the reset >> controller of the ethernet subsystem. This series adds the missing code >> and header files required to reference the bits from within a devicetree >> file. >> >> John Crispin (2): >> clk: mediatek: add mt2701 ethernet reset >> reset: mediatek: Add MT2701 ethsys reset controller include file >> >> drivers/clk/mediatek/clk-mt2701-eth.c | 2 ++ >> include/dt-bindings/reset/mt2701-resets.h | 7 +++++++ > > Any planned DT users in the next merge window? Should I put this > into a topic branch? Do you want a clk maintainer ack? At the > least we need someone like James to ack this first. > Hi Stephen, the addition of the dtsi snippets for the ethernet core is pending due to this patch. getting it into v4.11 would be geat so that i can sent dtsi changes during the next merge window. John