diff options
author | 2025-05-09 12:45:32 +0800 | |
---|---|---|
committer | 2025-05-15 17:02:22 +0200 | |
commit | 7b04f98027afd2cc329d00191dfc8284b382565d (patch) | |
tree | ace2bb697d4ee69a8ba1f4bc8cfa53ee044efcda /scripts/lib/kdoc/kdoc_parser.py | |
parent | gpio: TODO: add item about GPIO drivers reading struct gpio_chip::base (diff) | |
download | linux-rng-7b04f98027afd2cc329d00191dfc8284b382565d.tar.xz linux-rng-7b04f98027afd2cc329d00191dfc8284b382565d.zip |
gpio: bcm-kona: make irq_chip immutable
The gpiolib is moving to make irq_chip immutable, otherwise
there is warning: "not an immutable chip, please consider fixing it!"
The bcm_gpio_irq_chip already has irq hooks configured correctly,
bcm_kona_gpio_irq_mask/bcm_kona_gpio_irq_unmask calls gpiochip_disable_irq/
gpiochip_enable_irq, and bcm_kona_gpio_irq_reqres/irq_release_resources
calls gpiochip_reqres_irq/gpiochip_relres_irq.
So just need to flag it as IRQCHIP_IMMUTABLE.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20250509-gpio-v1-1-639377c98288@nxp.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions