]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
vfio: platform: introduce vfio-platform-base module
authorEric Auger <eric.auger@linaro.org>
Tue, 3 Nov 2015 18:12:12 +0000 (18:12 +0000)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 3 Nov 2015 19:54:56 +0000 (12:54 -0700)
commit32a2d71c4e808b5aa6c414d4422b5e6c594c8805
tree2caaf12628259257867f853f9e0d3c92c51217ad
parent1b4bb2eaa9b2583521611b4aa978f9f499c92cd4
vfio: platform: introduce vfio-platform-base module

To prepare for vfio platform reset rework let's build
vfio_platform_common.c and vfio_platform_irq.c in a separate
module from vfio-platform and vfio-amba. This makes possible
to have separate module inits and works around a race between
platform driver init and vfio reset module init: that way we
make sure symbols exported by base are available when vfio-platform
driver gets probed.

The open/release being implemented in the base module, the ref
count is applied to the parent module instead.

Signed-off-by: Eric Auger <eric.auger@linaro.org>
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/platform/Makefile
drivers/vfio/platform/vfio_amba.c
drivers/vfio/platform/vfio_platform.c
drivers/vfio/platform/vfio_platform_common.c
drivers/vfio/platform/vfio_platform_private.h