devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] ARM: dts: igep00x0: Add support for new hardware revisions.
@ 2014-11-06 12:01 Enric Balletbo i Serra
  2014-11-06 12:01 ` [PATCH 01/11] ARM: dts: omap3-igep00x0: Fix UART2 pins that aren't common Enric Balletbo i Serra
                   ` (11 more replies)
  0 siblings, 12 replies; 24+ messages in thread
From: Enric Balletbo i Serra @ 2014-11-06 12:01 UTC (permalink / raw)
  To: linux-omap, tony; +Cc: javier, devicetree, Enric Balletbo i Serra

Hi,

This series is based on omap-for-v3.19/dt from tmlind repository and adds
device tree support for two new hardware revisions of IGEPv2 and IGEP COM
MODULE.

Please could these patches be queued for 3.19 considering that these are not
fixes, might be nice to get them merged for 3.19 series.

Best regards,

Enric Balletbo i Serra (11):
  ARM: dts: omap3-igep00x0: Fix UART2 pins that aren't common.
  ARM: dts: omap3-igep00x0: Move NAND configuration to a common place.
  ARM: dts: omap3-igep0030: Specify IGEP COM revision in device tree.
  ARM: dts: omap3-igep0020: Specify IGEPv2 revision in device tree.
  ARM: dts: omap3-igep00x0: Move outside common file the on board Wifi module.
  ARM: dts: omap3-igep0030-common: Introduce igep0030 common dtsi file.
  ARM: dts: omap3-igep0030-rev-g: Support IGEP COM MODULE Rev. G
  ARM: dts: omap3-igep0020-common: Introduce igep0020 common dtsi file.
  ARM: dts: omap3-igep0020-rev-f: Support IGEPv2 Rev. F
  ARM: dts: omap3-igep00x0: Remove i2c2 node.
  ARM: OAMP2+: igep00x0: Add pdata-quirks for the btwilink device.

 arch/arm/boot/dts/Makefile                   |   2 +
 arch/arm/boot/dts/omap3-igep.dtsi            | 103 +++++-----
 arch/arm/boot/dts/omap3-igep0020-common.dtsi | 246 +++++++++++++++++++++++
 arch/arm/boot/dts/omap3-igep0020-rev-f.dts   |  46 +++++
 arch/arm/boot/dts/omap3-igep0020.dts         | 285 ++++-----------------------
 arch/arm/boot/dts/omap3-igep0030-common.dtsi |  60 ++++++
 arch/arm/boot/dts/omap3-igep0030-rev-g.dts   |  68 +++++++
 arch/arm/boot/dts/omap3-igep0030.dts         | 124 +++++-------
 arch/arm/mach-omap2/pdata-quirks.c           |  36 +++-
 9 files changed, 585 insertions(+), 385 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap3-igep0020-common.dtsi
 create mode 100644 arch/arm/boot/dts/omap3-igep0020-rev-f.dts
 create mode 100644 arch/arm/boot/dts/omap3-igep0030-common.dtsi
 create mode 100644 arch/arm/boot/dts/omap3-igep0030-rev-g.dts

-- 
1.9.1


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

end of thread, other threads:[~2014-11-10 23:42 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-06 12:01 [PATCH 00/11] ARM: dts: igep00x0: Add support for new hardware revisions Enric Balletbo i Serra
2014-11-06 12:01 ` [PATCH 01/11] ARM: dts: omap3-igep00x0: Fix UART2 pins that aren't common Enric Balletbo i Serra
2014-11-08 20:32   ` Javier Martinez Canillas
2014-11-06 12:01 ` [PATCH 02/11] ARM: dts: omap3-igep00x0: Move NAND configuration to a common place Enric Balletbo i Serra
2014-11-09  8:17   ` Javier Martinez Canillas
2014-11-06 12:01 ` [PATCH 03/11] ARM: dts: omap3-igep0030: Specify IGEP COM revision in device tree Enric Balletbo i Serra
2014-11-09  9:51   ` Javier Martinez Canillas
2014-11-06 12:01 ` [PATCH 04/11] ARM: dts: omap3-igep0020: Specify IGEPv2 " Enric Balletbo i Serra
2014-11-09 10:03   ` Javier Martinez Canillas
2014-11-06 12:01 ` [PATCH 05/11] ARM: dts: omap3-igep00x0: Move outside common file the on board Wifi module Enric Balletbo i Serra
2014-11-09 10:05   ` Javier Martinez Canillas
     [not found] ` <1415275311-6857-1-git-send-email-eballetbo-VIneJrwqLopBDgjK7y7TUQ@public.gmane.org>
2014-11-06 12:01   ` [PATCH 06/11] ARM: dts: omap3-igep0030-common: Introduce igep0030 common dtsi file Enric Balletbo i Serra
2014-11-09 10:06     ` Javier Martinez Canillas
2014-11-06 12:01 ` [PATCH 07/11] ARM: dts: omap3-igep0030-rev-g: Support IGEP COM MODULE Rev. G Enric Balletbo i Serra
2014-11-09 10:08   ` Javier Martinez Canillas
2014-11-06 12:01 ` [PATCH 08/11] ARM: dts: omap3-igep0020-common: Introduce igep0020 common dtsi file Enric Balletbo i Serra
2014-11-09 10:09   ` Javier Martinez Canillas
2014-11-06 12:01 ` [PATCH 09/11] ARM: dts: omap3-igep0020-rev-f: Support IGEPv2 Rev. F Enric Balletbo i Serra
2014-11-09 10:16   ` Javier Martinez Canillas
2014-11-06 12:01 ` [PATCH 10/11] ARM: dts: omap3-igep00x0: Remove i2c2 node Enric Balletbo i Serra
2014-11-09 10:17   ` Javier Martinez Canillas
2014-11-06 12:01 ` [PATCH 11/11] ARM: OMAP2+: igep00x0: Add pdata-quirks for the btwilink device Enric Balletbo i Serra
2014-11-09 10:23   ` Javier Martinez Canillas
2014-11-10 23:42 ` [PATCH 00/11] ARM: dts: igep00x0: Add support for new hardware revisions Tony Lindgren

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