Re: [PATCH 09/22] iommu: sun50i: make reset control optional

2025-08-07 Thread Paul Kocialkowski
Hi, On Fri 27 Dec 24, 16:37, Parthiban Nallathambi wrote: > A133/A100 SoC doesn't have reset control from the CCU. Get reset > control line optionally. With the dt bindings fixed, this: Reviewed-by: Paul Kocialkowski Although feel free to use a first uppercase later in the title after sun50i!

Re: [PATCH 09/22] iommu: sun50i: make reset control optional

2025-01-06 Thread Joerg Roedel
On Fri, Dec 27, 2024 at 04:37:56PM +0530, Parthiban Nallathambi wrote: > A133/A100 SoC doesn't have reset control from the CCU. Get reset > control line optionally. > > Signed-off-by: Parthiban Nallathambi > --- > drivers/iommu/sun50i-iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

[PATCH 09/22] iommu: sun50i: make reset control optional

2024-12-27 Thread Parthiban Nallathambi
A133/A100 SoC doesn't have reset control from the CCU. Get reset control line optionally. Signed-off-by: Parthiban Nallathambi --- drivers/iommu/sun50i-iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/sun50i-iommu.c b/drivers/iommu/sun50i-iommu.c index 8d