mbox series

[v3,0/3] iommu/arm-smmu: Support Tegra234 SMMU

Message ID 20220429082243.496000-1-thierry.reding@gmail.com (mailing list archive)
Headers show
Series iommu/arm-smmu: Support Tegra234 SMMU | expand

Message

Thierry Reding April 29, 2022, 8:22 a.m. UTC
From: Thierry Reding <treding@nvidia.com>

Hi Joerg,

this is essentially a resend of v2 with a Acked-by:s from Robin and Will
added. These have been on the list for quite a while now, but apparently
there was a misunderstanding, so neither you nor Will picked this up.

Since Will acked these, I think it's probably best for you to pick these
up directly. If not, let me know and I'll work with Will to merge via
the ARM SMMU tree.

Thanks,
Thierry

Thierry Reding (3):
  dt-bindings: arm-smmu: Document nvidia,memory-controller property
  dt-bindings: arm-smmu: Add compatible for Tegra234 SOC
  iommu/arm-smmu: Support Tegra234 SMMU

 .../devicetree/bindings/iommu/arm,smmu.yaml   | 23 +++++++++++++++++--
 drivers/iommu/arm/arm-smmu/arm-smmu-impl.c    |  3 ++-
 2 files changed, 23 insertions(+), 3 deletions(-)

Comments

Thierry Reding May 5, 2022, 2:15 p.m. UTC | #1
On Fri, Apr 29, 2022 at 10:22:40AM +0200, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> Hi Joerg,
> 
> this is essentially a resend of v2 with a Acked-by:s from Robin and Will
> added. These have been on the list for quite a while now, but apparently
> there was a misunderstanding, so neither you nor Will picked this up.
> 
> Since Will acked these, I think it's probably best for you to pick these
> up directly. If not, let me know and I'll work with Will to merge via
> the ARM SMMU tree.
> 
> Thanks,
> Thierry
> 
> Thierry Reding (3):
>   dt-bindings: arm-smmu: Document nvidia,memory-controller property
>   dt-bindings: arm-smmu: Add compatible for Tegra234 SOC
>   iommu/arm-smmu: Support Tegra234 SMMU
> 
>  .../devicetree/bindings/iommu/arm,smmu.yaml   | 23 +++++++++++++++++--
>  drivers/iommu/arm/arm-smmu/arm-smmu-impl.c    |  3 ++-
>  2 files changed, 23 insertions(+), 3 deletions(-)

Joerg,

anything left to do on this from your perspective, or can this go into
v5.19?

Thanks,
Thierry
Will Deacon May 5, 2022, 2:53 p.m. UTC | #2
On Thu, May 05, 2022 at 04:15:29PM +0200, Thierry Reding wrote:
> On Fri, Apr 29, 2022 at 10:22:40AM +0200, Thierry Reding wrote:
> > From: Thierry Reding <treding@nvidia.com>
> > 
> > Hi Joerg,
> > 
> > this is essentially a resend of v2 with a Acked-by:s from Robin and Will
> > added. These have been on the list for quite a while now, but apparently
> > there was a misunderstanding, so neither you nor Will picked this up.
> > 
> > Since Will acked these, I think it's probably best for you to pick these
> > up directly. If not, let me know and I'll work with Will to merge via
> > the ARM SMMU tree.
> > 
> > Thanks,
> > Thierry
> > 
> > Thierry Reding (3):
> >   dt-bindings: arm-smmu: Document nvidia,memory-controller property
> >   dt-bindings: arm-smmu: Add compatible for Tegra234 SOC
> >   iommu/arm-smmu: Support Tegra234 SMMU
> > 
> >  .../devicetree/bindings/iommu/arm,smmu.yaml   | 23 +++++++++++++++++--
> >  drivers/iommu/arm/arm-smmu/arm-smmu-impl.c    |  3 ++-
> >  2 files changed, 23 insertions(+), 3 deletions(-)
> 
> Joerg,
> 
> anything left to do on this from your perspective, or can this go into
> v5.19?

I'll pick them up in the Arm SMMU queue, as there are some other SMMU
patches kicking around and we may as well keep them all together.

Will
Thierry Reding May 5, 2022, 3:27 p.m. UTC | #3
On Thu, May 05, 2022 at 03:53:08PM +0100, Will Deacon wrote:
> On Thu, May 05, 2022 at 04:15:29PM +0200, Thierry Reding wrote:
> > On Fri, Apr 29, 2022 at 10:22:40AM +0200, Thierry Reding wrote:
> > > From: Thierry Reding <treding@nvidia.com>
> > > 
> > > Hi Joerg,
> > > 
> > > this is essentially a resend of v2 with a Acked-by:s from Robin and Will
> > > added. These have been on the list for quite a while now, but apparently
> > > there was a misunderstanding, so neither you nor Will picked this up.
> > > 
> > > Since Will acked these, I think it's probably best for you to pick these
> > > up directly. If not, let me know and I'll work with Will to merge via
> > > the ARM SMMU tree.
> > > 
> > > Thanks,
> > > Thierry
> > > 
> > > Thierry Reding (3):
> > >   dt-bindings: arm-smmu: Document nvidia,memory-controller property
> > >   dt-bindings: arm-smmu: Add compatible for Tegra234 SOC
> > >   iommu/arm-smmu: Support Tegra234 SMMU
> > > 
> > >  .../devicetree/bindings/iommu/arm,smmu.yaml   | 23 +++++++++++++++++--
> > >  drivers/iommu/arm/arm-smmu/arm-smmu-impl.c    |  3 ++-
> > >  2 files changed, 23 insertions(+), 3 deletions(-)
> > 
> > Joerg,
> > 
> > anything left to do on this from your perspective, or can this go into
> > v5.19?
> 
> I'll pick them up in the Arm SMMU queue, as there are some other SMMU
> patches kicking around and we may as well keep them all together.

Sounds good, thanks!

Thierry
Will Deacon May 6, 2022, 4:07 p.m. UTC | #4
On Fri, 29 Apr 2022 10:22:40 +0200, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> Hi Joerg,
> 
> this is essentially a resend of v2 with a Acked-by:s from Robin and Will
> added. These have been on the list for quite a while now, but apparently
> there was a misunderstanding, so neither you nor Will picked this up.
> 
> [...]

Applied to will (for-joerg/arm-smmu/updates), thanks!

[1/3] dt-bindings: arm-smmu: Document nvidia,memory-controller property
      https://git.kernel.org/will/c/c02bda09f91a
[2/3] dt-bindings: arm-smmu: Add compatible for Tegra234 SOC
      https://git.kernel.org/will/c/95d5aeabda00
[3/3] iommu/arm-smmu: Support Tegra234 SMMU
      https://git.kernel.org/will/c/5ca216155b5e

Cheers,