From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758023Ab3HMNVq (ORCPT ); Tue, 13 Aug 2013 09:21:46 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:45587 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757828Ab3HMNVp (ORCPT ); Tue, 13 Aug 2013 09:21:45 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 72.84.113.162 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/HNzuFt8rKI2VJ/tpZZk4IPXedy13BPYo= Date: Tue, 13 Aug 2013 09:21:32 -0400 From: Jason Cooper To: Sebastian Hesselbarth Cc: Thomas Petazzoni , Andrew Lunn , Russell King , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 7/9] ARM: dove: add PCIe controllers to SoC DT Message-ID: <20130813132132.GY25111@titan.lakedaemon.net> References: <1376333215-12885-1-git-send-email-sebastian.hesselbarth@gmail.com> <1376333215-12885-8-git-send-email-sebastian.hesselbarth@gmail.com> <20130812200452.GW25111@titan.lakedaemon.net> <520A1871.4000501@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <520A1871.4000501@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 13, 2013 at 01:28:49PM +0200, Sebastian Hesselbarth wrote: > On 08/12/13 22:04, Jason Cooper wrote: > >On Mon, Aug 12, 2013 at 08:46:53PM +0200, Sebastian Hesselbarth wrote: > >>This adds a node for the pcie controllers found on Dove SoCs to the > >>SoC DT include. > >> > >>Signed-off-by: Sebastian Hesselbarth > >>--- > >>Cc: Russell King > >>Cc: Jason Cooper > >>Cc: Andrew Lunn > >>Cc: Thomas Petazzoni > >>Cc: linux-kernel@vger.kernel.org > >>Cc: linux-arm-kernel@lists.infradead.org > >>--- > >> arch/arm/boot/dts/dove.dtsi | 54 +++++++++++++++++++++++++++++++++++++++++++ > >> 1 file changed, 54 insertions(+) > > > >patches 7-9 applied to mvebu/dove_mbus since the dependencies are > >cleaner that way. > > Jason, > > I will have to slightly modify the reset-gpio property names and that > requires a fixup patch for patch 8. Can you still squash it or do you > need a proper patch? I can squash it, no problem. thx, Jason. > diff --git a/arch/arm/boot/dts/dove-d3plug.dts b/arch/arm/boot/dts/dove-d3plug.dts > index ead90eb..f5f59bb 100644 > --- a/arch/arm/boot/dts/dove-d3plug.dts > +++ b/arch/arm/boot/dts/dove-d3plug.dts > @@ -91,7 +91,7 @@ > pcie-port@0 { > status = "okay"; > reset-gpios = <&gpio0 26 1>; > - reset-delay-ms = <20>; > + reset-delay-us = <20000>; > pinctrl-0 = <&pmx_camera_gpio>; > pinctrl-names = "default"; > }; From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Tue, 13 Aug 2013 09:21:32 -0400 Subject: [PATCH 7/9] ARM: dove: add PCIe controllers to SoC DT In-Reply-To: <520A1871.4000501@gmail.com> References: <1376333215-12885-1-git-send-email-sebastian.hesselbarth@gmail.com> <1376333215-12885-8-git-send-email-sebastian.hesselbarth@gmail.com> <20130812200452.GW25111@titan.lakedaemon.net> <520A1871.4000501@gmail.com> Message-ID: <20130813132132.GY25111@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Aug 13, 2013 at 01:28:49PM +0200, Sebastian Hesselbarth wrote: > On 08/12/13 22:04, Jason Cooper wrote: > >On Mon, Aug 12, 2013 at 08:46:53PM +0200, Sebastian Hesselbarth wrote: > >>This adds a node for the pcie controllers found on Dove SoCs to the > >>SoC DT include. > >> > >>Signed-off-by: Sebastian Hesselbarth > >>--- > >>Cc: Russell King > >>Cc: Jason Cooper > >>Cc: Andrew Lunn > >>Cc: Thomas Petazzoni > >>Cc: linux-kernel at vger.kernel.org > >>Cc: linux-arm-kernel at lists.infradead.org > >>--- > >> arch/arm/boot/dts/dove.dtsi | 54 +++++++++++++++++++++++++++++++++++++++++++ > >> 1 file changed, 54 insertions(+) > > > >patches 7-9 applied to mvebu/dove_mbus since the dependencies are > >cleaner that way. > > Jason, > > I will have to slightly modify the reset-gpio property names and that > requires a fixup patch for patch 8. Can you still squash it or do you > need a proper patch? I can squash it, no problem. thx, Jason. > diff --git a/arch/arm/boot/dts/dove-d3plug.dts b/arch/arm/boot/dts/dove-d3plug.dts > index ead90eb..f5f59bb 100644 > --- a/arch/arm/boot/dts/dove-d3plug.dts > +++ b/arch/arm/boot/dts/dove-d3plug.dts > @@ -91,7 +91,7 @@ > pcie-port at 0 { > status = "okay"; > reset-gpios = <&gpio0 26 1>; > - reset-delay-ms = <20>; > + reset-delay-us = <20000>; > pinctrl-0 = <&pmx_camera_gpio>; > pinctrl-names = "default"; > };