Re: [PATCH v3 2/2] PCI: Add tango PCIe host bridge support

From: Rob Herring
Date: Mon Apr 03 2017 - 10:51:31 EST


On Wed, Mar 29, 2017 at 01:34:45PM +0200, Marc Gonzalez wrote:
> This driver is used to work around HW bugs in the controller.
>
> Note: the controller does NOT support the following features.
>
> Legacy PCI interrupts
> IO space
>
> Signed-off-by: Marc Gonzalez <marc_gonzalez@xxxxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/pci/tango-pcie.txt | 33 +++++++++

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/pci/host/Kconfig | 7 ++
> drivers/pci/host/Makefile | 1 +
> drivers/pci/host/pcie-tango.c | 150 +++++++++++++++++++++++++++++++++++++++
> 4 files changed, 191 insertions(+)