From mboxrd@z Thu Jan 1 00:00:00 1970 From: okaya@codeaurora.org (Sinan Kaya) Date: Fri, 11 Mar 2016 11:54:32 -0500 Subject: [PATCH V2 0/3] vfio, platform: add HIDMA and ACPI support Message-ID: <1457715275-11925-1-git-send-email-okaya@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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