From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 22 Jun 2015 15:48:32 -0700 From: Stephen Boyd To: Daniel Thompson Subject: Re: [PATCH v3 0/3] clk: stm32: Add clock driver for STM32F4[23]xxx devices Message-ID: <20150622224832.GI22132@codeaurora.org> References: <1432327273-6810-1-git-send-email-daniel.thompson@linaro.org> <1433966978-24422-1-git-send-email-daniel.thompson@linaro.org> MIME-Version: 1.0 In-Reply-To: <1433966978-24422-1-git-send-email-daniel.thompson@linaro.org> Cc: Mark Rutland , devicetree@vger.kernel.org, linaro-kernel@lists.linaro.org, Mike Turquette , Pawel Moll , Ian Campbell , patches@linaro.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Kamil Lulko , Rob Herring , Maxime Coquelin , Kumar Gala , Russell King , Andreas Farber , linux-arm-kernel@lists.infradead.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+mturquette=baylibre.com@lists.infradead.org List-ID: On 06/10, Daniel Thompson wrote: > This patchset implements a clock driver for STM32F42xxx and STM32F43xxx > series devices. It supports decoding the state configured by the > bootloader (PLL, clock select, bus dividers) and all the gates clocks. > It does not currently support the I2S and SAI PLLs. > > Relies on "Add support to STMicroeletronics STM32 family" v9 by Maxime > Coquelin: http://thread.gmane.org/gmane.linux.kernel/1961049 . > I applied 1 and 2. Looks like #3 should go through arm-soc at some later time? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Mon, 22 Jun 2015 15:48:32 -0700 Subject: [PATCH v3 0/3] clk: stm32: Add clock driver for STM32F4[23]xxx devices In-Reply-To: <1433966978-24422-1-git-send-email-daniel.thompson@linaro.org> References: <1432327273-6810-1-git-send-email-daniel.thompson@linaro.org> <1433966978-24422-1-git-send-email-daniel.thompson@linaro.org> Message-ID: <20150622224832.GI22132@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/10, Daniel Thompson wrote: > This patchset implements a clock driver for STM32F42xxx and STM32F43xxx > series devices. It supports decoding the state configured by the > bootloader (PLL, clock select, bus dividers) and all the gates clocks. > It does not currently support the I2S and SAI PLLs. > > Relies on "Add support to STMicroeletronics STM32 family" v9 by Maxime > Coquelin: http://thread.gmane.org/gmane.linux.kernel/1961049 . > I applied 1 and 2. Looks like #3 should go through arm-soc at some later time? -- 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: Stephen Boyd Subject: Re: [PATCH v3 0/3] clk: stm32: Add clock driver for STM32F4[23]xxx devices Date: Mon, 22 Jun 2015 15:48:32 -0700 Message-ID: <20150622224832.GI22132@codeaurora.org> References: <1432327273-6810-1-git-send-email-daniel.thompson@linaro.org> <1433966978-24422-1-git-send-email-daniel.thompson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1433966978-24422-1-git-send-email-daniel.thompson@linaro.org> 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: Daniel Thompson Cc: Mark Rutland , devicetree@vger.kernel.org, linaro-kernel@lists.linaro.org, Mike Turquette , Pawel Moll , Ian Campbell , patches@linaro.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Kamil Lulko , Rob Herring , Maxime Coquelin , Kumar Gala , Russell King , Andreas Farber , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 06/10, Daniel Thompson wrote: > This patchset implements a clock driver for STM32F42xxx and STM32F43xxx > series devices. It supports decoding the state configured by the > bootloader (PLL, clock select, bus dividers) and all the gates clocks. > It does not currently support the I2S and SAI PLLs. > > Relies on "Add support to STMicroeletronics STM32 family" v9 by Maxime > Coquelin: http://thread.gmane.org/gmane.linux.kernel/1961049 . > I applied 1 and 2. Looks like #3 should go through arm-soc at some later time? -- 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 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753728AbbFVWtX (ORCPT ); Mon, 22 Jun 2015 18:49:23 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:58404 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751787AbbFVWse (ORCPT ); Mon, 22 Jun 2015 18:48:34 -0400 Date: Mon, 22 Jun 2015 15:48:32 -0700 From: Stephen Boyd To: Daniel Thompson Cc: Mike Turquette , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Maxime Coquelin , Kamil Lulko , Andreas Farber , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, patches@linaro.org, linaro-kernel@lists.linaro.org Subject: Re: [PATCH v3 0/3] clk: stm32: Add clock driver for STM32F4[23]xxx devices Message-ID: <20150622224832.GI22132@codeaurora.org> References: <1432327273-6810-1-git-send-email-daniel.thompson@linaro.org> <1433966978-24422-1-git-send-email-daniel.thompson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433966978-24422-1-git-send-email-daniel.thompson@linaro.org> 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 06/10, Daniel Thompson wrote: > This patchset implements a clock driver for STM32F42xxx and STM32F43xxx > series devices. It supports decoding the state configured by the > bootloader (PLL, clock select, bus dividers) and all the gates clocks. > It does not currently support the I2S and SAI PLLs. > > Relies on "Add support to STMicroeletronics STM32 family" v9 by Maxime > Coquelin: http://thread.gmane.org/gmane.linux.kernel/1961049 . > I applied 1 and 2. Looks like #3 should go through arm-soc at some later time? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/