Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-12-09 Thread Amit Shah
On (Thu) 08 Nov 2012 [10:06:24], Amit Shah wrote: > On (Tue) 30 Oct 2012 [09:51:50], Sjur Brændeland wrote: > > From: Sjur Brændeland > > > > This patch-set introduces a new virtio type "rproc_serial" for communicating > > with remote processors over shared memory. The driver depends on the > >

Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-12-09 Thread Amit Shah
On (Thu) 08 Nov 2012 [10:06:24], Amit Shah wrote: On (Tue) 30 Oct 2012 [09:51:50], Sjur Brændeland wrote: From: Sjur Brændeland sjur.brandel...@stericsson.com This patch-set introduces a new virtio type rproc_serial for communicating with remote processors over shared memory. The driver

Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-11-08 Thread Amit Shah
On (Tue) 30 Oct 2012 [09:51:50], Sjur Brændeland wrote: > From: Sjur Brændeland > > This patch-set introduces a new virtio type "rproc_serial" for communicating > with remote processors over shared memory. The driver depends on the > the remoteproc framework. As preparation for introducing

Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-11-08 Thread Amit Shah
On (Tue) 30 Oct 2012 [09:51:50], Sjur Brændeland wrote: From: Sjur Brændeland sjur.brandel...@stericsson.com This patch-set introduces a new virtio type rproc_serial for communicating with remote processors over shared memory. The driver depends on the the remoteproc framework. As

Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-11-05 Thread Rusty Russell
Amit Shah writes: > On (Mon) 05 Nov 2012 [11:31:24], Amit Shah wrote: >> On (Mon) 05 Nov 2012 [09:11:45], Rusty Russell wrote: >> > Sjur Brændeland writes: >> > >> > > From: Sjur Brændeland >> > > >> > > This patch-set introduces a new virtio type "rproc_serial" for >> > > communicating >> >

Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-11-05 Thread Amit Shah
On (Mon) 05 Nov 2012 [09:11:45], Rusty Russell wrote: > Sjur Brændeland writes: > > > From: Sjur Brændeland > > > > This patch-set introduces a new virtio type "rproc_serial" for communicating > > with remote processors over shared memory. The driver depends on the > > the remoteproc framework.

Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-11-05 Thread Amit Shah
On (Mon) 05 Nov 2012 [11:31:24], Amit Shah wrote: > On (Mon) 05 Nov 2012 [09:11:45], Rusty Russell wrote: > > Sjur Brændeland writes: > > > > > From: Sjur Brændeland > > > > > > This patch-set introduces a new virtio type "rproc_serial" for > > > communicating > > > with remote processors over

Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-11-05 Thread Amit Shah
On (Mon) 05 Nov 2012 [11:31:24], Amit Shah wrote: On (Mon) 05 Nov 2012 [09:11:45], Rusty Russell wrote: Sjur Brændeland s...@brendeland.net writes: From: Sjur Brændeland sjur.brandel...@stericsson.com This patch-set introduces a new virtio type rproc_serial for communicating

Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-11-05 Thread Amit Shah
On (Mon) 05 Nov 2012 [09:11:45], Rusty Russell wrote: Sjur Brændeland s...@brendeland.net writes: From: Sjur Brændeland sjur.brandel...@stericsson.com This patch-set introduces a new virtio type rproc_serial for communicating with remote processors over shared memory. The driver depends

Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-11-05 Thread Rusty Russell
Amit Shah amit.s...@redhat.com writes: On (Mon) 05 Nov 2012 [11:31:24], Amit Shah wrote: On (Mon) 05 Nov 2012 [09:11:45], Rusty Russell wrote: Sjur Brændeland s...@brendeland.net writes: From: Sjur Brændeland sjur.brandel...@stericsson.com This patch-set introduces a new virtio

Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-11-04 Thread Rusty Russell
Sjur Brændeland writes: > From: Sjur Brændeland > > This patch-set introduces a new virtio type "rproc_serial" for communicating > with remote processors over shared memory. The driver depends on the > the remoteproc framework. As preparation for introducing "rproc_serial" > I've done a

Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-11-04 Thread Rusty Russell
Sjur Brændeland s...@brendeland.net writes: From: Sjur Brændeland sjur.brandel...@stericsson.com This patch-set introduces a new virtio type rproc_serial for communicating with remote processors over shared memory. The driver depends on the the remoteproc framework. As preparation for

[PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-10-30 Thread Sjur Brændeland
From: Sjur Brændeland This patch-set introduces a new virtio type "rproc_serial" for communicating with remote processors over shared memory. The driver depends on the the remoteproc framework. As preparation for introducing "rproc_serial" I've done a refactoring of the transmit buffer handling.

[PATCHv8 0/3]virtio_console: Add rproc_serial driver

2012-10-30 Thread Sjur Brændeland
From: Sjur Brændeland sjur.brandel...@stericsson.com This patch-set introduces a new virtio type rproc_serial for communicating with remote processors over shared memory. The driver depends on the the remoteproc framework. As preparation for introducing rproc_serial I've done a refactoring of the