devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/10] ARM: dts: Add Advantech board support
@ 2015-11-05 18:13 Akshay Bhat
       [not found] ` <1446747224-32514-1-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 17+ messages in thread
From: Akshay Bhat @ 2015-11-05 18:13 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: shawnguo-DgEjT+Ai2ygdnm+yROfE0A, 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, martin.donnelly-JJi787mZWgc,
	peter.stretz-ELdSlb/RfAS1Z/+hSey0Gg,
	l.stach-bIcnvbaLZ9MEGnE8C9+IrQ, Akshay Bhat

This series aims to add Advantech BA-16 module (iMX6 based) and GE board support.
Patches 7 to 10 correspond to the v2 changes.

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

Modifications:
v1->v2:
- Move entries from pinctrl_hog to relevant groups as suggested by Lucas Stash
- Remove unused PCIe power-on-gpio entry as suggested by Lucas Stash
- Remove always-on from regulators that do not need to be always-on as suggested by Lucas Stash
- Enable support for mma8453
- Add vendor prefix for General Electric Company as suggested by Martin Donnelly
- Update Copyright information as suggest by Martin Donnelly

History:
--------
[v1]: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-October/381872.html

Akshay Bhat (8):
  of: Add vendor prefix for Advantech Corporation
  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
  of: Add vendor prefix for General Electric Company
  ARM: dts: imx: Update vendor info for GE Bx50v3 boards
  ARM: dts: imx: Add mma8453 support
  ARM: dts: imx6q-ba16: Cleanup pinctrl and LDO

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                 |  75 +++
 arch/arm/boot/dts/imx6q-b650v3.dts                 |  74 +++
 arch/arm/boot/dts/imx6q-b850v3.dts                 | 122 +++++
 arch/arm/boot/dts/imx6q-ba16.dtsi                  | 584 +++++++++++++++++++++
 arch/arm/boot/dts/imx6q-bx50v3.dtsi                | 211 ++++++++
 7 files changed, 1071 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.6.2

--
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] 17+ messages in thread

end of thread, other threads:[~2015-11-10 18:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05 18:13 [PATCH v2 00/10] ARM: dts: Add Advantech board support Akshay Bhat
     [not found] ` <1446747224-32514-1-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2015-11-05 18:13   ` [PATCH v2 01/10] of: Add vendor prefix for Advantech Corporation Akshay Bhat
     [not found]     ` <1446747224-32514-2-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2015-11-05 20:22       ` Rob Herring
2015-11-10 18:11         ` Akshay Bhat
2015-11-05 18:13   ` [PATCH v2 02/10] ARM: dts: imx: Add Advantech BA-16 Qseven module Akshay Bhat
2015-11-05 18:13   ` [PATCH v2 03/10] ARM: dts: imx: Add support for Advantech/GE Bx50v3 Akshay Bhat
2015-11-05 18:13   ` [PATCH v2 04/10] ARM: dts: imx: Add support for Advantech/GE B450v3 Akshay Bhat
2015-11-05 18:13   ` [PATCH v2 05/10] ARM: dts: imx: Add support for Advantech/GE B650v3 Akshay Bhat
2015-11-05 18:13   ` [PATCH v2 06/10] ARM: dts: imx: Add support for Advantech/GE B850v3 Akshay Bhat
2015-11-05 18:13   ` [PATCH v2 07/10] of: Add vendor prefix for General Electric Company Akshay Bhat
     [not found]     ` <1446747224-32514-8-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2015-11-05 20:23       ` Rob Herring
2015-11-10 11:16       ` Lucas Stach
2015-11-05 18:13   ` [PATCH v2 08/10] ARM: dts: imx: Update vendor info for GE Bx50v3 boards Akshay Bhat
     [not found]     ` <1446747224-32514-9-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2015-11-10 11:19       ` Lucas Stach
     [not found]         ` <1447154351.3142.15.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2015-11-10 18:10           ` Akshay Bhat
2015-11-05 18:13   ` [PATCH v2 09/10] ARM: dts: imx: Add mma8453 support Akshay Bhat
2015-11-05 18:13   ` [PATCH v2 10/10] ARM: dts: imx6q-ba16: Cleanup pinctrl and LDO Akshay Bhat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).