On Thu, Sep 25, 2025 at 05:00:07PM +0200, Johan Hovold wrote:
Make sure to drop the reference taken to the ahb platform device when looking up its driver data while enabling the smmu.
Note that holding a reference to a device does not prevent its driver data from going away.
Fixes: 89c788bab1f0 ("ARM: tegra: Add SMMU enabler in AHB") Cc: stable@vger.kernel.org # 3.5 Signed-off-by: Johan Hovold johan@kernel.org
Can this one be picked up for 6.19?
Johan