diff options
| author | Marco Scardovi <scardracs@disroot.org> | 2026-06-08 01:05:04 +0200 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-06-26 09:53:28 +0200 |
| commit | c2e26f2408226de7464ba4cdcd86827e0a000db9 (patch) | |
| tree | 8d7173e579439a5663ebd8c3d1252a84f29538fc /tools/perf/scripts/python | |
| parent | c03c6a086d188dc5b52e7db2b2991ecead9bb669 (diff) | |
gpio: rockchip: use platform_get_irq() to retrieve interrupt
The driver currently uses irq_of_parse_and_map() to parse and map the
GPIO bank interrupt from the device tree node. Since the bank device is
represented by a platform_device, use the standard platform_get_irq()
API instead. This integrates cleanly with the platform device framework
and ensures proper error propagation (such as -EPROBE_DEFER).
Assisted-by: Antigravity:gemini-3.5-flash
Signed-off-by: Marco Scardovi <scardracs@disroot.org>
Link: https://patch.msgid.link/20260607230504.35392-4-scardracs@disroot.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
