From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCHv2 8/9] ARM: dts: omap4: add clkctrl nodes To: Tony Lindgren References: <1489741781-12816-1-git-send-email-t-kristo@ti.com> <1489741781-12816-9-git-send-email-t-kristo@ti.com> <20170317154333.GW20572@atomide.com> <9456caee-4f45-044a-0b2e-305fa2d0d274@ti.com> CC: , , , , From: Tero Kristo Message-ID: Date: Mon, 20 Mar 2017 15:25:31 +0200 MIME-Version: 1.0 In-Reply-To: <9456caee-4f45-044a-0b2e-305fa2d0d274@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed List-ID: On 17/03/17 23:41, Tero Kristo wrote: > On 17/03/17 17:43, Tony Lindgren wrote: >> * Tero Kristo [170317 02:12]: >>> Add clkctrl nodes for OMAP4 SoC. These are going to be acting as >>> replacement for part of the existing clock data and the existing >>> clkctrl hooks under hwmod data. >> >> It seems to be actually this patch in the series that breaks booting >> if the last patch in this series is not applied. > > Yea I guess we need to squash this and patch #9, I'll double check next > week. Sorry about not catching this one. Yes, patch #8 and #9 must be squashed. What happens with patch #8 alone, is that you get all the clkctrl clocks registered, but as nobody is using them, the clock core disables them later on in clk_disable_unused. -Tero From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tero Kristo Subject: Re: [PATCHv2 8/9] ARM: dts: omap4: add clkctrl nodes Date: Mon, 20 Mar 2017 15:25:31 +0200 Message-ID: References: <1489741781-12816-1-git-send-email-t-kristo@ti.com> <1489741781-12816-9-git-send-email-t-kristo@ti.com> <20170317154333.GW20572@atomide.com> <9456caee-4f45-044a-0b2e-305fa2d0d274@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9456caee-4f45-044a-0b2e-305fa2d0d274@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: Tony Lindgren Cc: mturquette@baylibre.com, linux-omap@vger.kernel.org, sboyd@codeaurora.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org On 17/03/17 23:41, Tero Kristo wrote: > On 17/03/17 17:43, Tony Lindgren wrote: >> * Tero Kristo [170317 02:12]: >>> Add clkctrl nodes for OMAP4 SoC. These are going to be acting as >>> replacement for part of the existing clock data and the existing >>> clkctrl hooks under hwmod data. >> >> It seems to be actually this patch in the series that breaks booting >> if the last patch in this series is not applied. > > Yea I guess we need to squash this and patch #9, I'll double check next > week. Sorry about not catching this one. Yes, patch #8 and #9 must be squashed. What happens with patch #8 alone, is that you get all the clkctrl clocks registered, but as nobody is using them, the clock core disables them later on in clk_disable_unused. -Tero From mboxrd@z Thu Jan 1 00:00:00 1970 From: t-kristo@ti.com (Tero Kristo) Date: Mon, 20 Mar 2017 15:25:31 +0200 Subject: [PATCHv2 8/9] ARM: dts: omap4: add clkctrl nodes In-Reply-To: <9456caee-4f45-044a-0b2e-305fa2d0d274@ti.com> References: <1489741781-12816-1-git-send-email-t-kristo@ti.com> <1489741781-12816-9-git-send-email-t-kristo@ti.com> <20170317154333.GW20572@atomide.com> <9456caee-4f45-044a-0b2e-305fa2d0d274@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 17/03/17 23:41, Tero Kristo wrote: > On 17/03/17 17:43, Tony Lindgren wrote: >> * Tero Kristo [170317 02:12]: >>> Add clkctrl nodes for OMAP4 SoC. These are going to be acting as >>> replacement for part of the existing clock data and the existing >>> clkctrl hooks under hwmod data. >> >> It seems to be actually this patch in the series that breaks booting >> if the last patch in this series is not applied. > > Yea I guess we need to squash this and patch #9, I'll double check next > week. Sorry about not catching this one. Yes, patch #8 and #9 must be squashed. What happens with patch #8 alone, is that you get all the clkctrl clocks registered, but as nobody is using them, the clock core disables them later on in clk_disable_unused. -Tero