summaryrefslogtreecommitdiff
path: root/drivers/vfio/platform/Makefile
diff options
context:
space:
mode:
authorEric Auger <eric.auger@linaro.org>2015-06-15 12:09:45 +0300
committerAlex Williamson <alex.williamson@redhat.com>2015-06-22 18:35:38 +0300
commit713cc334a6cc20dd1740933bf49d804b081bbca0 (patch)
tree8d853639cae0648d789b06ab4201167b7110fad0 /drivers/vfio/platform/Makefile
parent3eeb0d510c65e777030156f03c116393095a3248 (diff)
downloadlinux-713cc334a6cc20dd1740933bf49d804b081bbca0.tar.xz
VFIO: platform: Calxeda xgmac reset module
This patch introduces a module that registers and implements a basic reset function for the Calxeda xgmac device. This latter basically disables interrupts and stops DMA transfers. The reset function code is inherited from the native calxeda xgmac driver. Signed-off-by: Eric Auger <eric.auger@linaro.org> Acked-by: Baptiste Reynal <b.reynal@virtualopensystems.com> Tested-by: Baptiste Reynal <b.reynal@virtualopensystems.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio/platform/Makefile')
-rw-r--r--drivers/vfio/platform/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/vfio/platform/Makefile b/drivers/vfio/platform/Makefile
index 81de144c0eaa..9ce8afe28450 100644
--- a/drivers/vfio/platform/Makefile
+++ b/drivers/vfio/platform/Makefile
@@ -2,7 +2,9 @@
vfio-platform-y := vfio_platform.o vfio_platform_common.o vfio_platform_irq.o
obj-$(CONFIG_VFIO_PLATFORM) += vfio-platform.o
+obj-$(CONFIG_VFIO_PLATFORM) += reset/
vfio-amba-y := vfio_amba.o
obj-$(CONFIG_VFIO_AMBA) += vfio-amba.o
+obj-$(CONFIG_VFIO_AMBA) += reset/