Re: [PATCH 2/3] Initial skeleton of VFIO support for Device Tree based devices

2013-08-05 Thread Mark Rutland
> > +static const struct of_device_id vfio_dt_match[] = { > > + � � /* In the future, we can implement a better mechanism to bind > the > > + � � �* module to any device. For now add the compatible property to > the > > + � � �* dtb of the devices we want to use. � */

Re: [PATCH 2/3] Initial skeleton of VFIO support for Device Tree based devices

2013-08-05 Thread Antonios Motakis
On Mon, Aug 5, 2013 at 3:37 PM, Mark Rutland wrote: > [adding DT maintainers to Cc] > > On Mon, Aug 05, 2013 at 02:17:11PM +0100, Antonios Motakis wrote: > > Platform devices in the Linux kernel are usually managed by the DT > > interface. This patch forms the base to support these kind of device