[PATCH 0/2] amba/iommu: tegra: enable compile testing

Johan Hovold posted 2 patches 6 days, 7 hours ago
drivers/amba/Kconfig  | 2 +-
drivers/iommu/Kconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] amba/iommu: tegra: enable compile testing
Posted by Johan Hovold 6 days, 7 hours ago
There seems to be nothing preventing us from enabling compile testing of
the Tegra AHB and IOMMU drivers so enable that to increase build
coverage.

Note that these could go in through separate trees, but compile testing
of the IOMMU driver does depend on the AHB driver being enabled.

Johan


Johan Hovold (2):
  amba: tegra-ahb: enable compile testing
  iommu: tegra: enable compile testing

 drivers/amba/Kconfig  | 2 +-
 drivers/iommu/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.49.1
Re: [PATCH 0/2] amba/iommu: tegra: enable compile testing
Posted by Jason Gunthorpe 1 day, 5 hours ago
On Thu, Sep 25, 2025 at 05:31:18PM +0200, Johan Hovold wrote:
> There seems to be nothing preventing us from enabling compile testing of
> the Tegra AHB and IOMMU drivers so enable that to increase build
> coverage.
> 
> Note that these could go in through separate trees, but compile testing
> of the IOMMU driver does depend on the AHB driver being enabled.

Nice!

Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>

Jason