Re: [RFC 2/3] VFIO: platform: export platform callbacks, probe and remove

2015-04-17 Thread Alex Williamson
On Fri, 2015-04-17 at 15:37 +0200, Eric Auger wrote: > We intend to derive the platform driver into specialized ones, featuring > reset modality. In order to avoid duplication, let's export the functions > that can be reused in all vfio_platform drivers: > - get_platform_resource > - get_platform_i

[RFC 2/3] VFIO: platform: export platform callbacks, probe and remove

2015-04-17 Thread Eric Auger
We intend to derive the platform driver into specialized ones, featuring reset modality. In order to avoid duplication, let's export the functions that can be reused in all vfio_platform drivers: - get_platform_resource - get_platform_irq - vfio_platform_probe - vfio_platform_remove Practically, o