Re: [PATCH v5 11/19] add minimal virtio support for devtree virtio-mmio

2014-06-14 Thread Christoffer Dall
On Wed, Jun 11, 2014 at 04:01:26PM +0200, Andrew Jones wrote: > Support the bare minimum of virtio to enable access to the virtio-mmio > config space of a device. Currently this implementation must use a > device tree to find the device. > > Signed-off-by: Andrew Jones > --- > v5: > - use same v

[PATCH v5 11/19] add minimal virtio support for devtree virtio-mmio

2014-06-11 Thread Andrew Jones
Support the bare minimum of virtio to enable access to the virtio-mmio config space of a device. Currently this implementation must use a device tree to find the device. Signed-off-by: Andrew Jones --- v5: - use same virtio struct names as kernel - no need to alloc a new virtio_config_ops for e