All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yuan Yao <yao.yuan@freescale.com>
To: <shawnguo@kernel.org>, <robh+dt@kernel.org>,
	<mark.rutland@arm.com>, <computersforpeace@gmail.com>,
	<pawel.moll@arm.com>, <leoyang.li@nxp.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
	Yuan Yao <yao.yuan@nxp.com>
Subject: [PATCH v2 0/2] arm64: dts: ls1043a: add the DTS node for QSPI support
Date: Wed, 13 Apr 2016 18:08:25 +0800	[thread overview]
Message-ID: <1460542107-45807-1-git-send-email-yao.yuan@freescale.com> (raw)

From: Yuan Yao <yao.yuan@nxp.com>

Yuan Yao (2):
  Documentation: fsl-quadspi: Add fsl, ls1043a-qspi compatible string
	Changed in v2: Remove unused property.
  arm64: dts: ls1043a: add the DTS node for QSPI support

 Documentation/devicetree/bindings/mtd/fsl-quadspi.txt |  3 ++-
 arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts     | 13 +++++++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi        | 14 ++++++++++++++
 3 files changed, 29 insertions(+), 1 deletion(-)

-- 
2.1.0.27.g96db324

WARNING: multiple messages have this Message-ID (diff)
From: Yuan Yao <yao.yuan-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
To: shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	pawel.moll-5wv7dgnIgG8@public.gmane.org,
	leoyang.li-3arQi8VN3Tc@public.gmane.org
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Yuan Yao <yao.yuan-3arQi8VN3Tc@public.gmane.org>
Subject: [PATCH v2 0/2] arm64: dts: ls1043a: add the DTS node for QSPI support
Date: Wed, 13 Apr 2016 18:08:25 +0800	[thread overview]
Message-ID: <1460542107-45807-1-git-send-email-yao.yuan@freescale.com> (raw)

From: Yuan Yao <yao.yuan-3arQi8VN3Tc@public.gmane.org>

Yuan Yao (2):
  Documentation: fsl-quadspi: Add fsl, ls1043a-qspi compatible string
	Changed in v2: Remove unused property.
  arm64: dts: ls1043a: add the DTS node for QSPI support

 Documentation/devicetree/bindings/mtd/fsl-quadspi.txt |  3 ++-
 arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts     | 13 +++++++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi        | 14 ++++++++++++++
 3 files changed, 29 insertions(+), 1 deletion(-)

-- 
2.1.0.27.g96db324

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: yao.yuan@freescale.com (Yuan Yao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] arm64: dts: ls1043a: add the DTS node for QSPI support
Date: Wed, 13 Apr 2016 18:08:25 +0800	[thread overview]
Message-ID: <1460542107-45807-1-git-send-email-yao.yuan@freescale.com> (raw)

From: Yuan Yao <yao.yuan@nxp.com>

Yuan Yao (2):
  Documentation: fsl-quadspi: Add fsl, ls1043a-qspi compatible string
	Changed in v2: Remove unused property.
  arm64: dts: ls1043a: add the DTS node for QSPI support

 Documentation/devicetree/bindings/mtd/fsl-quadspi.txt |  3 ++-
 arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts     | 13 +++++++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi        | 14 ++++++++++++++
 3 files changed, 29 insertions(+), 1 deletion(-)

-- 
2.1.0.27.g96db324

             reply	other threads:[~2016-04-13 10:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-13 10:08 Yuan Yao [this message]
2016-04-13 10:08 ` [PATCH v2 0/2] arm64: dts: ls1043a: add the DTS node for QSPI support Yuan Yao
2016-04-13 10:08 ` Yuan Yao
2016-04-13 10:08 ` [PATCH v2 1/2] Documentation: fsl-quadspi: Add fsl, ls1043a-qspi compatible string Yuan Yao
2016-04-13 10:08   ` Yuan Yao
2016-04-13 10:08   ` Yuan Yao
2016-04-14 16:12   ` Rob Herring
2016-04-14 16:12     ` Rob Herring
2016-04-14 16:12     ` Rob Herring
2016-04-18  2:16     ` Shawn Guo
2016-04-18  2:16       ` Shawn Guo
2016-04-18  2:16       ` Shawn Guo
2016-04-13 10:08 ` [PATCH v2 2/2] arm64: dts: ls1043a: add the DTS node for QSPI support Yuan Yao
2016-04-13 10:08   ` Yuan Yao
2016-04-13 10:08   ` Yuan Yao

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=1460542107-45807-1-git-send-email-yao.yuan@freescale.com \
    --to=yao.yuan@freescale.com \
    --cc=computersforpeace@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.org \
    --cc=yao.yuan@nxp.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.