From: Pawel Moll Date: Mon, 24 Oct 2011 13:07:03 +0000 (+0100) Subject: virtio: Add platform bus driver for memory mapped virtio device X-Git-Tag: v3.2-rc1~83^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edfd52e6367270c90f3fd7cc302b375ffa89f91e;p=pandora-kernel.git virtio: Add platform bus driver for memory mapped virtio device This patch, based on virtio PCI driver, adds support for memory mapped (platform) virtio device. This should allow environments like qemu to use virtio-based block & network devices even on platforms without PCI support. One can define and register a platform device which resources will describe memory mapped control registers and "mailbox" interrupt. Such device can be also instantiated using the Device Tree node with compatible property equal "virtio,mmio". Cc: Anthony Liguori Cc: Michael S.Tsirkin Signed-off-by: Pawel Moll Signed-off-by: Rusty Russell --- Reading git-diff-tree failed