From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f180.google.com ([209.85.214.180]:54111 "EHLO mail-ob0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752082AbbAPAqT (ORCPT ); Thu, 15 Jan 2015 19:46:19 -0500 Received: by mail-ob0-f180.google.com with SMTP id uz6so992916obc.11 for ; Thu, 15 Jan 2015 16:46:19 -0800 (PST) Date: Thu, 15 Jan 2015 18:46:15 -0600 From: Bjorn Helgaas To: Sean Cross Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Lucas Stach , Shawn Guo , devicetree@vger.kernel.org, Richard Zhu , Grant Likely , linux-pci@vger.kernel.org, bunnie@kosagi.com Subject: Re: [PATCH v2 0/4] Add support for kosagi novena Message-ID: <20150116004615.GF29776@google.com> References: <1419237127-21763-1-git-send-email-xobs@kosagi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1419237127-21763-1-git-send-email-xobs@kosagi.com> Sender: linux-pci-owner@vger.kernel.org List-ID: On Mon, Dec 22, 2014 at 04:32:03PM +0800, Sean Cross wrote: > 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 I guess we're waiting on a response to Arnd's question about making this more generic, so I'm dropping these from my queue pending that. Then we need a strategy for merging it since it crosses PCI/ARM/GPU. Please propose a strategy; it looks like the PCI part doesn't technically depend on the preceeding patches, but it's fine with me if you want to keep it all together. > 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 >