All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/7] ARM: dts: Add Advantech board support
@ 2015-12-23 22:00 ` Akshay Bhat
  0 siblings, 0 replies; 40+ messages in thread
From: Akshay Bhat @ 2015-12-23 22:00 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,
	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-20151223.

Modifications:
v5->v6:
- BA16:
Add missing dlg,da9063-onkey compatibility
Revert partitions container for spi-nor flash
Address below comments from Shawn:
Update to GPL/X11 dual license
Add new line between properties and sub-nodes; between nodes
Consistently use lowercase for hex values
Move iomux node to bottom of dts file for easier readability
Get rid of imx6q-ba16 container to save on indentation
Reduce the number of entries in hog group
Sort pinctrl nodes alphabetically
Explicitly call out pad configuration value instead of 0x80000000
- Bx50v3: 
Update to GPL/X11 dual license 
Remove @unit-address for regulators as per Shawn's suggestion
- B450v3, B650v3 and B850v3: 
Update to GPL/X11 dual license

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

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                 | 114 ++++
 arch/arm/boot/dts/imx6q-b650v3.dts                 | 114 ++++
 arch/arm/boot/dts/imx6q-b850v3.dts                 | 157 +++++
 arch/arm/boot/dts/imx6q-ba16.dtsi                  | 641 +++++++++++++++++++++
 arch/arm/boot/dts/imx6q-bx50v3.dtsi                | 237 ++++++++
 7 files changed, 1268 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.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

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

end of thread, other threads:[~2016-01-28 18:56 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-23 22:00 [PATCH v6 0/7] ARM: dts: Add Advantech board support Akshay Bhat
2015-12-23 22:00 ` Akshay Bhat
     [not found] ` <1450908016-17384-1-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2015-12-23 22:00   ` [PATCH v6 1/7] of: Add vendor prefix for Advantech Corporation Akshay Bhat
2015-12-23 22:00     ` Akshay Bhat
2015-12-23 22:00   ` [PATCH v6 2/7] of: Add vendor prefix for General Electric Company Akshay Bhat
2015-12-23 22:00     ` Akshay Bhat
2015-12-23 22:00   ` [PATCH v6 3/7] ARM: dts: imx: Add Advantech BA-16 Qseven module Akshay Bhat
2015-12-23 22:00     ` Akshay Bhat
     [not found]     ` <1450908016-17384-4-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2016-01-28  5:41       ` Shawn Guo
2016-01-28  5:41         ` Shawn Guo
2016-01-28 18:18         ` Akshay Bhat
2016-01-28 18:18           ` Akshay Bhat
2015-12-23 22:00   ` [PATCH v6 4/7] ARM: dts: imx: Add support for Advantech/GE Bx50v3 Akshay Bhat
2015-12-23 22:00     ` Akshay Bhat
     [not found]     ` <1450908016-17384-5-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2016-01-28  6:12       ` Shawn Guo
2016-01-28  6:12         ` Shawn Guo
2016-01-28 18:26         ` Akshay Bhat
2016-01-28 18:26           ` Akshay Bhat
2015-12-23 22:00   ` [PATCH v6 5/7] ARM: dts: imx: Add support for Advantech/GE B450v3 Akshay Bhat
2015-12-23 22:00     ` Akshay Bhat
     [not found]     ` <1450908016-17384-6-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2016-01-28  6:14       ` Shawn Guo
2016-01-28  6:14         ` Shawn Guo
2015-12-23 22:00   ` [PATCH v6 6/7] ARM: dts: imx: Add support for Advantech/GE B650v3 Akshay Bhat
2015-12-23 22:00     ` Akshay Bhat
     [not found]     ` <1450908016-17384-7-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2016-01-28  6:19       ` Shawn Guo
2016-01-28  6:19         ` Shawn Guo
2016-01-28 18:54         ` Akshay Bhat
2016-01-28 18:54           ` Akshay Bhat
2015-12-23 22:00   ` [PATCH v6 7/7] ARM: dts: imx: Add support for Advantech/GE B850v3 Akshay Bhat
2015-12-23 22:00     ` Akshay Bhat
     [not found]     ` <1450908016-17384-8-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2016-01-28  6:26       ` Shawn Guo
2016-01-28  6:26         ` Shawn Guo
2016-01-28 18:56         ` Akshay Bhat
2016-01-28 18:56           ` Akshay Bhat
2016-01-09 10:32   ` [PATCH v6 0/7] ARM: dts: Add Advantech board support Akshay Bhat
2016-01-09 10:32     ` Akshay Bhat
     [not found]     ` <CACrMeVC+-D3a4pUccQMb0BXwcTts9EAagC4EDcvb=HYMhuD03w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-27 16:31       ` Akshay Bhat
2016-01-27 16:31         ` Akshay Bhat
     [not found]         ` <56A8F0FF.7020308-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>
2016-01-28  6:29           ` Shawn Guo
2016-01-28  6:29             ` Shawn Guo

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.