From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 1/3] of/pci: Add dma-ranges parsing support Date: Thu, 31 Aug 2017 13:55:56 +0200 Message-ID: References: <0d4313c7-6595-a7fb-680a-e231dc9c0902@sigmadesigns.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <0d4313c7-6595-a7fb-680a-e231dc9c0902@sigmadesigns.com> Sender: linux-pci-owner@vger.kernel.org To: Marc Gonzalez Cc: Rob Herring , Frank Rowand , Mark Rutland , Bjorn Helgaas , Marc Zyngier , linux-pci , Linux ARM , Robin Murphy , Liviu Dudau , Thibaud Cornic , Mason , Andrew Murray , Thomas Petazzoni , Jason Cooper , DT List-Id: devicetree@vger.kernel.org On Tue, Aug 29, 2017 at 4:25 PM, Marc Gonzalez wrote: > Several host bridge drivers duplicate of_pci_range_parser_init() > in order to parse their dma-ranges property. > > Provide of_pci_dma_range_parser_init() for that use-case. > > Signed-off-by: Marc Gonzalez Looks good to me. Reviewed-by: Linus Walleij Yours, Linus Walleij