VFIO: platform: Calxeda xgmac reset module
authorEric Auger <eric.auger@linaro.org>
Mon, 15 Jun 2015 09:09:45 +0000 (11:09 +0200)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 22 Jun 2015 15:35:38 +0000 (09:35 -0600)
commit713cc334a6cc20dd1740933bf49d804b081bbca0
tree8d853639cae0648d789b06ab4201167b7110fad0
parent3eeb0d510c65e777030156f03c116393095a3248
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>
drivers/vfio/platform/Kconfig
drivers/vfio/platform/Makefile
drivers/vfio/platform/reset/Kconfig [new file with mode: 0644]
drivers/vfio/platform/reset/Makefile [new file with mode: 0644]
drivers/vfio/platform/reset/vfio_platform_calxedaxgmac.c [new file with mode: 0644]
drivers/vfio/platform/vfio_platform_common.c
This page took 0.025373 seconds and 5 git commands to generate.