From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764429AbcIOAqt (ORCPT ); Wed, 14 Sep 2016 20:46:49 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:47163 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754432AbcIOAqo (ORCPT ); Wed, 14 Sep 2016 20:46:44 -0400 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 316C961AD7 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=sboyd@codeaurora.org Date: Wed, 14 Sep 2016 17:46:42 -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 v2 0/5] AT91: sckc improvements Message-ID: <20160915004642.GL7243@codeaurora.org> References: <20160908145146.20422-1-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160908145146.20422-1-alexandre.belloni@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/08, Alexandre Belloni wrote: > Hi, > > This patch set improves the slow clock controller driver. > > The first patch simply moves some code around to avoid having extern > functions declared. > > The second patch adds support for the SCKC found on sama5d4 and later. > It is notably missing the OSC32EN bit. > The third and fourth patches make use of this new driver (DT ABI is not > broken \o/) > > Finally, there is an optimization. Trying to find wether the slow > oscillator is already stable to avoid waiting 1.2s twice in the boot > process. clk patches look ok. We'll need to move this to use clk_hw registration based APIs some time, but that isn't critical to handle now. Will you resend? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project