summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2026-07-26 14:57:40 -0700
committerUlf Hansson <ulfh@kernel.org>2026-07-27 18:21:36 +0200
commit8a5a1e727fcaf4bc9f742bf71a4de7eb49de9623 (patch)
tree7075a185d17739348c0166c6594b3f8e4bd52f70 /tools/perf/scripts/python/parallel-perf.py
parent57e5d877f898d5e5c9d672a77bb6bdd24f0d9bf5 (diff)
mmc: omap_hsmmc: use platform_get_irq_optional for wake IRQ
Replace irq_of_parse_and_map() with platform_get_irq_optional() to get the wake IRQ. This is a more portable approach that works with both DT and non-DT platforms, and follows the modern platform API conventions for optional IRQ resources. The wake IRQ is now fetched earlier in the probe function alongside the main IRQ, and the -EPROBE_DEFER case is handled properly before the deferred probe can be triggered. Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Ulf Hansson <ulfh@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions