From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932289AbcIUAEZ (ORCPT ); Tue, 20 Sep 2016 20:04:25 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:51069 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752898AbcIUAEW (ORCPT ); Tue, 20 Sep 2016 20:04:22 -0400 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 4B67D6162A 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: Tue, 20 Sep 2016 17:04:20 -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 2/5] clk: at91: Add sama5d4 sckc support Message-ID: <20160921000420.GI8319@codeaurora.org> References: <20160920205833.19638-1-alexandre.belloni@free-electrons.com> <20160920205833.19638-3-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160920205833.19638-3-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/20, Alexandre Belloni wrote: > Starting with sama5d4, the crystal oscillator is always enabled at startup > and the SCKC doesn't have an OSC32EN bit anymore. > > Add support for that new controller. > > 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:20 -0700 Subject: [PATCH v3 2/5] clk: at91: Add sama5d4 sckc support In-Reply-To: <20160920205833.19638-3-alexandre.belloni@free-electrons.com> References: <20160920205833.19638-1-alexandre.belloni@free-electrons.com> <20160920205833.19638-3-alexandre.belloni@free-electrons.com> Message-ID: <20160921000420.GI8319@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/20, Alexandre Belloni wrote: > Starting with sama5d4, the crystal oscillator is always enabled at startup > and the SCKC doesn't have an OSC32EN bit anymore. > > Add support for that new controller. > > 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