mbox series

[v4,0/5] i.MX8MP GPC

Message ID 20220330104620.3600159-1-l.stach@pengutronix.de
Headers show
Series i.MX8MP GPC | expand

Message

Lucas Stach March 30, 2022, 10:46 a.m. UTC
Hi Shawn,

This is mostly a resend with all the reviews, acks and testing
tags applied. I dropped the HSIO blk-ctrl part from this series,
as I noticed that this needs some rework to better fit the
upcoming HDMI blk-ctrl. The GPC part is still complete, so the
MEDIA blk-ctrl series from Laurent can be applied on top of this
v4.

Regards,
Lucas

Lucas Stach (5):
  soc: imx: gpcv2: add PGC control register indirection
  dt-bindings: power: add defines for i.MX8MP power domain
  soc: imx: gpcv2: add support for i.MX8MP power domains
  arm64: dts: imx8mp: add GPC node with GPU power domains
  arm64: dts: imx8mp: add GPU nodes

 .../bindings/power/fsl,imx-gpcv2.yaml         |   2 +
 arch/arm64/boot/dts/freescale/imx8mp.dtsi     |  72 +++
 drivers/soc/imx/gpcv2.c                       | 430 +++++++++++++++++-
 include/dt-bindings/power/imx8mp-power.h      |  29 ++
 4 files changed, 521 insertions(+), 12 deletions(-)
 create mode 100644 include/dt-bindings/power/imx8mp-power.h

Comments

Peng Fan March 31, 2022, 8:13 a.m. UTC | #1
> Subject: [PATCH v4 0/5] i.MX8MP GPC
> 
> Hi Shawn,
> 
> This is mostly a resend with all the reviews, acks and testing tags applied. I
> dropped the HSIO blk-ctrl part from this series, as I noticed that this needs
> some rework to better fit the upcoming HDMI blk-ctrl. The GPC part is still
> complete, so the MEDIA blk-ctrl series from Laurent can be applied on top of
> this v4.
> 
> Regards,
> Lucas

Tested-by: Peng Fan <peng.fan@nxp.com>

> 
> Lucas Stach (5):
>   soc: imx: gpcv2: add PGC control register indirection
>   dt-bindings: power: add defines for i.MX8MP power domain
>   soc: imx: gpcv2: add support for i.MX8MP power domains
>   arm64: dts: imx8mp: add GPC node with GPU power domains
>   arm64: dts: imx8mp: add GPU nodes
> 
>  .../bindings/power/fsl,imx-gpcv2.yaml         |   2 +
>  arch/arm64/boot/dts/freescale/imx8mp.dtsi     |  72 +++
>  drivers/soc/imx/gpcv2.c                       | 430
> +++++++++++++++++-
>  include/dt-bindings/power/imx8mp-power.h      |  29 ++
>  4 files changed, 521 insertions(+), 12 deletions(-)  create mode 100644
> include/dt-bindings/power/imx8mp-power.h
> 
> --
> 2.30.2
Peng Fan April 6, 2022, 7:10 a.m. UTC | #2
> Subject: RE: [PATCH v4 0/5] i.MX8MP GPC
> 
> > Subject: [PATCH v4 0/5] i.MX8MP GPC
> >
> > Hi Shawn,
> >
> > This is mostly a resend with all the reviews, acks and testing tags
> > applied. I dropped the HSIO blk-ctrl part from this series, as I
> > noticed that this needs some rework to better fit the upcoming HDMI
> > blk-ctrl. The GPC part is still complete, so the MEDIA blk-ctrl series
> > from Laurent can be applied on top of this v4.
> >
> > Regards,
> > Lucas
> 
> Tested-by: Peng Fan <peng.fan@nxp.com>
> 
> >
> > Lucas Stach (5):
> >   soc: imx: gpcv2: add PGC control register indirection
> >   dt-bindings: power: add defines for i.MX8MP power domain
> >   soc: imx: gpcv2: add support for i.MX8MP power domains
> >   arm64: dts: imx8mp: add GPC node with GPU power domains
> >   arm64: dts: imx8mp: add GPU nodes

Patch 2 is already in tree, but others still not.

BTW: Do you have plan to resend the HSIO BLK CTRL from your V3 patchset?

Laurent's V4 patchset also not apply now:) 

Regards,
Peng.

