Re: [PATCH 05/11] iommu: Add iommu_init/deinit_driver() paired functions

2023-04-26 Thread Jason Gunthorpe
On Wed, Apr 26, 2023 at 09:41:38AM +, Tian, Kevin wrote: > > From: Jason Gunthorpe > > Sent: Thursday, April 20, 2023 12:12 AM > > > > +static int iommu_init_driver(struct device *dev, const struct iommu_ops > > *ops) > > would iommu_init_device() better fit the purpose? Yeah.. that does

RE: [PATCH 05/11] iommu: Add iommu_init/deinit_driver() paired functions

2023-04-26 Thread Tian, Kevin
> From: Jason Gunthorpe > Sent: Thursday, April 20, 2023 12:12 AM > > +static int iommu_init_driver(struct device *dev, const struct iommu_ops > *ops) would iommu_init_device() better fit the purpose? otherwise, Reviewed-by: Kevin Tian