diff options
author | Sjur Brændeland <sjur.brandeland@stericsson.com> | 2013-02-21 21:15:39 +0400 |
---|---|---|
committer | Ohad Ben-Cohen <ohad@wizery.com> | 2013-04-07 15:06:17 +0400 |
commit | 92b38f851470f8d8ea7ed638d546f83b5268bc12 (patch) | |
tree | 2c9010584f33d5b6b9e26f6f9139e5c42b19aad0 /drivers/remoteproc/remoteproc_core.c | |
parent | a2b950ac7b1e6442919ee9e79c4963e134698869 (diff) | |
download | linux-92b38f851470f8d8ea7ed638d546f83b5268bc12.tar.xz |
remoteproc: support virtio config space.
Support virtio configuration space and device status. The virtio
device can now access the resource table in shared memory.
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Acked-by: Ido Yariv <ido@wizery.com>
[rebase and style changes]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Diffstat (limited to 'drivers/remoteproc/remoteproc_core.c')
-rw-r--r-- | drivers/remoteproc/remoteproc_core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c index 617b825aa553..d0251fe9e119 100644 --- a/drivers/remoteproc/remoteproc_core.c +++ b/drivers/remoteproc/remoteproc_core.c @@ -345,9 +345,6 @@ static int rproc_handle_vdev(struct rproc *rproc, struct fw_rsc_vdev *rsc, goto free_rvdev; } - /* remember the device features */ - rvdev->dfeatures = rsc->dfeatures; - /* remember the resource offset*/ rvdev->rsc_offset = offset; |