Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753358AbdDCOvZ (ORCPT ); Mon, 3 Apr 2017 10:51:25 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:35883 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751496AbdDCOvW (ORCPT ); Mon, 3 Apr 2017 10:51:22 -0400 Date: Mon, 3 Apr 2017 09:51:15 -0500 From: Rob Herring To: Marc Gonzalez Cc: Bjorn Helgaas , Marc Zyngier , Thomas Gleixner , DT , Lorenzo Pieralisi , Mason , linux-pci , Thibaud Cornic , Liviu Dudau , LKML , David Laight , Phuong Nguyen , Robin Murphy , Linux ARM Subject: Re: [PATCH v3 2/2] PCI: Add tango PCIe host bridge support Message-ID: <20170403145115.kjy46bbjt67jxa3k@rob-hp-laptop> References: <5309e718-5813-5b79-db57-9d702b50d0f9@sigmadesigns.com> <65114e62-7458-b6f7-327c-f07a5096a452@sigmadesigns.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <65114e62-7458-b6f7-327c-f07a5096a452@sigmadesigns.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 693 Lines: 18 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 > --- > Documentation/devicetree/bindings/pci/tango-pcie.txt | 33 +++++++++ Acked-by: Rob Herring > drivers/pci/host/Kconfig | 7 ++ > drivers/pci/host/Makefile | 1 + > drivers/pci/host/pcie-tango.c | 150 +++++++++++++++++++++++++++++++++++++++ > 4 files changed, 191 insertions(+)