All of lore.kernel.org
 help / color / mirror / Atom feed
From: maitysanchayan@gmail.com (Sanchayan Maity)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/10] Add support for Ixora V1.1 and Apalis Evaluation Board
Date: Mon,  7 Aug 2017 12:52:32 +0530	[thread overview]
Message-ID: <cover.1502087184.git.maitysanchayan@gmail.com> (raw)

Hello,

This patch series adds support for Toradex Ixora V1.1 and Apalis
Evaluation Board along with some cleanups.

Patch series has been generated on top of shawn's for-next branch.

Regards,
Sanchayan.

Marcel Ziswiler (6):
  ARM: dts: imx6q-apalis-ixora: combine aliases
  ARM: dts: imx6qdl-apalis: imx6q-apalis-ixora: get rid of tegra legacy gen1_i2c comment
  ARM: dts: imx6qdl-apalis: reword cam i2c comment
  ARM: dts: imx6q-apalis-ixora: get rid of obsolete fusion comment
  ARM: dts: imx6q-apalis-ixora: add camera i2c bus definition
  ARM: dts: imx6qdl-apalis: imx6q-apalis-ixora: use i2c from dwc hdmi

Sanchayan Maity (4):
  ARM: dts: imx6q-apalis-ixora: fix usdhc2 pinctrl property
  ARM: dts: imx6qdl-apalis: split usdhc1 pinctrl to support 4- and 8-bit
  ARM: dts: imx6: add support for Toradex Ixora V1.1 carrier board
  ARM: dts: imx6q-apalis-eval: add support for Apalis Evaluation Board

 arch/arm/boot/dts/Makefile                    |   2 +
 arch/arm/boot/dts/imx6q-apalis-eval.dts       | 278 ++++++++++++++++++++++++
 arch/arm/boot/dts/imx6q-apalis-ixora-v1.1.dts | 291 ++++++++++++++++++++++++++
 arch/arm/boot/dts/imx6q-apalis-ixora.dts      |  32 ++-
 arch/arm/boot/dts/imx6qdl-apalis.dtsi         |  44 ++--
 5 files changed, 605 insertions(+), 42 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6q-apalis-eval.dts
 create mode 100644 arch/arm/boot/dts/imx6q-apalis-ixora-v1.1.dts

-- 
2.13.3

WARNING: multiple messages have this Message-ID (diff)
From: Sanchayan Maity <maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: marcel.ziswiler-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org,
	maitysanchayan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [PATCH 00/10] Add support for Ixora V1.1 and Apalis Evaluation Board
Date: Mon,  7 Aug 2017 12:52:32 +0530	[thread overview]
Message-ID: <cover.1502087184.git.maitysanchayan@gmail.com> (raw)

Hello,

This patch series adds support for Toradex Ixora V1.1 and Apalis
Evaluation Board along with some cleanups.

Patch series has been generated on top of shawn's for-next branch.

Regards,
Sanchayan.

Marcel Ziswiler (6):
  ARM: dts: imx6q-apalis-ixora: combine aliases
  ARM: dts: imx6qdl-apalis: imx6q-apalis-ixora: get rid of tegra legacy gen1_i2c comment
  ARM: dts: imx6qdl-apalis: reword cam i2c comment
  ARM: dts: imx6q-apalis-ixora: get rid of obsolete fusion comment
  ARM: dts: imx6q-apalis-ixora: add camera i2c bus definition
  ARM: dts: imx6qdl-apalis: imx6q-apalis-ixora: use i2c from dwc hdmi

Sanchayan Maity (4):
  ARM: dts: imx6q-apalis-ixora: fix usdhc2 pinctrl property
  ARM: dts: imx6qdl-apalis: split usdhc1 pinctrl to support 4- and 8-bit
  ARM: dts: imx6: add support for Toradex Ixora V1.1 carrier board
  ARM: dts: imx6q-apalis-eval: add support for Apalis Evaluation Board

 arch/arm/boot/dts/Makefile                    |   2 +
 arch/arm/boot/dts/imx6q-apalis-eval.dts       | 278 ++++++++++++++++++++++++
 arch/arm/boot/dts/imx6q-apalis-ixora-v1.1.dts | 291 ++++++++++++++++++++++++++
 arch/arm/boot/dts/imx6q-apalis-ixora.dts      |  32 ++-
 arch/arm/boot/dts/imx6qdl-apalis.dtsi         |  44 ++--
 5 files changed, 605 insertions(+), 42 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6q-apalis-eval.dts
 create mode 100644 arch/arm/boot/dts/imx6q-apalis-ixora-v1.1.dts

-- 
2.13.3

--
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

             reply	other threads:[~2017-08-07  7:22 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-07  7:22 Sanchayan Maity [this message]
2017-08-07  7:22 ` [PATCH 00/10] Add support for Ixora V1.1 and Apalis Evaluation Board Sanchayan Maity
2017-08-07  7:22 ` [PATCH 01/10] ARM: dts: imx6q-apalis-ixora: fix usdhc2 pinctrl property Sanchayan Maity
2017-08-07  7:22   ` Sanchayan Maity
2017-08-07  7:22 ` [PATCH 02/10] ARM: dts: imx6qdl-apalis: split usdhc1 pinctrl to support 4- and 8-bit Sanchayan Maity
2017-08-07  7:22   ` Sanchayan Maity
2017-08-07  7:22 ` [PATCH 03/10] ARM: dts: imx6q-apalis-ixora: combine aliases Sanchayan Maity
2017-08-07  7:22   ` Sanchayan Maity
2017-08-07  7:22 ` [PATCH 04/10] ARM: dts: imx6qdl-apalis: imx6q-apalis-ixora: get rid of tegra legacy gen1_i2c comment Sanchayan Maity
2017-08-07  7:22   ` Sanchayan Maity
2017-08-07  7:22 ` [PATCH 05/10] ARM: dts: imx6qdl-apalis: reword cam i2c comment Sanchayan Maity
2017-08-07  7:22   ` Sanchayan Maity
2017-08-07  7:22 ` [PATCH 06/10] ARM: dts: imx6q-apalis-ixora: get rid of obsolete fusion comment Sanchayan Maity
2017-08-07  7:22   ` Sanchayan Maity
2017-08-07  7:22 ` [PATCH 07/10] ARM: dts: imx6q-apalis-ixora: add camera i2c bus definition Sanchayan Maity
2017-08-07  7:22   ` Sanchayan Maity
2017-08-07  7:22 ` [PATCH 08/10] ARM: dts: imx6qdl-apalis: imx6q-apalis-ixora: use i2c from dwc hdmi Sanchayan Maity
2017-08-07  7:22   ` Sanchayan Maity
2017-08-07  7:22 ` [PATCH 09/10] ARM: dts: imx6: add support for Toradex Ixora V1.1 carrier board Sanchayan Maity
2017-08-07  7:22   ` Sanchayan Maity
2017-08-07  7:22 ` [PATCH 10/10] ARM: dts: imx6q-apalis-eval: add support for Apalis Evaluation Board Sanchayan Maity
2017-08-07  7:22   ` Sanchayan Maity
2017-08-14  1:30 ` [PATCH 00/10] Add support for Ixora V1.1 and " Shawn Guo
2017-08-14  1: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=cover.1502087184.git.maitysanchayan@gmail.com \
    --to=maitysanchayan@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.