commit | fc54bae288182056e9d2431fb1018bf5229ea52d | [log] [tgz] |
---|---|---|
author | Sandor Bodo-Merle <sbodomerle@gmail.com> | Sat Oct 07 14:08:44 2017 +0200 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 17 14:00:25 2017 -0500 |
tree | a51db1cf68886a39943f993f558369b5f3b5f96e | |
parent | 9e66317d3c92ddaab330c125dfe9d06eee268aff [diff] |
PCI: iproc: Allow allocation of multiple MSIs Add support for allocating multiple MSIs at the same time, so that the MSI_FLAG_MULTI_PCI_MSI flag can be added to the msi_domain_info structure. Avoid storing the hwirq in the low 5 bits of the message data, as it is used by the device. Also fix an endianness problem by using readl(). Signed-off-by: Sandor Bodo-Merle <sbodomerle@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Ray Jui <ray.jui@broadcom.com>