diff options
author | Biju Das <[email protected]> | 2024-08-26 12:07:30 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2024-10-16 09:32:40 +0200 |
commit | 0c200daa5780f3d0ba6fff4b6bf9e4bb924fa5ca (patch) | |
tree | f3d5786fe39499860f8d7e8f4bbdc183e8e2179c /tools/perf/scripts/python/parallel-perf.py | |
parent | 0d5c92cde4d38825eeadf5b4e1534350f80a9924 (diff) |
media: platform: rzg2l-cru: rzg2l-video: Move request_irq() to probe()
Move request_irq() to probe(), in order to avoid requesting IRQ during
device start which happens frequently. As this function is in probe(), it
is better to replace it with its devm variant for managing the resource
efficiently.
While at it, drop the IRQF_SHARED flag as currently there is a single user
for this IRQ.
Suggested-by: Laurent Pinchart <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Biju Das <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions