diff options
| author | Jiri Slaby (SUSE) <jirislaby@kernel.org> | 2026-07-08 11:56:44 +0200 |
|---|---|---|
| committer | Liu Ying <victor.liu@nxp.com> | 2026-07-15 15:28:24 +0800 |
| commit | d91748f683693be386fa127b7ec25d2a366b88b9 (patch) | |
| tree | bde8f1dd8ccf9cd8bcf1db4b19cbf251a98f0d6b /tools/perf/scripts/python/bin | |
| parent | 860e748bddcc9291cbdd23e801640aeeba30cc44 (diff) | |
drm/imx: Switch to irq_domain_create_linear()
irq_domain_add_linear() is going away as being obsolete now. Switch to
the preferred irq_domain_create_linear(). That differs in the first
parameter: It takes more generic struct fwnode_handle instead of struct
device_node. Therefore, of_fwnode_handle() is added around the
parameter.
Note some of the users can likely use dev->fwnode directly instead of
indirect of_fwnode_handle(dev->of_node). But dev->fwnode is not
guaranteed to be set for all, so this has to be investigated on case to
case basis (by people who can actually test with the HW).
[ Liu Ying: Fix a complaint from 'checkpatch.pl --strict'. ]
Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Cc: Thomas Gleixner <tglx@kernel.org>
Cc: Liu Ying <victor.liu@nxp.com>
Acked-by: Liu Ying <victor.liu@nxp.com>
Link: https://patch.msgid.link/20260708095645.385291-1-jirislaby@kernel.org
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
