Re: [PATCH v3 3/3] iommu: dart: Add DART iommu driver

2021-06-06 Thread Rouven Czerwinski
Hi Sven, just a small comment, see inline. On Thu, 2021-06-03 at 10:50 +0200, Sven Peter wrote: > Apple's new SoCs use iommus for almost all peripherals. These Device > Address Resolution Tables must be setup before these peripherals can > act as DMA masters. > > Signed-off-by: Sven Peter >

Re: [PATCH v3 3/3] iommu: dart: Add DART iommu driver

2021-06-05 Thread Sven Peter via iommu
Hi Rouven, On Sat, Jun 5, 2021, at 13:50, Rouven Czerwinski wrote: > Hi Sven, > > just a small comment, see inline. > > On Thu, 2021-06-03 at 10:50 +0200, Sven Peter wrote: > > + > > +/* must be called with held dart_domain->lock */ > > You can remove this comment, include lockdep.h and… > >

[PATCH v3 3/3] iommu: dart: Add DART iommu driver

2021-06-03 Thread Sven Peter via iommu
Apple's new SoCs use iommus for almost all peripherals. These Device Address Resolution Tables must be setup before these peripherals can act as DMA masters. Signed-off-by: Sven Peter --- MAINTAINERS | 1 + drivers/iommu/Kconfig| 15 + drivers/iommu/Makefile