All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Aisheng Dong <aisheng.dong@nxp.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"dongas86@gmail.com" <dongas86@gmail.com>,
	"catalin.marinas@arm.com" <catalin.marinas@arm.com>,
	"will.deacon@arm.com" <will.deacon@arm.com>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	dl-linux-imx <linux-imx@nxp.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH V6 1/4] dt-bindings: arm: imx: add imx8qxp mek support
Date: Mon, 14 Jan 2019 09:19:58 +0800	[thread overview]
Message-ID: <20190114011956.GA15371@dragon> (raw)
In-Reply-To: <1547206279-26169-2-git-send-email-aisheng.dong@nxp.com>

On Fri, Jan 11, 2019 at 11:37:24AM +0000, Aisheng Dong wrote:
> i.MX 8QuadXPlus is a quad (4x) Cortex-A35 proccessor with powerful
> graphic and multimedia features.
> This patch adds imx8qxp mek board support.
> 
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>

Applied, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Aisheng Dong <aisheng.dong@nxp.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"dongas86@gmail.com" <dongas86@gmail.com>,
	"catalin.marinas@arm.com" <catalin.marinas@arm.com>,
	"will.deacon@arm.com" <will.deacon@arm.com>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	dl-linux-imx <linux-imx@nxp.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH V6 1/4] dt-bindings: arm: imx: add imx8qxp mek support
Date: Mon, 14 Jan 2019 09:19:58 +0800	[thread overview]
Message-ID: <20190114011956.GA15371@dragon> (raw)
In-Reply-To: <1547206279-26169-2-git-send-email-aisheng.dong@nxp.com>

On Fri, Jan 11, 2019 at 11:37:24AM +0000, Aisheng Dong wrote:
> i.MX 8QuadXPlus is a quad (4x) Cortex-A35 proccessor with powerful
> graphic and multimedia features.
> This patch adds imx8qxp mek board support.
> 
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>

Applied, thanks.

  reply	other threads:[~2019-01-14  1:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-11 11:37 [PATCH V6 0/4] arm64: imx: add imx8qxp support Aisheng Dong
2019-01-11 11:37 ` [PATCH V6 1/4] dt-bindings: arm: imx: add imx8qxp mek support Aisheng Dong
2019-01-11 11:37   ` Aisheng Dong
2019-01-14  1:19   ` Shawn Guo [this message]
2019-01-14  1:19     ` Shawn Guo
2019-01-11 11:37 ` [PATCH V6 2/4] arm64: dts: imx: add imx8qxp support Aisheng Dong
2019-01-11 11:37   ` Aisheng Dong
2019-01-14  1:21   ` Shawn Guo
2019-01-14  1:21     ` Shawn Guo
2019-01-11 11:37 ` [PATCH V6 3/4] arm64: dts: imx: add imx8qxp mek support Aisheng Dong
2019-01-11 11:37   ` Aisheng Dong
2019-01-14  1:21   ` Shawn Guo
2019-01-14  1:21     ` Shawn Guo
2019-01-11 11:37 ` [PATCH V6 4/4] defconfig: arm64: add imx8qxp support Aisheng Dong
2019-01-14  1:22   ` Shawn Guo
2019-01-14  3:24     ` Aisheng Dong

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=20190114011956.GA15371@dragon \
    --to=shawnguo@kernel.org \
    --cc=aisheng.dong@nxp.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dongas86@gmail.com \
    --cc=fabio.estevam@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=will.deacon@arm.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.