Re: [PATCH v7 05/24] iommu/fsl_pamu: Implement a PLATFORM domain

2023-08-25 Thread Jerry Snitselaar
On Wed, Aug 23, 2023 at 01:47:19PM -0300, Jason Gunthorpe wrote: > This driver is nonsensical. To not block migrating the core API away from > NULL default_domains give it a hacky of a PLATFORM domain that keeps it > working exactly as it always did. > > Leave some comments around to warn away any

[PATCH v7 05/24] iommu/fsl_pamu: Implement a PLATFORM domain

2023-08-23 Thread Jason Gunthorpe
This driver is nonsensical. To not block migrating the core API away from NULL default_domains give it a hacky of a PLATFORM domain that keeps it working exactly as it always did. Leave some comments around to warn away any future people looking at this. Reviewed-by: Lu Baolu Signed-off-by: Jaso