From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753636AbaBYByx (ORCPT ); Mon, 24 Feb 2014 20:54:53 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:45557 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752563AbaBYByv (ORCPT ); Mon, 24 Feb 2014 20:54:51 -0500 Date: Tue, 25 Feb 2014 10:54:48 +0900 From: Simon Horman To: Geert Uytterhoeven Cc: linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven , Mark Brown Subject: Re: [PATCH v2 1/2] ARM: shmobile: r8a7778/r8a7779 dtsi: Improve and correct HSPI bindings Message-ID: <20140225015445.GA8995@verge.net.au> References: <1392908239-22645-1-git-send-email-geert@linux-m68k.org> <20140224002837.GA3898@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140224002837.GA3898@verge.net.au> 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 Mon, Feb 24, 2014 at 09:28:40AM +0900, Simon Horman wrote: > On Thu, Feb 20, 2014 at 03:57:18PM +0100, Geert Uytterhoeven wrote: > > From: Geert Uytterhoeven > > > > Binding documentation: > > - Add future-proof "renesas,hspi-" compatible values, > > - Add "interrupt-parent", "#address-cells" and "#size-cells" properties, > > - Add reference to pinctrl documentation, > > - Add example bindings. > > > > r8a7778 and r8a7779 dtsi: > > - Add "renesas,hspi-r8a7778" resp. "renesas,hspi-r8a7779" compatible > > values, > > - Correct reference to parent interrupt controller > > (use "interrupt-parent" instead of "interrupt-controller"), > > - Add missing "#address-cells" and "#size-cells" properties, which are > > needed when populating the SPI buses. > > > > Signed-off-by: Geert Uytterhoeven > > Tested-by: Kuninori Morimoto [HSPI/BockW] > > Cc: Mark Brown > > --- > > v2: > > - Add Tested-by > > - List full example compatible properties with soctypes instead of just > > the soctypes, so checkpatch can validate DTSes. > > Thanks, I have queued this up. I have dropped this patch and because it updates both driver documentation and shmobile code. Please split the patch into two, one to be taken by the driver maintainer, Mark Brown. And one to be taken by me. Thanks I have also dropped the second patch of this series, which depends on this patch.