commit | 7304ac4567bcb72fd57cc79582bf53ca7840136f | [log] [tgz] |
---|---|---|
author | Sunil Goutham <sgoutham@marvell.com> | Wed Oct 10 18:14:25 2018 +0530 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 10 10:06:01 2018 -0700 |
tree | 47247e6b9553a6183620aaa33efcdb9f446074dd | |
parent | 021e2e53b8c891a9d95860a318e5f30c76bf8b0d [diff] |
octeontx2-af: Add mailbox IRQ and msg handlers This patch adds support for mailbox interrupt and message handling. Mapped mailbox region and registered a workqueue for message handling. Enabled mailbox IRQ of RVU PFs and registered a interrupt handler. When IRQ is triggered work is added to the mbox workqueue for msgs to get processed. Signed-off-by: Sunil Goutham <sgoutham@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>