From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 3/4] PCI: imx6: Add power-supply support Date: Mon, 05 Jan 2015 16:31:04 +0100 Message-ID: <1760521.28f6F6lDZm@wuerfel> References: <1419237127-21763-1-git-send-email-xobs@kosagi.com> <1419237127-21763-4-git-send-email-xobs@kosagi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1419237127-21763-4-git-send-email-xobs@kosagi.com> Sender: linux-pci-owner@vger.kernel.org To: Sean Cross Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Lucas Stach , Shawn Guo , Bjorn Helgaas , devicetree@vger.kernel.org, Richard Zhu , Grant Likely , linux-pci@vger.kernel.org, bunnie@kosagi.com List-Id: devicetree@vger.kernel.org On Monday 22 December 2014 16:32:06 Sean Cross wrote: > Some PCIe ports gate power to the slot. In order to prevent system lockup, > these boards must enable power to the slot before attempting communication > over the PCI bus. > > Signed-off-by: Sean Cross Could this be moved to the common pcie-designware driver? It doesn't seem to be imx6 specific and other drivers might need the same thing. Arnd