Skip to content
Commit fc54bae2 authored by Sandor Bodo-Merle's avatar Sandor Bodo-Merle Committed by Bjorn Helgaas
Browse files

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: default avatarSandor Bodo-Merle <sbodomerle@gmail.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: default avatarRay Jui <ray.jui@broadcom.com>
parent 9e66317d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment