On Tue, Oct 29, 2019 at 11:07:51AM +0000, Lorenzo Pieralisi wrote: > On Mon, Oct 28, 2019 at 11:32:50AM -0500, Rob Herring wrote: > > Extend devm_of_pci_get_host_bridge_resources() and > > pci_parse_request_of_pci_ranges() helpers to also parse the inbound > > addresses from DT 'dma-ranges' and populate a resource list with the > > translated addresses. This will help ensure 'dma-ranges' is always > > parsed in a consistent way. > > > > Cc: Jingoo Han <jingoohan1@xxxxxxxxx> > > Cc: Gustavo Pimentel <gustavo.pimentel@xxxxxxxxxxxx> > > Cc: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> > > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > Cc: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxx> > > Cc: Will Deacon <will@xxxxxxxxxx> > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > > Cc: Toan Le <toan@xxxxxxxxxxxxxxxxxxxxxx> > > Cc: Ley Foon Tan <lftan@xxxxxxxxxx> > > Cc: Tom Joseph <tjoseph@xxxxxxxxxxx> > > Cc: Ray Jui <rjui@xxxxxxxxxxxx> > > Cc: Scott Branden <sbranden@xxxxxxxxxxxx> > > Cc: bcm-kernel-feedback-list@xxxxxxxxxxxx > > Cc: Ryder Lee <ryder.lee@xxxxxxxxxxxx> > > Cc: Karthikeyan Mitran <m.karthikeyan@xxxxxxxxxxxxxx> > > Cc: Hou Zhiqiang <Zhiqiang.Hou@xxxxxxx> > > Cc: Simon Horman <horms@xxxxxxxxxxxx> > > Cc: Shawn Lin <shawn.lin@xxxxxxxxxxxxxx> > > Cc: Heiko Stuebner <heiko@xxxxxxxxx> > > Cc: Michal Simek <michal.simek@xxxxxxxxxx> > > Cc: rfi@xxxxxxxxxxxxxxxxxxxxxx > > Cc: linux-mediatek@xxxxxxxxxxxxxxxxxxx > > Cc: linux-renesas-soc@xxxxxxxxxxxxxxx > > Cc: linux-rockchip@xxxxxxxxxxxxxxxxxxx > > Tested-by: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxx> # for AArdvark > > Reviewed-by: Andrew Murray <andrew.murray@xxxxxxx> > > Acked-by: Gustavo Pimentel <gustavo.pimentel@xxxxxxxxxxxx> > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > > --- > > v2: > > - Fix crash in INIT_LIST_HEAD when ib_resources is NULL > > --- > > .../pci/controller/dwc/pcie-designware-host.c | 3 +- > > drivers/pci/controller/pci-aardvark.c | 2 +- > > drivers/pci/controller/pci-ftpci100.c | 3 +- > > drivers/pci/controller/pci-host-common.c | 2 +- > > drivers/pci/controller/pci-v3-semi.c | 3 +- > > drivers/pci/controller/pci-versatile.c | 3 +- > > drivers/pci/controller/pci-xgene.c | 3 +- > > drivers/pci/controller/pcie-altera.c | 2 +- > > drivers/pci/controller/pcie-cadence-host.c | 2 +- > > drivers/pci/controller/pcie-iproc-platform.c | 3 +- > > drivers/pci/controller/pcie-mediatek.c | 2 +- > > drivers/pci/controller/pcie-mobiveil.c | 3 +- > > drivers/pci/controller/pcie-rcar.c | 3 +- > > drivers/pci/controller/pcie-rockchip-host.c | 3 +- > > drivers/pci/controller/pcie-xilinx-nwl.c | 3 +- > > drivers/pci/controller/pcie-xilinx.c | 3 +- > > drivers/pci/of.c | 45 ++++++++++++++++++- > > drivers/pci/pci.h | 8 +++- > > include/linux/pci.h | 9 ++-- > > 19 files changed, 82 insertions(+), 23 deletions(-) > > Hi Bjorn, > > please let me know if you are OK with this patch, the series is > ready to go upstream IMO. Yep, looks good to me. If you want it: Acked-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>