commit | bba00555ede79ad8a743da908f708466f6bac0f8 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Tue Apr 19 15:18:40 2022 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Tue Apr 19 15:22:26 2022 +0100 |
tree | ac663a93b8549edae316b4ab5594d24c32ecc244 | |
parent | 36b78aae4bfee749bbde73be570796bfd0f56bec [diff] |
gpio: tegra186: Make the irqchip immutable Prevent gpiolib from messing with the irqchip by advertising the irq_chip structure as immutable, making it const, and adding the various calls that gpiolib relies upon. Acked-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20220419141846.598305-5-maz@kernel.org