Re: [PATCH] remtoteproc: Export notification id range

2012-09-12 Thread Ohad Ben-Cohen
Hi Sjur, On Mon, Sep 3, 2012 at 4:48 PM, wrote: > diff --git a/drivers/remoteproc/remoteproc_core.c > b/drivers/remoteproc/remoteproc_core.c > index d5c2dbf..00e1674 100644 > --- a/drivers/remoteproc/remoteproc_core.c > +++ b/drivers/remoteproc/remoteproc_core.c > @@ -215,6 +215,9 @@ int rproc_

[PATCH] remtoteproc: Export notification id range

2012-09-03 Thread sjur . brandeland
From: Sjur Brændeland Some of the rproc drivers needs to know the range of the notification IDs used for notifying the device. Export a variable in struct rproc holding the largest allocated notification id. Signed-off-by: Sjur Brændeland --- drivers/remoteproc/remoteproc_core.c |3 +++ in