Re: [PATCH 1/2] remoteproc: debug: add resource table dump feature

2017-10-30 Thread kbuild test robot
Hi Loic, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on v4.14-rc6] [also build test WARNING on next-20171018] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/

Re: [PATCH 1/2] remoteproc: debug: add resource table dump feature

2017-10-30 Thread kbuild test robot
Hi Loic, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.14-rc6] [also build test ERROR on next-20171018] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Loic-Pal

[PATCH 1/2] remoteproc: debug: add resource table dump feature

2017-10-27 Thread Loic Pallardy
This patch adds the capability to display the content of the resource table associated to a remote processor firmware. Signed-off-by: Loic Pallardy --- drivers/remoteproc/remoteproc_debugfs.c | 99 + 1 file changed, 99 insertions(+) diff --git a/drivers/remotepro