Re: remve dead iommu code

2022-04-28 Thread Joerg Roedel
On Thu, Apr 07, 2022 at 08:26:04AM +0200, Christoph Hellwig wrote:
> Hi all,
> 
> this removes a bit of dead code and methods from the iommu code and the
> cleans up the arm-smmu-v3 driver a little bit based on that.
> 
> Diffstat:
>  drivers/iommu/amd/iommu.c   |1 
>  drivers/iommu/apple-dart.c  |1 
>  drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c |   60 
> +++-
>  drivers/iommu/arm/arm-smmu/arm-smmu.c   |1 
>  drivers/iommu/intel/iommu.c |1 
>  drivers/iommu/iommu.c   |   33 ---
>  drivers/iommu/mtk_iommu.c   |1 
>  drivers/iommu/virtio-iommu.c|5 --
>  include/linux/iommu.h   |   17 ---
>  9 files changed, 19 insertions(+), 101 deletions(-)

This concerns mostly arm-smmu, please also Cc Will Deacon on this one.
___
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu


remve dead iommu code

2022-04-06 Thread Christoph Hellwig
Hi all,

this removes a bit of dead code and methods from the iommu code and the
cleans up the arm-smmu-v3 driver a little bit based on that.

Diffstat:
 drivers/iommu/amd/iommu.c   |1 
 drivers/iommu/apple-dart.c  |1 
 drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c |   60 +++-
 drivers/iommu/arm/arm-smmu/arm-smmu.c   |1 
 drivers/iommu/intel/iommu.c |1 
 drivers/iommu/iommu.c   |   33 ---
 drivers/iommu/mtk_iommu.c   |1 
 drivers/iommu/virtio-iommu.c|5 --
 include/linux/iommu.h   |   17 ---
 9 files changed, 19 insertions(+), 101 deletions(-)
___
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu