From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754936AbcGLO5L (ORCPT ); Tue, 12 Jul 2016 10:57:11 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:51935 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754140AbcGLO5J (ORCPT ); Tue, 12 Jul 2016 10:57:09 -0400 Subject: Re: [GIT PULL] STi late updates for v4.8 To: Lee Jones References: <5784F935.9050000@st.com> <20160712144944.GG1611@dell> CC: Arnd Bergmann , Kevin Hilman , Olof Johansson , , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Peter Griffin , DCG_UPD_stlinux_kernel From: Patrice Chotard Message-ID: <57850522.2010006@st.com> Date: Tue, 12 Jul 2016 16:56:34 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160712144944.GG1611@dell> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.1.66] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-07-12_07:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/12/2016 04:49 PM, Lee Jones wrote: > On Tue, 12 Jul 2016, Patrice Chotard wrote: > >> Hi Olof, Arnd and Kevin, >> >> Please consider this first round of STi late updates for v4.8: >> >> >> The following changes since commit 6ca59e6e1fc3a8d7ccbf85ff036bd6ff40847c1a: >> >> clk: st: clkgen-pll: Detect critical clocks (2016-06-30 12:17:11 -0700) > This should be one of the -rcs. > >> are available in the git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-late-v4.8 >> >> for you to fetch changes up to cf4b5ceb95b1e8842bc4f061a8ba8c395b5dbc6d: >> >> spi: st-ssc4: Remove 'no clocking' hack (2016-07-12 13:22:55 +0200) >> >> ---------------------------------------------------------------- >> Highlights: >> ----------- >> - Add STi DT critical clocks declaration >> - Remove SPI hack wich has dependecy with critical clocks >> >> These 2 STi DT patches and SPI hack MUST be applied after patches >> contained into Stephen Boyd's branch clk-next/clk-st-critical. >> This to ensure not to break SPI. > Okay, good. > >> ---------------------------------------------------------------- >> Lee Jones (3): >> ARM: sti: stih407-family: Supply defines for CLOCKGEN A0 >> ARM: sti: stih410-clocks: Identify critical clocks >> spi: st-ssc4: Remove 'no clocking' hack > Doh! Both this and the diff below need to contain the driver/clk > patches, as Olof already mentioned. Thanks for pointing this Lee, i will submit a v2 Patrice > >> arch/arm/boot/dts/stih410-clock.dtsi | 9 ++++++++ >> drivers/spi/spi-st-ssc4.c | 36 +++++--------------------------- >> include/dt-bindings/clock/stih407-clks.h | 4 ++++ >> 3 files changed, 18 insertions(+), 31 deletions(-)