Re: [PATCH 2/2] remoteproc: Add support for host virtio rings (vringh)

2013-04-05 Thread Ohad Ben-Cohen
Hi Sjur, On Fri, Apr 5, 2013 at 9:15 AM, Sjur Brændeland wrote: > Any chance that you could review this in time for 3.10 merge window? Sure, I'm getting to this early next week. Monday at the latest. Thanks, Ohad. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH 2/2] remoteproc: Add support for host virtio rings (vringh)

2013-04-05 Thread Sjur Brændeland
Hi Ohad, On Fri, Mar 15, 2013 at 10:29 AM, Erwan Yvin wrote: > From: Erwan Yvin > > Implement the vringh callback functions in order > to manage host virtio rings and handle kicks. > This allows virtio device to request host-virtio-rings. > > Signed-off-by: Erwan Yvin Any chance that you

Re: [PATCH 2/2] remoteproc: Add support for host virtio rings (vringh)

2013-04-05 Thread Sjur Brændeland
Hi Ohad, On Fri, Mar 15, 2013 at 10:29 AM, Erwan Yvin erwan.y...@stericsson.com wrote: From: Erwan Yvin erwan.y...@stericsson.com Implement the vringh callback functions in order to manage host virtio rings and handle kicks. This allows virtio device to request host-virtio-rings.

Re: [PATCH 2/2] remoteproc: Add support for host virtio rings (vringh)

2013-04-05 Thread Ohad Ben-Cohen
Hi Sjur, On Fri, Apr 5, 2013 at 9:15 AM, Sjur Brændeland sjurb...@gmail.com wrote: Any chance that you could review this in time for 3.10 merge window? Sure, I'm getting to this early next week. Monday at the latest. Thanks, Ohad. -- To unsubscribe from this list: send the line unsubscribe

[PATCH 2/2] remoteproc: Add support for host virtio rings (vringh)

2013-03-15 Thread Erwan Yvin
From: Erwan Yvin Implement the vringh callback functions in order to manage host virtio rings and handle kicks. This allows virtio device to request host-virtio-rings. Signed-off-by: Erwan Yvin --- drivers/remoteproc/remoteproc_virtio.c | 115 +++-

[PATCH 2/2] remoteproc: Add support for host virtio rings (vringh)

2013-03-15 Thread Erwan Yvin
From: Erwan Yvin erwan.y...@stericsson.com Implement the vringh callback functions in order to manage host virtio rings and handle kicks. This allows virtio device to request host-virtio-rings. Signed-off-by: Erwan Yvin erwan.y...@stericsson.com --- drivers/remoteproc/remoteproc_virtio.c | 115