[PATCH 1/4] remoteproc: core: Make the loaded resource table optional

2015-09-25 Thread Bjorn Andersson
Remote processors like the ones found in the Qualcomm SoCs does not have a resource table passed to them, so make it optional by only populating it if it does exist. Signed-off-by: Bjorn Andersson --- drivers/remoteproc/remoteproc_core.c | 8 ++-- 1 file changed, 2 insertions(+), 6

[PATCH 1/4] remoteproc: core: Make the loaded resource table optional

2015-09-25 Thread Bjorn Andersson
Remote processors like the ones found in the Qualcomm SoCs does not have a resource table passed to them, so make it optional by only populating it if it does exist. Signed-off-by: Bjorn Andersson --- drivers/remoteproc/remoteproc_core.c | 8 ++-- 1 file