]> git.baikalelectronics.ru Git - kernel.git/commit
vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
authorDiana Craciun <diana.craciun@oss.nxp.com>
Mon, 5 Oct 2020 17:36:51 +0000 (20:36 +0300)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 12 Oct 2020 17:33:06 +0000 (11:33 -0600)
commit4bbc1a6b2ae9be1887e19a3c24cbc4a8f5bdd7d6
tree6f34b42f1cee728161c0ffb61b795f0c2cfa7248
parentf9e0b6cf371270f740d882f9b5e9c4f0c443c37b
vfio/fsl-mc: Add irq infrastructure for fsl-mc devices

This patch adds the skeleton for interrupt support
for fsl-mc devices. The interrupts are not yet functional,
the functionality will be added by subsequent patches.

Signed-off-by: Bharat Bhushan <Bharat.Bhushan@nxp.com>
Signed-off-by: Diana Craciun <diana.craciun@oss.nxp.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/fsl-mc/Makefile
drivers/vfio/fsl-mc/vfio_fsl_mc.c
drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c [new file with mode: 0644]
drivers/vfio/fsl-mc/vfio_fsl_mc_private.h