All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: yurovsky@gmail.com, Dong Aisheng <aisheng.dong@nxp.com>,
	Sascha Hauer <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Russell King <linux@armlinux.org.uk>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 6/7] ARM: dts: imx7d: Add node for PCIe controller
Date: Wed, 3 May 2017 16:28:19 +0800	[thread overview]
Message-ID: <20170503082817.GD18578@dragon> (raw)
In-Reply-To: <20170418150133.31679-7-andrew.smirnov@gmail.com>

On Tue, Apr 18, 2017 at 08:01:32AM -0700, Andrey Smirnov wrote:
> Cc: yurovsky@gmail.com
> Cc: Dong Aisheng <aisheng.dong@nxp.com>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <kernel@pengutronix.de>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Russell King <linux@armlinux.org.uk>
> Cc: devicetree@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
>  arch/arm/boot/dts/imx7d.dtsi | 37 +++++++++++++++++++++++++++++++++++++
>  1 file changed, 37 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi
> index f6dee41..f46814a 100644
> --- a/arch/arm/boot/dts/imx7d.dtsi
> +++ b/arch/arm/boot/dts/imx7d.dtsi
> @@ -42,6 +42,7 @@
>   */
>  
>  #include "imx7s.dtsi"
> +#include <dt-bindings/reset/imx7-reset.h>

It has dependency on imx7 reset driver, and I need to wait for
v4.12-rc1 to apply the patch.

Shawn

WARNING: multiple messages have this Message-ID (diff)
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 6/7] ARM: dts: imx7d: Add node for PCIe controller
Date: Wed, 3 May 2017 16:28:19 +0800	[thread overview]
Message-ID: <20170503082817.GD18578@dragon> (raw)
In-Reply-To: <20170418150133.31679-7-andrew.smirnov@gmail.com>

On Tue, Apr 18, 2017 at 08:01:32AM -0700, Andrey Smirnov wrote:
> Cc: yurovsky at gmail.com
> Cc: Dong Aisheng <aisheng.dong@nxp.com>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <kernel@pengutronix.de>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Russell King <linux@armlinux.org.uk>
> Cc: devicetree at vger.kernel.org
> Cc: linux-kernel at vger.kernel.org
> Cc: linux-arm-kernel at lists.infradead.org
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
>  arch/arm/boot/dts/imx7d.dtsi | 37 +++++++++++++++++++++++++++++++++++++
>  1 file changed, 37 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi
> index f6dee41..f46814a 100644
> --- a/arch/arm/boot/dts/imx7d.dtsi
> +++ b/arch/arm/boot/dts/imx7d.dtsi
> @@ -42,6 +42,7 @@
>   */
>  
>  #include "imx7s.dtsi"
> +#include <dt-bindings/reset/imx7-reset.h>

It has dependency on imx7 reset driver, and I need to wait for
v4.12-rc1 to apply the patch.

Shawn

  reply	other threads:[~2017-05-03  8:28 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-18 15:01 [PATCH v2 0/7] i.MX7 PCIe related device tree changes Andrey Smirnov
2017-04-18 15:01 ` Andrey Smirnov
2017-04-18 15:01 ` Andrey Smirnov
2017-04-18 15:01 ` [PATCH v2 1/7] ARM: dts: i.MX: Reintroduce 'anatop-enable-bit' where appropriate Andrey Smirnov
2017-04-18 15:01   ` Andrey Smirnov
2017-05-03  8:22   ` Shawn Guo
2017-05-03  8:22     ` Shawn Guo
2017-05-03  8:22     ` Shawn Guo
2017-04-18 15:01 ` [PATCH v2 2/7] ARM: imx: Select GPCv2 for i.MX7 Andrey Smirnov
2017-04-18 15:01   ` Andrey Smirnov
2017-05-03  8:24   ` Shawn Guo
2017-05-03  8:24     ` Shawn Guo
2017-05-03  8:24     ` Shawn Guo
2017-04-18 15:01 ` [PATCH v2 3/7] ARM: dts: imx7s: Add node for GPC Andrey Smirnov
2017-04-18 15:01   ` Andrey Smirnov
2017-05-03  8:26   ` Shawn Guo
2017-05-03  8:26     ` Shawn Guo
2017-05-03  8:26     ` Shawn Guo
2017-04-18 15:01 ` [PATCH v2 4/7] ARM: dts: imx7s: Mark 'gpr' compatible with i.MX6 variant Andrey Smirnov
2017-04-18 15:01   ` Andrey Smirnov
2017-04-18 15:01 ` [PATCH v2 5/7] ARM: dts: imx7d-sdb: Add GPIO expander node Andrey Smirnov
2017-04-18 15:01   ` Andrey Smirnov
2017-04-18 15:01   ` Andrey Smirnov
2017-04-18 15:01 ` [PATCH v2 6/7] ARM: dts: imx7d: Add node for PCIe controller Andrey Smirnov
2017-04-18 15:01   ` Andrey Smirnov
2017-04-18 15:01   ` Andrey Smirnov
2017-05-03  8:28   ` Shawn Guo [this message]
2017-05-03  8:28     ` Shawn Guo
2017-04-18 15:01 ` [PATCH v2 7/7] ARM: dts: imx7d-sdb: Enable PCIe peripheral Andrey Smirnov
2017-04-18 15:01   ` Andrey Smirnov
2017-05-03  8:30   ` Shawn Guo
2017-05-03  8:30     ` Shawn Guo
2017-05-03  8:30     ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170503082817.GD18578@dragon \
    --to=shawnguo@kernel.org \
    --cc=aisheng.dong@nxp.com \
    --cc=andrew.smirnov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=fabio.estevam@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=yurovsky@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.