[PATCH] remoteproc: Remove unneeded check in elf_strtbl_add()

2024-07-05 Thread Aleksandr Mishin
Fixes: abc72b646066 ("remoteproc: coredump: Add minidump functionality") Signed-off-by: Aleksandr Mishin --- drivers/remoteproc/remoteproc_elf_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/remoteproc/remoteproc_elf_helpers.h b/drivers/remoteproc/

Re: [lvc-project] [PATCH] remoteproc: imx_rproc: Adjust phandle parsing issue while remapping optional addresses in imx_rproc_addr_init()

2024-06-12 Thread Aleksandr Mishin
On 11.06.2024 19:45, Mathieu Poirier wrote: On Mon, Jun 10, 2024 at 08:36:19PM +0300, Fedor Pchelkin wrote: On Mon, 10. Jun 10:47, Mathieu Poirier wrote: On Thu, Jun 06, 2024 at 10:52:04AM +0300, Aleksandr Mishin wrote: In imx_rproc_addr_init() "nph = of_count_phandle_with_args()&

[PATCH] remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init

2024-06-12 Thread Aleksandr Mishin
ooted before Linux Kernel") Cc: sta...@vger.kernel.org Signed-off-by: Aleksandr Mishin --- drivers/remoteproc/imx_rproc.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/remoteproc/imx_rproc.c b/drivers/remoteproc/imx_rproc.c index 39eacd90af14..144c8e9a642e 10

[PATCH] remoteproc: imx_rproc: Adjust phandle parsing issue while remapping optional addresses in imx_rproc_addr_init()

2024-06-06 Thread Aleksandr Mishin
nux Verification Center (linuxtesting.org) with SVACE. Fixes: a0ff4aa6f010 ("remoteproc: imx_rproc: add a NXP/Freescale imx_rproc driver") Signed-off-by: Aleksandr Mishin --- drivers/remoteproc/imx_rproc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/remoteproc/imx_rp