mbox series

[v2,0/4] remoteproc: imx_rproc: various patches for misc

Message ID 20240719-imx_rproc-v2-0-10d0268c7eb1@nxp.com (mailing list archive)
Headers show
Series remoteproc: imx_rproc: various patches for misc | expand

Message

Peng Fan (OSS) July 19, 2024, 8:36 a.m. UTC
This patchset is to upstream a few patches that in NXP downstream for
quite sometime. For patches directly cherry-picked from NXP downstream,
I keep the R-b tags.

Patch 1 is a minor fix to DDR alias.
Patch 2 was sent out before,
https://patchwork.kernel.org/project/linux-remoteproc/patch/20220111033333.403448-1-peng.fan@oss.nxp.com/#25144792
this is just a resend
Patch 3 is to avoid mu interrupt trigger earlier.
Patch 4 is merge small area to support elf that has large section

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Changes in v2:
- Add R-b for patch 1,2,4
- Add Fixes tag for patch 3
- Drop downstream R-b tag
- Drop patch 5,6 which will be in a new patchset for 7ULP
- Link to v1: https://lore.kernel.org/r/20240712-imx_rproc-v1-0-7bcf6732d328@nxp.com

---
Peng Fan (4):
      remoteproc: imx_rproc: correct ddr alias for i.MX8M
      remoteproc: imx_rproc: use imx specific hook for find_loaded_rsc_table
      remoteproc: imx_rproc: initialize workqueue earlier
      remoteproc: imx_rproc: merge TCML/U

 drivers/remoteproc/imx_rproc.c | 37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)
---
base-commit: f477dd6eede3ecedc8963478571d99ec3bf3f762
change-id: 20240712-imx_rproc-25f3ab753c58

Best regards,

Comments

Daniel Baluta July 19, 2024, 8:52 a.m. UTC | #1
On Fri, Jul 19, 2024 at 11:27 AM Peng Fan (OSS) <peng.fan@oss.nxp.com> wrote:
>
> This patchset is to upstream a few patches that in NXP downstream for
> quite sometime. For patches directly cherry-picked from NXP downstream,
> I keep the R-b tags.
>
> Patch 1 is a minor fix to DDR alias.
> Patch 2 was sent out before,
> https://patchwork.kernel.org/project/linux-remoteproc/patch/20220111033333.403448-1-peng.fan@oss.nxp.com/#25144792
> this is just a resend
> Patch 3 is to avoid mu interrupt trigger earlier.
> Patch 4 is merge small area to support elf that has large section
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Neat and clean.

Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>

Thanks Peng!
Mathieu Poirier July 29, 2024, 2:59 p.m. UTC | #2
On Fri, Jul 19, 2024 at 04:36:10PM +0800, Peng Fan (OSS) wrote:
> This patchset is to upstream a few patches that in NXP downstream for
> quite sometime. For patches directly cherry-picked from NXP downstream,
> I keep the R-b tags.
> 
> Patch 1 is a minor fix to DDR alias.
> Patch 2 was sent out before,
> https://patchwork.kernel.org/project/linux-remoteproc/patch/20220111033333.403448-1-peng.fan@oss.nxp.com/#25144792
> this is just a resend
> Patch 3 is to avoid mu interrupt trigger earlier.
> Patch 4 is merge small area to support elf that has large section
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> Changes in v2:
> - Add R-b for patch 1,2,4
> - Add Fixes tag for patch 3
> - Drop downstream R-b tag
> - Drop patch 5,6 which will be in a new patchset for 7ULP
> - Link to v1: https://lore.kernel.org/r/20240712-imx_rproc-v1-0-7bcf6732d328@nxp.com
> 
> ---
> Peng Fan (4):
>       remoteproc: imx_rproc: correct ddr alias for i.MX8M
>       remoteproc: imx_rproc: use imx specific hook for find_loaded_rsc_table
>       remoteproc: imx_rproc: initialize workqueue earlier
>       remoteproc: imx_rproc: merge TCML/U
> 

I have applied this set.

Thanks,
Mathieu

>  drivers/remoteproc/imx_rproc.c | 37 +++++++++++++++++++++----------------
>  1 file changed, 21 insertions(+), 16 deletions(-)
> ---
> base-commit: f477dd6eede3ecedc8963478571d99ec3bf3f762
> change-id: 20240712-imx_rproc-25f3ab753c58
> 
> Best regards,
> -- 
> Peng Fan <peng.fan@nxp.com>
>