Re: [PATCH 8/9] remoteproc: Calculate max_notifyid by counting vrings

2013-02-20 Thread Ido Yariv
Hi Sjur, On Sun, Feb 10, 2013 at 12:39:11PM +0100, sjur.brandel...@stericsson.com wrote: > From: Sjur Brændeland > > Simplify handling of max_notifyid by simply counting the > number of vrings. > > Signed-off-by: Sjur Brændeland > --- > drivers/remoteproc/remoteproc_core.c | 34 >

Re: [PATCH 8/9] remoteproc: Calculate max_notifyid by counting vrings

2013-02-20 Thread Ido Yariv
Hi Sjur, On Sun, Feb 10, 2013 at 12:39:11PM +0100, sjur.brandel...@stericsson.com wrote: From: Sjur Brændeland sjur.brandel...@stericsson.com Simplify handling of max_notifyid by simply counting the number of vrings. Signed-off-by: Sjur Brændeland sjur.brandel...@stericsson.com ---

[PATCH 8/9] remoteproc: Calculate max_notifyid by counting vrings

2013-02-10 Thread sjur . brandeland
From: Sjur Brændeland Simplify handling of max_notifyid by simply counting the number of vrings. Signed-off-by: Sjur Brændeland --- drivers/remoteproc/remoteproc_core.c | 34 +++--- 1 files changed, 19 insertions(+), 15 deletions(-) diff --git

[PATCH 8/9] remoteproc: Calculate max_notifyid by counting vrings

2013-02-10 Thread sjur . brandeland
From: Sjur Brændeland sjur.brandel...@stericsson.com Simplify handling of max_notifyid by simply counting the number of vrings. Signed-off-by: Sjur Brændeland sjur.brandel...@stericsson.com --- drivers/remoteproc/remoteproc_core.c | 34 +++--- 1 files changed, 19