713cc334a6
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>
10 lines
267 B
Makefile
10 lines
267 B
Makefile
|
|
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/
|