[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200929053645.GA16611@Asurada-Nvidia>
Date: Mon, 28 Sep 2020 22:36:45 -0700
From: Nicolin Chen <nicoleotsuka@...il.com>
To: Dmitry Osipenko <digetx@...il.com>
Cc: Thierry Reding <thierry.reding@...il.com>,
linux-kernel@...r.kernel.org, krzk@...nel.org,
jonathanh@...dia.com, iommu@...ts.linux-foundation.org,
linux-tegra@...r.kernel.org
Subject: Re: [PATCH 3/5] iommu/tegra-smmu: Use iommu_fwspec in
.probe_/.attach_device()
On Tue, Sep 29, 2020 at 07:06:37AM +0300, Dmitry Osipenko wrote:
> ...
> >> As I mentioned in another reply, I think tegra_smmu_find() should be all
> >> you need in this case.
> >
> > This function is used by .probe_device() where its dev pointer is
> > an SMMU client. IIUC, tegra_smmu_find() needs np pointer of "mc".
> > For a PCI device that doesn't have a DT node with iommus property,
> > not sure how we can use tegra_smmu_find().
>
> Perhaps you could get np from struct pci_dev.bus?
Possibly yes...but I was hoping the solution would be potentially
reused by other devices that don't have DT nodes, USB for example,
though I haven't tested with current version.
Powered by blists - more mailing lists