Merge branches 'fixes' and 'ioremap' into for-linus
[firefly-linux-kernel-4.4.55.git] / drivers / vfio / platform / vfio_platform_common.c
index f3391a93bc0c476ffb60a23cee9c287bb394ff9c..e43efb5e92bf5bf6115d2df38391979d898b465d 100644 (file)
 static DEFINE_MUTEX(driver_lock);
 
 static const struct vfio_platform_reset_combo reset_lookup_table[] = {
+       {
+               .compat = "calxeda,hb-xgmac",
+               .reset_function_name = "vfio_platform_calxedaxgmac_reset",
+               .module_name = "vfio-platform-calxedaxgmac",
+       },
 };
 
 static void vfio_platform_get_reset(struct vfio_platform_device *vdev,