On Tue, Sep 26, 2017 at 12:21:13PM +0200, Marc Gonzalez wrote: > Hello Bjorn, > > Someone pointed out that the patches in this series had been mangled by > the server. Thus I'm resending them. > > I have added the tags given by Rob and Linus W. > > The MSI patch has remained mostly unchanged since v9 (posted three months ago) > except for a cosmetic cleanup in v10 (no functional changes, Acked by Marc Z > with one remark about the doorbell address) and addressing the doorbell remark > in v11 (Discover msi_doorbell in probe by parsing dma-ranges). > > Is this code in good enough shape to reach upstream? > > > Marc Gonzalez (3): > of/pci: Add dma-ranges parsing support > PCI: Use of_pci_dma_range_parser_init API > PCI: tango: Add MSI controller support > > drivers/of/address.c | 19 +++- > drivers/pci/host/pci-ftpci100.c | 20 +--- > drivers/pci/host/pci-rcar-gen2.c | 20 +--- > drivers/pci/host/pci-xgene.c | 20 +--- > drivers/pci/host/pcie-iproc.c | 20 +--- > drivers/pci/host/pcie-rcar.c | 20 +--- > drivers/pci/host/pcie-tango.c | 205 ++++++++++++++++++++++++++++++++++++++- > include/linux/of_address.h | 10 +- > 8 files changed, 232 insertions(+), 102 deletions(-) Applied on pci/host-tango for v4.15, thanks! I think the hard-coded doorbell address was important to clean up, so thanks for doing that!