Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755078Ab3GWHwj (ORCPT ); Tue, 23 Jul 2013 03:52:39 -0400 Received: from mail-ee0-f47.google.com ([74.125.83.47]:42719 "EHLO mail-ee0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754958Ab3GWHwi (ORCPT ); Tue, 23 Jul 2013 03:52:38 -0400 Date: Tue, 23 Jul 2013 08:52:32 +0100 From: Lee Jones To: Simon Horman Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arnd@arndb.de, linus.walleij@stericsson.com Subject: Re: [PATCH 19/22] ARM: shmobile: r8a7779: Remove '0x's from R8A7779 DTS file Message-ID: <20130723075232.GD26801@laptop> References: <1374490361-25769-1-git-send-email-lee.jones@linaro.org> <1374490361-25769-19-git-send-email-lee.jones@linaro.org> <20130723013343.GG16481@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130723013343.GG16481@verge.net.au> 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 Content-Length: 2121 Lines: 70 On Tue, 23 Jul 2013, Simon Horman wrote: > On Mon, Jul 22, 2013 at 11:52:38AM +0100, Lee Jones wrote: > > Cc: Simon Horman > > Signed-off-by: Lee Jones > > Acked-by: Simon Horman > > Let me know if you want me to take this through the renesas tree. Thanks Simon. To save on conflicts, I think that's best. I will take all orphaned patches or ones without maintainers associated with them through ARM SoC, but if you can take it, please do. > > --- > > arch/arm/boot/dts/r8a7779.dtsi | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi > > index 7f146c6..86bd487 100644 > > --- a/arch/arm/boot/dts/r8a7779.dtsi > > +++ b/arch/arm/boot/dts/r8a7779.dtsi > > @@ -65,7 +65,7 @@ > > sense-bitfield-width = <2>; > > }; > > > > - i2c0: i2c@0xffc70000 { > > + i2c0: i2c@ffc70000 { > > #address-cells = <1>; > > #size-cells = <0>; > > compatible = "renesas,rmobile-iic"; > > @@ -74,7 +74,7 @@ > > interrupts = <0 79 0x4>; > > }; > > > > - i2c1: i2c@0xffc71000 { > > + i2c1: i2c@ffc71000 { > > #address-cells = <1>; > > #size-cells = <0>; > > compatible = "renesas,rmobile-iic"; > > @@ -83,7 +83,7 @@ > > interrupts = <0 82 0x4>; > > }; > > > > - i2c2: i2c@0xffc72000 { > > + i2c2: i2c@ffc72000 { > > #address-cells = <1>; > > #size-cells = <0>; > > compatible = "renesas,rmobile-iic"; > > @@ -92,7 +92,7 @@ > > interrupts = <0 80 0x4>; > > }; > > > > - i2c3: i2c@0xffc73000 { > > + i2c3: i2c@ffc73000 { > > #address-cells = <1>; > > #size-cells = <0>; > > compatible = "renesas,rmobile-iic"; -- Lee Jones Linaro ST-Ericsson Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/