Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932827AbcJSOMc (ORCPT ); Wed, 19 Oct 2016 10:12:32 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:60267 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932188AbcJSOM3 (ORCPT ); Wed, 19 Oct 2016 10:12:29 -0400 Subject: Re: [PATCH v2 0/6] STM32F4 Add RTC & QSPI clocks To: Stephen Boyd References: <1476436699-21879-1-git-send-email-gabriel.fernandez@st.com> <20161018235108.GP8871@codeaurora.org> CC: Rob Herring , Mark Rutland , Russell King , Maxime Coquelin , Alexandre Torgue , Michael Turquette , Nicolas Pitre , Arnd Bergmann , , , , , , , , From: Gabriel Fernandez Message-ID: Date: Wed, 19 Oct 2016 10:34:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161018235108.GP8871@codeaurora.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.1.80] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-10-19_07:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 889 Lines: 32 Hi Stephen, On 10/19/2016 01:51 AM, Stephen Boyd wrote: > On 10/14, gabriel.fernandez@st.com wrote: >> Gabriel Fernandez (6): >> clk: stm32f4: Add LSI & LSE clocks >> ARM: dts: stm32f429: add LSI and LSE clocks >> arm: stmf32: Enable SYSCON >> clk: stm32f4: Add RTC clock >> clk: stm32f469: Add QSPI clock >> ARM: dts: stm32f429: Add QSPI clock > Can the clk patches be picked without causing problems for > existing dt changes? Do you want an ack from clk maintainers > instead of us picking the clk patches up? The series has > intermingled clk and dts changes so I'm confused. > Thanks for reviewing. Normally DT patches will be taken by STM32 maintainer, but yes there is a dependency between patch 1 & 2, so if you push the patch 1 into clk-next tree you have to take also patch 2. You have to be synchronized with Alexandre Torgue. Best Regards Gabriel