All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/7] ARM: dts: Add Advantech board support
@ 2016-01-29 23:19 ` Akshay Bhat
  0 siblings, 0 replies; 26+ messages in thread
From: Akshay Bhat @ 2016-01-29 23:19 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA, shawnguo-DgEjT+Ai2ygdnm+yROfE0A
  Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	linux-lFZ/pmaqli7XmaaqVzeoHQ, galak-sgV2jX0FEOL9JmXXK+q4OQ,
	mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	justin.waters-jEh4hwF5bVhBDgjK7y7TUQ,
	l.stach-bIcnvbaLZ9MEGnE8C9+IrQ, Akshay Bhat

This series aims to add Advantech BA-16 module (iMX6 based) and GE board support.

This series has been tested against linux-next tag next-20160128.

Modifications:
v6->v7:
- BA16:
Use hypen instead of underscore in node names
Update backlight control pin as per final schematics
Remove unused clk24m node
Use wakeup-source instead of enable-sdio-wakeup
- Bx50v3:
Use hypen instead of underscore in node names
Use newline between node property and sub-node
Update i2c mux labels to make naming more explicit
Use wakeup-source instead of enable-sdio-wakeup
- B450v3, B650v3
Use hypen instead of underscore in node names
Remove panel_lvds1 as per final schematics 
- B850v3:
Use hypen instead of underscore in node names
Update i2c mux labels to make naming more explicit
Remove unused ads7830_2 label

History:
--------
[v1]: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-October/381872.html
[v2]: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-November/383276.html
[v3]: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-November/384202.html
[v4]: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-December/390373.html
[v5]: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-December/390788.html
[v6]: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-December/396131.html

Akshay Bhat (5):
  of: Add vendor prefix for Advantech Corporation
  of: Add vendor prefix for General Electric Company
  ARM: dts: imx: Add support for Advantech/GE B450v3
  ARM: dts: imx: Add support for Advantech/GE B650v3
  ARM: dts: imx: Add support for Advantech/GE B850v3

Justin Waters (2):
  ARM: dts: imx: Add Advantech BA-16 Qseven module
  ARM: dts: imx: Add support for Advantech/GE Bx50v3

 .../devicetree/bindings/vendor-prefixes.txt        |   2 +
 arch/arm/boot/dts/Makefile                         |   3 +
 arch/arm/boot/dts/imx6q-b450v3.dts                 |  88 +++
 arch/arm/boot/dts/imx6q-b650v3.dts                 |  88 +++
 arch/arm/boot/dts/imx6q-b850v3.dts                 | 157 +++++
 arch/arm/boot/dts/imx6q-ba16.dtsi                  | 633 +++++++++++++++++++++
 arch/arm/boot/dts/imx6q-bx50v3.dtsi                | 239 ++++++++
 7 files changed, 1210 insertions(+)
 create mode 100644 arch/arm/boot/dts/imx6q-b450v3.dts
 create mode 100644 arch/arm/boot/dts/imx6q-b650v3.dts
 create mode 100644 arch/arm/boot/dts/imx6q-b850v3.dts
 create mode 100644 arch/arm/boot/dts/imx6q-ba16.dtsi
 create mode 100644 arch/arm/boot/dts/imx6q-bx50v3.dtsi

-- 
2.7.0

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

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2016-02-14  2:19 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-29 23:19 [PATCH v7 0/7] ARM: dts: Add Advantech board support Akshay Bhat
2016-01-29 23:19 ` Akshay Bhat
     [not found] ` <1454109558-22800-1-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2016-01-29 23:19   ` [PATCH v7 1/7] of: Add vendor prefix for Advantech Corporation Akshay Bhat
2016-01-29 23:19     ` Akshay Bhat
2016-01-29 23:19   ` [PATCH v7 2/7] of: Add vendor prefix for General Electric Company Akshay Bhat
2016-01-29 23:19     ` Akshay Bhat
2016-01-29 23:19   ` [PATCH v7 3/7] ARM: dts: imx: Add Advantech BA-16 Qseven module Akshay Bhat
2016-01-29 23:19     ` Akshay Bhat
     [not found]     ` <1454109558-22800-4-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2016-02-03 14:40       ` Shawn Guo
2016-02-03 14:40         ` Shawn Guo
2016-02-04 23:41         ` Akshay Bhat
2016-02-04 23:41           ` Akshay Bhat
2016-01-29 23:19   ` [PATCH v7 4/7] ARM: dts: imx: Add support for Advantech/GE Bx50v3 Akshay Bhat
2016-01-29 23:19     ` Akshay Bhat
     [not found]     ` <1454109558-22800-5-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2016-02-03 14:52       ` Shawn Guo
2016-02-03 14:52         ` Shawn Guo
2016-02-04 23:57         ` Akshay Bhat
2016-02-04 23:57           ` Akshay Bhat
     [not found]           ` <56B3E578.2080209-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2016-02-14  2:19             ` Shawn Guo
2016-02-14  2:19               ` Shawn Guo
2016-01-29 23:19   ` [PATCH v7 5/7] ARM: dts: imx: Add support for Advantech/GE B450v3 Akshay Bhat
2016-01-29 23:19     ` Akshay Bhat
2016-01-29 23:19   ` [PATCH v7 6/7] ARM: dts: imx: Add support for Advantech/GE B650v3 Akshay Bhat
2016-01-29 23:19     ` Akshay Bhat
2016-01-29 23:19   ` [PATCH v7 7/7] ARM: dts: imx: Add support for Advantech/GE B850v3 Akshay Bhat
2016-01-29 23:19     ` Akshay Bhat

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.