Re: [PATCHv2 03/10] remoteproc: Refactor function rproc_elf_find_rsc_table

2013-03-19 Thread Ohad Ben-Cohen
On Thu, Feb 21, 2013 at 7:15 PM, wrote: > +static struct resource_table * > +rproc_elf_find_rsc_table(struct rproc *rproc, const struct firmware *fw, > + int *tablesz) Applying with a minor style change, thanks! -- To unsubscribe from this li

[PATCHv2 03/10] remoteproc: Refactor function rproc_elf_find_rsc_table

2013-02-21 Thread sjur . brandeland
From: Sjur Brændeland Refactor rproc_elf_find_rsc_table and split out the scanning for the section header named resource table. This is done to prepare for loading firmware once. Signed-off-by: Sjur Brændeland --- drivers/remoteproc/remoteproc_elf_loader.c | 75 +---