Re: [PATCH 00/10] iommu/amd: Updates and Cleanups

2020-05-29 Thread Suravee Suthikulpanit
Joerg, On 5/27/2020 6:53 PM, Joerg Roedel wrote: Hi, here is a collection of patches that clean up a few things in the AMD IOMMU driver. Foremost, it moves all related files of the driver into a separate subdirectory. But the patches also remove usage of dev->archdata.iommu and clean up

Re: [PATCH 00/10] iommu/amd: Updates and Cleanups

2020-05-29 Thread Joerg Roedel
On Fri, May 29, 2020 at 07:15:13PM +0700, Suravee Suthikulpanit wrote: > Thank you for cleaning up. > > Reviewed-by: Suravee Suthikulpanit Thanks for you review, Suravee. Patches are now applied. ___ iommu mailing list iommu@lists.linux-foundation.org

[PATCH 00/10] iommu/amd: Updates and Cleanups

2020-05-27 Thread Joerg Roedel
Hi, here is a collection of patches that clean up a few things in the AMD IOMMU driver. Foremost, it moves all related files of the driver into a separate subdirectory. But the patches also remove usage of dev->archdata.iommu and clean up dev_data handling and domain allocation. Patches are