summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2026-07-27 12:47:14 -0700
committerMark Brown <broonie@kernel.org>2026-07-30 12:53:17 +0100
commit09d083d6757ab31a38245d316a1032c69687843c (patch)
treeb6fc50f75fcbf055955d397d08f4e68599c81f51 /tools/perf/scripts/python/bin/stackcollapse-report
parent7117fc3d1fda061cf83b2f580d2f49596d49c3db (diff)
spi: spi-mpc52xx: use platform_get_irq_optional for IRQ lookup
Replace irq_of_parse_and_map() calls with platform_get_irq_optional() to fetch both IRQs in the probe function. This is a more portable approach that works with both DT and non-DT platforms and follows modern platform API conventions. The -EPROBE_DEFER case is handled properly so deferred probe works as expected, and invalid IRQ numbers are normalized to 0. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://patch.msgid.link/20260727194714.11354-1-rosenp@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions