All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Support for Variscite OM44 modules and boards
@ 2014-04-18 15:10 ` Joachim Eastwood
  0 siblings, 0 replies; 24+ messages in thread
From: Joachim Eastwood @ 2014-04-18 15:10 UTC (permalink / raw)
  To: tony, bcousson
  Cc: linux-arm-kernel, tomi.valkeinen, linux-omap, Joachim Eastwood

Hello,

This patch set adds support for Variscite OM44 series of system on modules and boards.

Patch 1: Add support for the SoM itself and the reference carrier board. Together these make the VAR-STK-OM44 dev kit.

Patch 2: Add support for VAR-DVK-OM44 which is just the STK with a LCD display.

Last two patches add support for the WLAN/BT version of the SoM. If DT bindings for wl12xx gets ready for 3.16 the last patch, adding quirks, can be dropped.

Note that patch 1 relies upon a patch from Tomi Valkeinen add hpd-gpio (hotplug detect) to the "hdmi-connector".
See: http://marc.info/?l=linux-omap&m=139771947508021&w=2

Patch 2 also relies upon a patch from Tomi that adds DT support to panel-dpi.
See: http://marc.info/?l=devicetree&m=139030201815380&w=2

If it makes it easier to merge this patch set without the two dependencies above I can move the display stuff the separate patches.
This patch set replace the patch posted eariler here: http://marc.info/?l=linux-omap&m=139732809411445&w=2

Joachim Eastwood (4):
  ARM: dts: Add support for OMAP4 Variscite OM44 family
  ARM: dts: Add support for OMAP4 VAR-DVK-OM44
  ARM: dts: Add VAR-SOM-OM44 WLAN nodes
  ARM: OMAP2+: Use pdata quirks for wl12xx on VAR-STK/DVK-OM44

 .../devicetree/bindings/arm/omap/omap.txt          |   6 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   3 +-
 arch/arm/boot/dts/omap4-var-dvk-om44.dts           |  71 +++++
 arch/arm/boot/dts/omap4-var-om44customboard.dtsi   | 235 ++++++++++++++
 arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi     |  68 ++++
 arch/arm/boot/dts/omap4-var-som-om44.dtsi          | 343 +++++++++++++++++++++
 arch/arm/boot/dts/omap4-var-som.dts                |  96 ------
 arch/arm/boot/dts/omap4-var-stk-om44.dts           |  17 +
 arch/arm/mach-omap2/pdata-quirks.c                 |   7 +
 10 files changed, 750 insertions(+), 97 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap4-var-dvk-om44.dts
 create mode 100644 arch/arm/boot/dts/omap4-var-om44customboard.dtsi
 create mode 100644 arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi
 create mode 100644 arch/arm/boot/dts/omap4-var-som-om44.dtsi
 delete mode 100644 arch/arm/boot/dts/omap4-var-som.dts
 create mode 100644 arch/arm/boot/dts/omap4-var-stk-om44.dts

-- 
1.8.0


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

end of thread, other threads:[~2014-04-30  6:20 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18 15:10 [PATCH 0/4] Support for Variscite OM44 modules and boards Joachim Eastwood
2014-04-18 15:10 ` Joachim Eastwood
2014-04-18 15:10 ` [PATCH 1/4] ARM: dts: Add support for OMAP4 Variscite OM44 family Joachim Eastwood
2014-04-18 15:10   ` Joachim Eastwood
2014-04-18 15:57   ` Tony Lindgren
2014-04-18 15:57     ` Tony Lindgren
2014-04-18 16:17     ` Joachim Eastwood
2014-04-18 16:17       ` Joachim Eastwood
2014-04-18 17:29       ` Tony Lindgren
2014-04-18 17:29         ` Tony Lindgren
2014-04-18 18:03         ` Joachim Eastwood
2014-04-18 18:03           ` Joachim Eastwood
2014-04-18 22:44           ` Tony Lindgren
2014-04-18 22:44             ` Tony Lindgren
2014-04-30  1:24   ` Joachim Eastwood
2014-04-30  1:24     ` Joachim Eastwood
2014-04-30  6:19     ` Tomi Valkeinen
2014-04-30  6:19       ` Tomi Valkeinen
2014-04-18 15:10 ` [PATCH 2/4] ARM: dts: Add support for OMAP4 VAR-DVK-OM44 Joachim Eastwood
2014-04-18 15:10   ` Joachim Eastwood
2014-04-18 15:10 ` [PATCH 3/4] ARM: dts: Add VAR-SOM-OM44 WLAN nodes Joachim Eastwood
2014-04-18 15:10   ` Joachim Eastwood
2014-04-18 15:10 ` [PATCH 4/4] ARM: OMAP2+: Use pdata quirks for wl12xx on VAR-STK/DVK-OM44 Joachim Eastwood
2014-04-18 15:10   ` Joachim Eastwood

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.