RE: [RFCv2 10/11] remoteproc: Find resource table in device memory

2013-01-15 Thread Sjur BRENDELAND
> This patch should probably be squashed with the next one, since it > doesn't do much on its own. OK. Regards, Sjur -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majo

Re: [RFCv2 10/11] remoteproc: Find resource table in device memory

2012-12-20 Thread Ido Yariv
Hi Sjur, On Fri, Dec 14, 2012 at 05:06:59PM +0100, Sjur Brændeland wrote: > Call rproc_get_rsctab_addr() to get the address > of the resource table in shared memory. > > Signed-off-by: Sjur Brændeland This patch should probably be squashed with the next one, since it doesn't do much on its own.

[RFCv2 10/11] remoteproc: Find resource table in device memory

2012-12-14 Thread Sjur Brændeland
Call rproc_get_rsctab_addr() to get the address of the resource table in shared memory. Signed-off-by: Sjur Brændeland --- drivers/remoteproc/remoteproc_core.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remotepro