summaryrefslogtreecommitdiff
path: root/drivers/vfio/platform/reset/Makefile
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@broadcom.com>2017-10-20 11:43:24 -0600
committerAlex Williamson <alex.williamson@redhat.com>2017-10-20 11:43:24 -0600
commite25883411e80f314f0f76c8eeacd1b47d7e4805b (patch)
tree6aeaad0fa4c9e03a9e6635cf6890f00ed55fcadb /drivers/vfio/platform/reset/Makefile
parent79d40370e8d31886a9413e2ee115fc426b4ae97e (diff)
vfio: platform: reset: Add Broadcom FlexRM reset module
This patch adds Broadcom FlexRM low-level reset for VFIO platform. It will do the following: 1. Disable/Deactivate each FlexRM ring 2. Flush each FlexRM ring The cleanup sequence for FlexRM rings is adapted from Broadcom FlexRM mailbox driver. Signed-off-by: Anup Patel <anup.patel@broadcom.com> Reviewed-by: Oza Oza <oza.oza@broadcom.com> Reviewed-by: Scott Branden <scott.branden@broadcom.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio/platform/reset/Makefile')
-rw-r--r--drivers/vfio/platform/reset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vfio/platform/reset/Makefile b/drivers/vfio/platform/reset/Makefile
index 93f4e232697b..8d9874bf0391 100644
--- a/drivers/vfio/platform/reset/Makefile
+++ b/drivers/vfio/platform/reset/Makefile
@@ -5,3 +5,4 @@ ccflags-y += -Idrivers/vfio/platform
obj-$(CONFIG_VFIO_PLATFORM_CALXEDAXGMAC_RESET) += vfio-platform-calxedaxgmac.o
obj-$(CONFIG_VFIO_PLATFORM_AMDXGBE_RESET) += vfio-platform-amdxgbe.o
+obj-$(CONFIG_VFIO_PLATFORM_BCMFLEXRM_RESET) += vfio_platform_bcmflexrm.o