commit | a251b263346e38b9fafebeb49ada9ce894882616 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Thu Oct 01 17:05:45 2015 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Fri Oct 16 13:07:15 2015 +0100 |
tree | f9b28b1a854cd1e64ef4289503b3363fef9d85fd | |
parent | deac7fc1c87f24099d7e15d8b662446497f57465 [diff] |
of/irq: Split of_msi_map_rid to reuse msi-map lookup The msi-map property is also used to identify the MSI controller as a form of grown-up msi-parent property. Looking it up is complicated enough, and since of_msi_map_rid already implements this, let's turn it into an internal utility function. We'll put that to good use later on. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>