From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757674AbaCFBic (ORCPT ); Wed, 5 Mar 2014 20:38:32 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:54995 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755512AbaCFBia (ORCPT ); Wed, 5 Mar 2014 20:38:30 -0500 Date: Thu, 6 Mar 2014 10:38:27 +0900 From: Simon Horman To: Magnus Damm Cc: Geert Uytterhoeven , SH-Linux , "linux-arm-kernel@lists.infradead.org" , linux-kernel Subject: Re: [PATCH v2 00/11] ARM: shmobile: MSIOF integration on r8a7790/lager and r8a7791/koelsch Message-ID: <20140306013824.GF13581@verge.net.au> References: <1393324219-3317-1-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Horms Solutions Ltd. 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 Wed, Mar 05, 2014 at 05:31:42PM +0900, Magnus Damm wrote: > On Tue, Feb 25, 2014 at 7:30 PM, Geert Uytterhoeven > wrote: > > Hi Simon, Magnus, > > > > This patch series integrates support for the MSIOF module in the Renesas > > R-Car H2 (r8a7790) and M2 (r8a7791) SoCs on the Lager and Koelsch > > development boards. > > > > It was tested on Lager and Koelsch, both legacy and DT, using a dummy > > driver for the Renesas r2a11302ft PMIC that reads out the PMIC's version > > ID. > > > > [01/11] ARM: shmobile: r8a7790: Add MSIOF clocks > > [02/11] ARM: shmobile: r8a7791: Add MSIOF clocks > > [03/11] ARM: shmobile: lager legacy: Add MSIOF support > > [04/11] ARM: shmobile: koelsch legacy: Add MSIOF support > > [05/11] ARM: shmobile: r8a7790/lager dts: Rename label spi to qspi, add > > spi0 alias > > [06/11] ARM: shmobile: r8a7791/koelsch dts: Rename label spi to qspi, > > add spi0 alias > > [07/11] ARM: shmobile: r8a7790 dtsi: Add MSIOF nodes and aliases > > [08/11] ARM: shmobile: r8a7791 dtsi: Add MSIOF nodes and aliases > > [09/11] ARM: shmobile: lager dts: Add MSIOF nodes > > [10/11] ARM: shmobile: koelsch dts: Add MSIOF nodes > > [11/11] ARM: shmobile: koelsch/lager/multi defconfig: Enable MSIOF > > > > These are (reworked versions of) the remaining patches not taken from v1. > > Changelogs are available in the individual patches. > > Hi Geert, > > Thanks for your efforts. All these look fine to me. > > Acked-by: Magnus Damm > > Exactly what to merge upstream depends on what the ARM SoC maintainers prefer. I wonder if for now we could move things forwards by merging the non-legacy code. I think that would mean the following: [05/11] ARM: shmobile: r8a7790/lager dts: Rename label spi to qspi, add spi0 alias [06/11] ARM: shmobile: r8a7791/koelsch dts: Rename label spi to qspi, add spi0 alias [07/11] ARM: shmobile: r8a7790 dtsi: Add MSIOF nodes and aliases [08/11] ARM: shmobile: r8a7791 dtsi: Add MSIOF nodes and aliases [09/11] ARM: shmobile: lager dts: Add MSIOF nodes [10/11] ARM: shmobile: koelsch dts: Add MSIOF nodes And just the 'multi' portion of: [11/11] ARM: shmobile: koelsch/lager/multi defconfig: Enable MSIOF Would that result in working MSIOF support for koelsch and lager when using multiplatform? Then later, if appropriate, in accordance with discussions with the ARM SoC maintainers, we could merge the remaining changes in this series: the legacy code.