devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add support for kosagi novena
@ 2014-12-22  8:32 Sean Cross
  2014-12-22  8:32 ` [PATCH v2 1/4] drm/panel: simple: Add Innolux N133HSE panel support Sean Cross
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Sean Cross @ 2014-12-22  8:32 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Lucas Stach, Shawn Guo, Bjorn Helgaas, devicetree, Richard Zhu,
	Grant Likely, linux-pci
  Cc: bunnie, Sean Cross

The Kosagi Novena mainboard contains an i.MX6, along with a PCI Express slot.
This patchset adds regulator support to the PCI Express slot, and adds
device tree support for the Novena mainboard.

Changes since v1:
    - Add 'kosagi' to vendor prefixes
    - Add LCD panel to simple-panel
    - Renamed power-supply to bus-supply
    - Replaced devm_regulator_get() with devm_regulator_get_optional()
    - Moved regulator_enable to imx6_add_pcie_port()
    - Removed fpga@1 from spi definition in dts -- will use overlays instead

Sean Cross (4):
  drm/panel: simple: Add Innolux N133HSE panel support
  devicetree: bindings: Add vendor prefix for Kosagi
  PCI: imx6: Add power-supply support
  ARM: dts: imx6q: add Novena board

 .../devicetree/bindings/pci/fsl,imx6q-pcie.txt     |   3 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/imx6q-novena.dts                 | 856 +++++++++++++++++++++
 drivers/gpu/drm/panel/panel-simple.c               |  26 +
 drivers/pci/host/pci-imx6.c                        |  27 +
 6 files changed, 914 insertions(+)
 create mode 100644 arch/arm/boot/dts/imx6q-novena.dts

-- 
2.1.3

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

end of thread, other threads:[~2015-01-30  6:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-22  8:32 [PATCH v2 0/4] Add support for kosagi novena Sean Cross
2014-12-22  8:32 ` [PATCH v2 1/4] drm/panel: simple: Add Innolux N133HSE panel support Sean Cross
2014-12-22  8:32 ` [PATCH v2 2/4] devicetree: bindings: Add vendor prefix for Kosagi Sean Cross
2014-12-26 21:00   ` Rob Herring
2014-12-22  8:32 ` [PATCH v2 3/4] PCI: imx6: Add power-supply support Sean Cross
2015-01-05  9:46   ` Lucas Stach
2015-01-05 15:31   ` Arnd Bergmann
     [not found] ` <1419237127-21763-1-git-send-email-xobs-nXMMniAx+RbQT0dZR+AlfA@public.gmane.org>
2014-12-22  8:32   ` [PATCH v2 4/4] ARM: dts: imx6q: add Novena board Sean Cross
2015-01-19 10:04     ` Lucas Stach
2015-01-30  6:48       ` Sean Cross
2015-01-16  0:46   ` [PATCH v2 0/4] Add support for kosagi novena Bjorn Helgaas
2015-01-16 10:38     ` Sean Cross
     [not found]       ` <54B8EA1C.7070700-nXMMniAx+RbQT0dZR+AlfA@public.gmane.org>
2015-01-16 10:44         ` Lucas Stach

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