commit | 93f94ea0548c2628efe7d57e0989f06a14cedb53 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Fri Aug 04 18:37:09 2017 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Aug 31 15:31:38 2017 +0100 |
tree | ea3f9ab3829fc3aa9a679e43a5a861aae5de334b | |
parent | f6a91da7c788ac7345305ee291d0b205d2f5a70f [diff] |
irqchip/gic-v3-its: Make LPI allocation optional on device creation The normal course of action when allocating the ITS' view of a device is to allocate the corresponding LPIs. But we're about to introduce devices that borrow their interrupts from some other entities. So let's make the allocation optional. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>