[PATCH v3 0/5] iommu: Remove iommu_fwspec ops

Robin Murphy posted 5 patches 1 year, 5 months ago
drivers/acpi/arm64/iort.c             | 19 +++-------
drivers/acpi/scan.c                   | 36 +++++--------------
drivers/acpi/viot.c                   | 11 ++----
drivers/iommu/arm/arm-smmu/arm-smmu.c |  3 +-
drivers/iommu/iommu-priv.h            |  7 ++++
drivers/iommu/iommu.c                 | 20 +++++------
drivers/iommu/mtk_iommu_v1.c          | 12 ++-----
drivers/iommu/of_iommu.c              | 50 ++++++++++-----------------
drivers/iommu/tegra-smmu.c            |  2 +-
drivers/of/device.c                   | 30 ++++++----------
include/acpi/acpi_bus.h               |  3 +-
include/linux/iommu.h                 | 15 ++------
12 files changed, 67 insertions(+), 141 deletions(-)
[PATCH v3 0/5] iommu: Remove iommu_fwspec ops
Posted by Robin Murphy 1 year, 5 months ago
v2: https://lore.kernel.org/linux-iommu/cover.1718994350.git.robin.murphy@arm.com/

Hi all,

Just a quick update with an extra patch to avoid the mediatek-v1 driver
breaking (and I have now build-tested ARCH=arm to make sure, apologies
for being lazy before...)

Thanks,
Robin.


Robin Murphy (5):
  iommu/mediatek-v1: Clean up redundant fwspec checks
  iommu: Resolve fwspec ops automatically
  ACPI: Retire acpi_iommu_fwspec_ops()
  OF: Simplify of_iommu_configure()
  iommu: Remove iommu_fwspec ops

 drivers/acpi/arm64/iort.c             | 19 +++-------
 drivers/acpi/scan.c                   | 36 +++++--------------
 drivers/acpi/viot.c                   | 11 ++----
 drivers/iommu/arm/arm-smmu/arm-smmu.c |  3 +-
 drivers/iommu/iommu-priv.h            |  7 ++++
 drivers/iommu/iommu.c                 | 20 +++++------
 drivers/iommu/mtk_iommu_v1.c          | 12 ++-----
 drivers/iommu/of_iommu.c              | 50 ++++++++++-----------------
 drivers/iommu/tegra-smmu.c            |  2 +-
 drivers/of/device.c                   | 30 ++++++----------
 include/acpi/acpi_bus.h               |  3 +-
 include/linux/iommu.h                 | 15 ++------
 12 files changed, 67 insertions(+), 141 deletions(-)

-- 
2.39.2.101.g768bb238c484.dirty
Re: [PATCH v3 0/5] iommu: Remove iommu_fwspec ops
Posted by Will Deacon 1 year, 5 months ago
On Tue, 02 Jul 2024 12:40:46 +0100, Robin Murphy wrote:
> v2: https://lore.kernel.org/linux-iommu/cover.1718994350.git.robin.murphy@arm.com/
> 
> Hi all,
> 
> Just a quick update with an extra patch to avoid the mediatek-v1 driver
> breaking (and I have now build-tested ARCH=arm to make sure, apologies
> for being lazy before...)
> 
> [...]

Applied to arm64 (fwspec-ops-removal), thanks!

[1/5] iommu/mediatek-v1: Clean up redundant fwspec checks
      https://git.kernel.org/iommu/c/e7acc36f26b0
[2/5] iommu: Resolve fwspec ops automatically
      https://git.kernel.org/iommu/c/3f7c32091628
[3/5] ACPI: Retire acpi_iommu_fwspec_ops()
      https://git.kernel.org/iommu/c/78596b5c321c
[4/5] OF: Simplify of_iommu_configure()
      https://git.kernel.org/iommu/c/5f937bc48a6a
[5/5] iommu: Remove iommu_fwspec ops
      https://git.kernel.org/iommu/c/3e36c15fc1cc

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev