mbox series

[V3,0/6] remoteproc: imx_rproc: support i.MX8QM/QXP

Message ID 20220517064937.4033441-1-peng.fan@oss.nxp.com (mailing list archive)
Headers show
Series remoteproc: imx_rproc: support i.MX8QM/QXP | expand

Message

Peng Fan (OSS) May 17, 2022, 6:49 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

V3:
 Drop the dependency in V2.
 Tested on i.MX8QM/8MM
 Use 'fsl,resource-id' and 'fsl,entry-address' Per dt maintainer
 Drop 'reg' property Per remoteproc maintainer
 Drop mcore self recovery, until we land in common framework support.

V2:
 https://patchwork.kernel.org/project/linux-remoteproc/cover/20220309102118.8131-1-peng.fan@oss.nxp.com/
 Depends on https://patchwork.kernel.org/project/linux-remoteproc/list/?series=621311
 Tested on i.MX8QXP/QM/8MP
 Addressed Mathieu's comments
 Drop V1 patch 5/9, patch 3/9 is replaced with upper dependency patchset
 Move V1 patch 4/9 out to https://patchwork.kernel.org/project/linux-remoteproc/patch/20220308065754.3355-1-peng.fan@oss.nxp.com/
 Update commit log
 Drop magic number to get entry address from device tree in patch 4/6

The V1 patchset:
https://patchwork.kernel.org/project/linux-remoteproc/patch/20220111033333.403448-4-peng.fan@oss.nxp.com/

Peng Fan (6):
  dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
  dt-bindings: remoteproc: imx_rproc: support i.MX8QM
  remoteproc: imx_rproc: support attaching to i.MX8QXP M4
  remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
  remoteproc: imx_rproc: support i.MX8QM
  remoteproc: imx_rproc: request mbox channel later

 .../bindings/remoteproc/fsl,imx-rproc.yaml    |  16 ++
 drivers/remoteproc/imx_rproc.c                | 222 +++++++++++++++++-
 2 files changed, 231 insertions(+), 7 deletions(-)

Comments

Peng Fan June 15, 2022, 3:24 a.m. UTC | #1
Bjorn, Mathieu

> Subject: [PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP

Please give a look on this patchset if possible.

Thanks,
Peng.

> 
> From: Peng Fan <peng.fan@nxp.com>
> 
> V3:
>  Drop the dependency in V2.
>  Tested on i.MX8QM/8MM
>  Use 'fsl,resource-id' and 'fsl,entry-address' Per dt maintainer  Drop 'reg'
> property Per remoteproc maintainer  Drop mcore self recovery, until we land
> in common framework support.
> 
> V2:
> 
> https://patchwork.kernel.org/project/linux-remoteproc/cover/202203091021
> 18.8131-1-peng.fan@oss.nxp.com/
>  Depends on
> https://patchwork.kernel.org/project/linux-remoteproc/list/?series=621311
>  Tested on i.MX8QXP/QM/8MP
>  Addressed Mathieu's comments
>  Drop V1 patch 5/9, patch 3/9 is replaced with upper dependency patchset
> Move V1 patch 4/9 out to
> https://patchwork.kernel.org/project/linux-remoteproc/patch/202203080657
> 54.3355-1-peng.fan@oss.nxp.com/
>  Update commit log
>  Drop magic number to get entry address from device tree in patch 4/6
> 
> The V1 patchset:
> https://patchwork.kernel.org/project/linux-remoteproc/patch/202201110333
> 33.403448-4-peng.fan@oss.nxp.com/
> 
> Peng Fan (6):
>   dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
>   dt-bindings: remoteproc: imx_rproc: support i.MX8QM
>   remoteproc: imx_rproc: support attaching to i.MX8QXP M4
>   remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
>   remoteproc: imx_rproc: support i.MX8QM
>   remoteproc: imx_rproc: request mbox channel later
> 
>  .../bindings/remoteproc/fsl,imx-rproc.yaml    |  16 ++
>  drivers/remoteproc/imx_rproc.c                | 222
> +++++++++++++++++-
>  2 files changed, 231 insertions(+), 7 deletions(-)
> 
> --
> 2.25.1
Mathieu Poirier June 15, 2022, 8:44 p.m. UTC | #2
On Wed, Jun 15, 2022 at 03:24:03AM +0000, Peng Fan wrote:
> Bjorn, Mathieu
> 
> > Subject: [PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
> 
> Please give a look on this patchset if possible.

Your pathset is currently 3rd from the top in my queue.  As such I will likely
get to it in the next couple of weeks but as usual, I can't make any guarantees
on that front.

Thanks,
Mathieu

> 
> Thanks,
> Peng.
> 
> > 
> > From: Peng Fan <peng.fan@nxp.com>
> > 
> > V3:
> >  Drop the dependency in V2.
> >  Tested on i.MX8QM/8MM
> >  Use 'fsl,resource-id' and 'fsl,entry-address' Per dt maintainer  Drop 'reg'
> > property Per remoteproc maintainer  Drop mcore self recovery, until we land
> > in common framework support.
> > 
> > V2:
> > 
> > https://patchwork.kernel.org/project/linux-remoteproc/cover/202203091021
> > 18.8131-1-peng.fan@oss.nxp.com/
> >  Depends on
> > https://patchwork.kernel.org/project/linux-remoteproc/list/?series=621311
> >  Tested on i.MX8QXP/QM/8MP
> >  Addressed Mathieu's comments
> >  Drop V1 patch 5/9, patch 3/9 is replaced with upper dependency patchset
> > Move V1 patch 4/9 out to
> > https://patchwork.kernel.org/project/linux-remoteproc/patch/202203080657
> > 54.3355-1-peng.fan@oss.nxp.com/
> >  Update commit log
> >  Drop magic number to get entry address from device tree in patch 4/6
> > 
> > The V1 patchset:
> > https://patchwork.kernel.org/project/linux-remoteproc/patch/202201110333
> > 33.403448-4-peng.fan@oss.nxp.com/
> > 
> > Peng Fan (6):
> >   dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
> >   dt-bindings: remoteproc: imx_rproc: support i.MX8QM
> >   remoteproc: imx_rproc: support attaching to i.MX8QXP M4
> >   remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
> >   remoteproc: imx_rproc: support i.MX8QM
> >   remoteproc: imx_rproc: request mbox channel later
> > 
> >  .../bindings/remoteproc/fsl,imx-rproc.yaml    |  16 ++
> >  drivers/remoteproc/imx_rproc.c                | 222
> > +++++++++++++++++-
> >  2 files changed, 231 insertions(+), 7 deletions(-)
> > 
> > --
> > 2.25.1
>
Peng Fan June 16, 2022, 3:08 a.m. UTC | #3
> Subject: Re: [PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
> 
> On Wed, Jun 15, 2022 at 03:24:03AM +0000, Peng Fan wrote:
> > Bjorn, Mathieu
> >
> > > Subject: [PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
> >
> > Please give a look on this patchset if possible.
> 
> Your pathset is currently 3rd from the top in my queue.  As such I will likely get
> to it in the next couple of weeks but as usual, I can't make any guarantees on
> that front.

Thanks, just hope could land in this in next tree, and catch next release.

Thanks,
Peng.

> 
> Thanks,
> Mathieu
> 
> >
> > Thanks,
> > Peng.
> >
> > >
> > > From: Peng Fan <peng.fan@nxp.com>
> > >
> > > V3:
> > >  Drop the dependency in V2.
> > >  Tested on i.MX8QM/8MM
> > >  Use 'fsl,resource-id' and 'fsl,entry-address' Per dt maintainer  Drop 'reg'
> > > property Per remoteproc maintainer  Drop mcore self recovery, until
> > > we land in common framework support.
> > >
> > > V2:
> > >
> > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpa
> > >
> tchwork.kernel.org%2Fproject%2Flinux-remoteproc%2Fcover%2F2022030910
> > >
> 21&amp;data=05%7C01%7Cpeng.fan%40nxp.com%7Cff2ee8dad882403ab39f
> 08da4
> > >
> f0fe8fc%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6379092269
> 99668
> > >
> 234%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzI
> iLCJB
> > >
> TiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=SEnpWxX1
> mTgDMPe
> > > GSGk%2FP6xJyWaTT529oh2SLTFK%2FjU%3D&amp;reserved=0
> > > 18.8131-1-peng.fan@oss.nxp.com/
> > >  Depends on
> > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpa
> > > tchwork.kernel.org%2Fproject%2Flinux-remoteproc%2Flist%2F%3Fseries%3
> > >
> D621311&amp;data=05%7C01%7Cpeng.fan%40nxp.com%7Cff2ee8dad882403
> ab39f
> > >
> 08da4f0fe8fc%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C63790
> 92269
> > >
> 99668234%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV
> 2luMzI
> > >
> iLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=%2F0f
> xhWEg
> > > %2FyqMhovh8UCaig%2FnN6FGYR06FeOtMOpGXb0%3D&amp;reserved=0
> > >  Tested on i.MX8QXP/QM/8MP
> > >  Addressed Mathieu's comments
> > >  Drop V1 patch 5/9, patch 3/9 is replaced with upper dependency
> > > patchset Move V1 patch 4/9 out to
> > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpa
> > >
> tchwork.kernel.org%2Fproject%2Flinux-remoteproc%2Fpatch%2F2022030806
> > >
> 57&amp;data=05%7C01%7Cpeng.fan%40nxp.com%7Cff2ee8dad882403ab39f
> 08da4
> > >
> f0fe8fc%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6379092269
> 99668
> > >
> 234%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzI
> iLCJB
> > >
> TiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=25SCYuuYHi
> ZX9Mo
> > > Z%2FSFpyDTEXg8IzIzTNv%2FwQt2h%2BKM%3D&amp;reserved=0
> > > 54.3355-1-peng.fan@oss.nxp.com/
> > >  Update commit log
> > >  Drop magic number to get entry address from device tree in patch
> > > 4/6
> > >
> > > The V1 patchset:
> > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpa
> > >
> tchwork.kernel.org%2Fproject%2Flinux-remoteproc%2Fpatch%2F2022011103
> > >
> 33&amp;data=05%7C01%7Cpeng.fan%40nxp.com%7Cff2ee8dad882403ab39f
> 08da4
> > >
> f0fe8fc%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6379092269
> 99668
> > >
> 234%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzI
> iLCJB
> > >
> TiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=C9LrnuMK7
> xob%2B
> > > zQP%2BifyGQxSH0YRbuJl6dsDc56Bliw%3D&amp;reserved=0
> > > 33.403448-4-peng.fan@oss.nxp.com/
> > >
> > > Peng Fan (6):
> > >   dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
> > >   dt-bindings: remoteproc: imx_rproc: support i.MX8QM
> > >   remoteproc: imx_rproc: support attaching to i.MX8QXP M4
> > >   remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
> > >   remoteproc: imx_rproc: support i.MX8QM
> > >   remoteproc: imx_rproc: request mbox channel later
> > >
> > >  .../bindings/remoteproc/fsl,imx-rproc.yaml    |  16 ++
> > >  drivers/remoteproc/imx_rproc.c                | 222
> > > +++++++++++++++++-
> > >  2 files changed, 231 insertions(+), 7 deletions(-)
> > >
> > > --
> > > 2.25.1
> >