The patchset makes three different changes. 1. Add support for probing ACPI platform reset drivers. 2. Make reset driver a requirement now 3. Add support for HIDMA reset driver. Specific changes: vfio, platform: add support for ACPI while detecting the reset driver Changes from V1: (https://lkml.org/lkml/2016/1/29/672) * renamed VFIO_PLATFORM_RESET_MODULE_ALIAS to * MODULE_ALIAS_VFIO_PLATFORM_RESET Sinan Kaya (3): vfio, platform: add support for ACPI while detecting the reset driver vfio, platform: make reset driver a requirement vfio, platform: add QTI HIDMA reset driver drivers/vfio/platform/reset/Kconfig | 9 ++ drivers/vfio/platform/reset/Makefile | 2 + .../vfio/platform/reset/vfio_platform_amdxgbe.c | 4 +- .../platform/reset/vfio_platform_calxedaxgmac.c | 4 +- .../vfio/platform/reset/vfio_platform_qcomhidma.c | 101 +++++++++++++++++ drivers/vfio/platform/vfio_platform_common.c | 123 ++++++++++++++++----- drivers/vfio/platform/vfio_platform_private.h | 43 ++++--- 7 files changed, 241 insertions(+), 45 deletions(-) create mode 100644 drivers/vfio/platform/reset/vfio_platform_qcomhidma.c -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html