diff options
| author | Eric Auger <eric.auger@linaro.org> | 2015-06-15 05:09:45 -0400 |
|---|---|---|
| committer | Alex Williamson <alex.williamson@redhat.com> | 2015-06-22 11:35:38 -0400 |
| commit | 713cc334a6cc20dd1740933bf49d804b081bbca0 (patch) | |
| tree | 8d853639cae0648d789b06ab4201167b7110fad0 /drivers/vfio/platform/Makefile | |
| parent | 3eeb0d510c65e777030156f03c116393095a3248 (diff) | |
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/Makefile | 2 |
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 @@ | |||
| 2 | vfio-platform-y := vfio_platform.o vfio_platform_common.o vfio_platform_irq.o | 2 | vfio-platform-y := vfio_platform.o vfio_platform_common.o vfio_platform_irq.o |
| 3 | 3 | ||
| 4 | obj-$(CONFIG_VFIO_PLATFORM) += vfio-platform.o | 4 | obj-$(CONFIG_VFIO_PLATFORM) += vfio-platform.o |
| 5 | obj-$(CONFIG_VFIO_PLATFORM) += reset/ | ||
| 5 | 6 | ||
| 6 | vfio-amba-y := vfio_amba.o | 7 | vfio-amba-y := vfio_amba.o |
| 7 | 8 | ||
| 8 | obj-$(CONFIG_VFIO_AMBA) += vfio-amba.o | 9 | obj-$(CONFIG_VFIO_AMBA) += vfio-amba.o |
| 10 | obj-$(CONFIG_VFIO_AMBA) += reset/ | ||
