From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 20 Sep 2016 17:04:24 -0700 From: Stephen Boyd To: Alexandre Belloni Cc: Nicolas Ferre , Boris Brezillon , Michael Turquette , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v3 3/5] clk: at91: sckc: optimize boot time Message-ID: <20160921000424.GJ8319@codeaurora.org> References: <20160920205833.19638-1-alexandre.belloni@free-electrons.com> <20160920205833.19638-4-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20160920205833.19638-4-alexandre.belloni@free-electrons.com> List-ID: On 09/20, Alexandre Belloni wrote: > Assume that if the oscillator is enabled (OSC32EN bit is present), the > delay has already elapsed as the bootloader probably waited for the > oscillator to settle. This could waste up to 1.2s. > > Signed-off-by: Alexandre Belloni > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Tue, 20 Sep 2016 17:04:24 -0700 Subject: [PATCH v3 3/5] clk: at91: sckc: optimize boot time In-Reply-To: <20160920205833.19638-4-alexandre.belloni@free-electrons.com> References: <20160920205833.19638-1-alexandre.belloni@free-electrons.com> <20160920205833.19638-4-alexandre.belloni@free-electrons.com> Message-ID: <20160921000424.GJ8319@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/20, Alexandre Belloni wrote: > Assume that if the oscillator is enabled (OSC32EN bit is present), the > delay has already elapsed as the bootloader probably waited for the > oscillator to settle. This could waste up to 1.2s. > > Signed-off-by: Alexandre Belloni > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project