Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S943199AbcJ1Biu (ORCPT ); Thu, 27 Oct 2016 21:38:50 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:50328 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933403AbcJ1Bis (ORCPT ); Thu, 27 Oct 2016 21:38:48 -0400 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org EA336605A2 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: Thu, 27 Oct 2016 18:38:46 -0700 From: Stephen Boyd To: gabriel.fernandez@st.com Cc: Rob Herring , Mark Rutland , Russell King , Maxime Coquelin , Alexandre Torgue , Michael Turquette , Nicolas Pitre , Arnd Bergmann , daniel.thompson@linaro.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, ludovic.barre@st.com, olivier.bideau@st.com, amelie.delaunay@st.com Subject: Re: [PATCH v3 1/3] clk: stm32f4: Add LSI & LSE clocks Message-ID: <20161028013846.GA16026@codeaurora.org> References: <1477041810-12313-1-git-send-email-gabriel.fernandez@st.com> <1477041810-12313-2-git-send-email-gabriel.fernandez@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477041810-12313-2-git-send-email-gabriel.fernandez@st.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 Content-Length: 933 Lines: 29 On 10/21, gabriel.fernandez@st.com wrote: > From: Gabriel Fernandez > > This patch introduces the support of the LSI & LSE clocks. > The clock drivers needs to disable the power domain write protection > using syscon/regmap to enable these clocks. > > Signed-off-by: Gabriel Fernandez > --- Applied to clk-next + diff --git a/drivers/clk/clk-stm32f4.c b/drivers/clk/clk-stm32f4.c index c2661e28eeda..5eb05dbf59b8 100644 --- a/drivers/clk/clk-stm32f4.c +++ b/drivers/clk/clk-stm32f4.c @@ -224,7 +224,7 @@ static const u64 stm32f46xx_gate_map[MAX_GATE_MAP] = { 0x000000f17ef417ffull, 0x0000000000000003ull, 0x0c777f33f6fec9ffull }; -const u64 *stm32f4_gate_map; +static const u64 *stm32f4_gate_map; static struct clk_hw **clks; -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project