From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752584AbbHEAzu (ORCPT ); Tue, 4 Aug 2015 20:55:50 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:43853 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751264AbbHEAzs (ORCPT ); Tue, 4 Aug 2015 20:55:48 -0400 Date: Wed, 5 Aug 2015 09:55:44 +0900 From: Simon Horman To: Geert Uytterhoeven Cc: Magnus Damm , Michael Turquette , Stephen Boyd , Laurent Pinchart , "Rafael J. Wysocki" , Kevin Hilman , Ulf Hansson , linux-clk@vger.kernel.org, linux-pm@vger.kernel.org, linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 00/16] ARM: shmobile: Add CPG/MSTP Clock Domain Message-ID: <20150805005543.GC20726@verge.net.au> References: <1438691297-29235-1-git-send-email-geert+renesas@glider.be> <20150804134824.GA10194@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150804134824.GA10194@verge.net.au> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 04, 2015 at 10:48:28PM +0900, Simon Horman wrote: > Thanks Geert, > > I have tentatively queued this up in its own branch, > cpg-mstp-clock-domain-for-v4.3. Where possible I prefer not to apply non-DTS/DTSI patches on top of DTS/DTSI patches, I believe this is in keeping with how the ARM SoC maintainers like things handled. With this in mind I have shuffled things around a little, the result is: 1. The following are (still) queued up for v4.3 in their own cpg-mstp-clock-domain-for-v4.3 branch: clk: shmobile: Add CPG/MSTP Clock Domain support clk: shmobile: r8a7778: Add CPG/MSTP Clock Domain support clk: shmobile: r8a7779: Add CPG/MSTP Clock Domain support clk: shmobile: rcar-gen2: Add CPG/MSTP Clock Domain support clk: shmobile: rz: Add CPG/MSTP Clock Domain support ARM: shmobile: r7s72100 dtsi: Add CPG/MSTP Clock Domain ARM: shmobile: r8a7778 dtsi: Add CPG/MSTP Clock Domain ARM: shmobile: r8a7779 dtsi: Add CPG/MSTP Clock Domain ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain ARM: shmobile: r8a7793 dtsi: Add CPG/MSTP Clock Domain ARM: shmobile: r8a7794 dtsi: Add CPG/MSTP Clock Domain 2. The following are now queued up for v4.3 in a separate sh-drivers-for-v4.3 branch. That branch is on top of the cpg-mstp-clock-domain-for-v4.3 branch and I intend to send it directly to Linus if/when a v4.3-rc has been released with the patches listed in 1. present. drivers: sh: Disable legacy default PM Domain on emev2 drivers: sh: Disable PM runtime for multi-platform ARM with genpd 3. I have deferred the remaining two patches, listed below, for v4.4. they currently reside in cpg-mstp-clock-domain-for-v4.4. That branch is based on the sh-drivers-for-v4.3 branch. clk: shmobile: mstp: Consider "zb_clk" suitable for power management ARM: shmobile: R-Mobile: Use CPG/MSTP Clock Domain attach/detach helpers This means that the last two patches will disappear from next until after v4.3-rc1 is released but they, along with all the other patches, will be present in the renesas devel branch.