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

Johan Hovold posted 2 patches 4 months, 2 weeks 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 4 months, 2 weeks 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 Johan Hovold 3 months, 1 week 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.

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

Joerg, could you consider taking also the amba patch through the iommu
tree as a dependency with the nVidia guys' acks?

>   iommu: tegra: enable compile testing

Johan
Re: [PATCH 0/2] amba/iommu: tegra: enable compile testing
Posted by Joerg Roedel 3 months, 1 week ago
On Mon, Oct 27, 2025 at 02:40:38PM +0100, Johan Hovold wrote:
> 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.
> 
> > Johan Hovold (2):
> >   amba: tegra-ahb: enable compile testing
> 
> Joerg, could you consider taking also the amba patch through the iommu
> tree as a dependency with the nVidia guys' acks?

Done.
Re: [PATCH 0/2] amba/iommu: tegra: enable compile testing
Posted by Jon Hunter 4 months ago
On 25/09/2025 16:31, 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.
> 
> 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(-)
> 

Looks good to me.

Reviewed-by: Jon Hunter <jonathanh@nvidia.com>

Thanks
Jon

-- 
nvpublic
Re: [PATCH 0/2] amba/iommu: tegra: enable compile testing
Posted by Jason Gunthorpe 4 months, 1 week 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