On Sat, Feb 22, 2020 at 11:06:18PM +0530, Vidya Sagar wrote: > > > On 2/21/2020 7:50 PM, Lorenzo Pieralisi wrote: > > External email: Use caution opening links or attachments > > > > > > On Mon, Oct 28, 2019 at 05:51:36PM -0500, Rob Herring wrote: > > > Convert Tegra PCI host driver to use the common > > > pci_parse_request_of_pci_ranges(). > > > > > > This allows removing the DT ranges parsing, PCI resource handling, and > > > private storage of resources from the driver. > > > > > > Cc: Thierry Reding <thierry.reding@xxxxxxxxx> > > > Cc: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> > > > Cc: Andrew Murray <andrew.murray@xxxxxxx> > > > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > > Cc: Jonathan Hunter <jonathanh@xxxxxxxxxx> > > > Cc: linux-tegra@xxxxxxxxxxxxxxx > > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > > > --- > > > Here's one more conversion to use pci_parse_request_of_pci_ranges. It's > > > dependent on my prior series, specifically this patch[1]. > > > > > > Compile tested only. > > > > > > Rob > > > > > > [1] https://patchwork.ozlabs.org/patch/1185555/ > > > > > > drivers/pci/controller/pci-tegra.c | 187 +++++++---------------------- > > > 1 file changed, 46 insertions(+), 141 deletions(-) > > > > Patch still applies, I need testing and ACK from Tegra maintainers > > please. > I tested this patch on Jetson-TX1 with NVMe drive connected to it. > Verified basic enumeration and functionality of the drive. > > Tested-by: Vidya Sagar <vidyas@xxxxxxxxxx> Thanks a lot, I need Thierry's ACK to merge it, thanks. Lorenzo