Re: [PATCH RESEND v3 3/3] arm,smmu: add support for generic DT bindings. Implement add_device and dt_xlate.

2021-07-16 Thread Stefano Stabellini
On Wed, 28 Apr 2021, Julien Grall wrote: > On 13/04/2021 18:59, Stefano Stabellini wrote: > > From: Brian Woods > > > > Now that all arm iommu drivers support generic bindings we can remove > > the workaround from iommu_add_dt_device(). > > Well, it was just added in a different place in patch

Re: [PATCH RESEND v3 3/3] arm,smmu: add support for generic DT bindings. Implement add_device and dt_xlate.

2021-04-28 Thread Julien Grall
On 13/04/2021 18:59, Stefano Stabellini wrote: From: Brian Woods Now that all arm iommu drivers support generic bindings we can remove the workaround from iommu_add_dt_device(). Well, it was just added in a different place in patch #1. ;) I have commented about it in patch #1. Note

[PATCH RESEND v3 3/3] arm,smmu: add support for generic DT bindings. Implement add_device and dt_xlate.

2021-04-13 Thread Stefano Stabellini
From: Brian Woods Now that all arm iommu drivers support generic bindings we can remove the workaround from iommu_add_dt_device(). Note that if both legacy bindings and generic bindings are present in device tree, the legacy bindings are the ones that are used. Signed-off-by: Brian Woods