diff options
| author | Yixun Lan <dlan@gentoo.org> | 2025-04-08 23:11:20 +0800 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2025-04-08 18:56:19 +0200 |
| commit | 27986833e8e675b6c17654d13623590a46f9033e (patch) | |
| tree | 6103dd307f96e2cb75a9654254d6b22e9c2754d3 /tools/perf/scripts/python | |
| parent | Merge tag 'irqdomain-04-08-25' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
| download | linux-27986833e8e675b6c17654d13623590a46f9033e.tar.gz linux-27986833e8e675b6c17654d13623590a46f9033e.zip | |
gpiolib: support parsing gpio three-cell interrupts scheme
gpio irq which using three-cell scheme should always call
instance_match() function to find the correct irqdomain.
The select() function will be called with !DOMAIN_BUS_ANY,
so for specific gpio irq driver, it need to set bus token
explicitly, something like:
irq_domain_update_bus_token(girq->domain, DOMAIN_BUS_WIRED);
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Link: https://lore.kernel.org/r/20250408-04-gpio-irq-threecell-v4-1-fd170d5e2d2b@gentoo.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