> >
> >  .../bindings/power/fsl,imx-gpcv2.yaml         |   2 +
> >  arch/arm64/boot/dts/freescale/imx8mp.dtsi     |  72 +++
> >  drivers/soc/imx/gpcv2.c                       | 430
> > +++++++++++++++++-
> >  include/dt-bindings/power/imx8mp-power.h      |  29 ++
> >  4 files changed, 521 insertions(+), 12 deletions(-)  create mode
> > 100644 include/dt-bindings/power/imx8mp-power.h
> >
> > --
> > 2.30.2
Lucas Stach April 6, 2022, 7:47 a.m. UTC | #3
Hi Peng,

Am Mittwoch, dem 06.04.2022 um 07:10 +0000 schrieb Peng Fan:
> > Subject: RE: [PATCH v4 0/5] i.MX8MP GPC
> > 
> > > Subject: [PATCH v4 0/5] i.MX8MP GPC
> > > 
> > > Hi Shawn,
> > > 
> > > This is mostly a resend with all the reviews, acks and testing tags
> > > applied. I dropped the HSIO blk-ctrl part from this series, as I
> > > noticed that this needs some rework to better fit the upcoming HDMI
> > > blk-ctrl. The GPC part is still complete, so the MEDIA blk-ctrl series
> > > from Laurent can be applied on top of this v4.
> > > 
> > > Regards,
> > > Lucas
> > 
> > Tested-by: Peng Fan <peng.fan@nxp.com>
> > 
> > > 
> > > Lucas Stach (5):
> > >   soc: imx: gpcv2: add PGC control register indirection
> > >   dt-bindings: power: add defines for i.MX8MP power domain
> > >   soc: imx: gpcv2: add support for i.MX8MP power domains
> > >   arm64: dts: imx8mp: add GPC node with GPU power domains
> > >   arm64: dts: imx8mp: add GPU nodes
> 
> Patch 2 is already in tree, but others still not.
> 
> BTW: Do you have plan to resend the HSIO BLK CTRL from your V3 patchset?
> 
Yes, I finally worked through all the issues in the HDMI subsystem and
I'm ready to send out new HSIO + HDMI blk-ctrl patches today.

> Laurent's V4 patchset also not apply now:) 

Right, I noticed this too. By dropping the HSIO DT patch from the
series, the MEDIA series doesn't apply anymore.

@Laurent: If you agree, I'll pick up your MEDIA blk-ctrl patches into
my series, to make it easier for Shawn to apply the whole bunch.

Regards,
Lucas
Laurent Pinchart April 6, 2022, 8:28 a.m. UTC | #4
Hi Lucas,

On Wed, Apr 06, 2022 at 09:47:28AM +0200, Lucas Stach wrote:
> Am Mittwoch, dem 06.04.2022 um 07:10 +0000 schrieb Peng Fan:
> > > Subject: RE: [PATCH v4 0/5] i.MX8MP GPC
> > > 
> > > > Subject: [PATCH v4 0/5] i.MX8MP GPC
> > > > 
> > > > Hi Shawn,
> > > > 
> > > > This is mostly a resend with all the reviews, acks and testing tags
> > > > applied. I dropped the HSIO blk-ctrl part from this series, as I
> > > > noticed that this needs some rework to better fit the upcoming HDMI
> > > > blk-ctrl. The GPC part is still complete, so the MEDIA blk-ctrl series
> > > > from Laurent can be applied on top of this v4.
> > > > 
> > > > Regards,
> > > > Lucas
> > > 
> > > Tested-by: Peng Fan <peng.fan@nxp.com>
> > > 
> > > > Lucas Stach (5):
> > > >   soc: imx: gpcv2: add PGC control register indirection
> > > >   dt-bindings: power: add defines for i.MX8MP power domain
> > > >   soc: imx: gpcv2: add support for i.MX8MP power domains
> > > >   arm64: dts: imx8mp: add GPC node with GPU power domains
> > > >   arm64: dts: imx8mp: add GPU nodes
> > 
> > Patch 2 is already in tree, but others still not.
> > 
> > BTW: Do you have plan to resend the HSIO BLK CTRL from your V3 patchset?
>
> Yes, I finally worked through all the issues in the HDMI subsystem and
> I'm ready to send out new HSIO + HDMI blk-ctrl patches today.
> 
> > Laurent's V4 patchset also not apply now:) 
> 
> Right, I noticed this too. By dropping the HSIO DT patch from the
> series, the MEDIA series doesn't apply anymore.
> 
> @Laurent: If you agree, I'll pick up your MEDIA blk-ctrl patches into
> my series, to make it easier for Shawn to apply the whole bunch.

Whatever makes it more likely that the patches get merged in v5.19 is
fine with me. Please do :-)