diff options
| author | Jiri Slaby (SUSE) <[email protected]> | 2025-05-18 03:23:29 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2025-05-21 12:53:17 +0000 |
| commit | 16d693749866f2e4731f2aa1c553f185804dd392 (patch) | |
| tree | a634421eb9cebc0499e1afabd371795d86940102 /net/unix/af_unix.c | |
| parent | spmi: add a spmi driver for Apple SoC (diff) | |
| download | kernel-16d693749866f2e4731f2aa1c553f185804dd392.tar.gz kernel-16d693749866f2e4731f2aa1c553f185804dd392.zip | |
irqdomain: spmi: Switch to irq_domain_create_tree()
irq_domain_add_tree() is going away as being obsolete now. Switch to
the preferred irq_domain_create_tree(). 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).
Signed-off-by: "Jiri Slaby (SUSE)" <[email protected]>
Cc: Stephen Boyd <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
