From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 1/2] PCI: keystone: remove handle of PCI mode configuration Date: Tue, 09 Sep 2014 22:22:54 +0200 Message-ID: <2873880.LROUF1qxur@wuerfel> References: <1410293835-13050-1-git-send-email-m-karicheri2@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1410293835-13050-1-git-send-email-m-karicheri2@ti.com> Sender: linux-pci-owner@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Murali Karicheri , robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, bhelgaas@google.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org List-Id: devicetree@vger.kernel.org On Tuesday 09 September 2014 16:17:14 Murali Karicheri wrote: > Keystone PCI hardware supports both RC and EP modes and devcfg > register has bits to boot strap the device to either of these modes. > It seems proper to add this functionality to the boot loader rather > than in the driver as device will be operating in either mode, not > both any time. Currently the driver supports only RC mode and hence > register configuration in the driver is not needed and driver can > assume this is a RC hardware. > > Also update the DT documentation accordingly. > > Signed-off-by: Murali Karicheri > Thanks for doing this, Acked-by: Arnd Bergmann