Message ID | 20220228201731.3330192-1-l.stach@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | i.MX8MP GPC and blk-ctrl | expand |
Hi Lucas, On Mon, Feb 28, 2022 at 09:17:24PM +0100, Lucas Stach wrote: > Hi all, > > third and hopefully last revision of this patchset. The dt-binding > patches are dropped, as Shawn already picked them up. I fixed up all > the review comments received by Laurent and Marek. For patches 1/7 to 3/7 and 5/7 to 7/7, Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > Lucas Stach (7): > soc: imx: gpcv2: add PGC control register indirection > soc: imx: gpcv2: add support for i.MX8MP power domains > soc: imx: add i.MX8MP HSIO blk-ctrl > dt-bindings: usb: dwc3-imx8mp: add power domain property > arm64: dts: imx8mp: add HSIO power-domains > arm64: dts: imx8mp: add GPU power domains > arm64: dts: imx8mp: add GPU nodes > > .../bindings/usb/fsl,imx8mp-dwc3.yaml | 6 + > arch/arm64/boot/dts/freescale/imx8mp.dtsi | 129 ++++- > drivers/soc/imx/Makefile | 1 + > drivers/soc/imx/gpcv2.c | 430 ++++++++++++++++- > drivers/soc/imx/imx8mp-blk-ctrl.c | 446 ++++++++++++++++++ > 5 files changed, 994 insertions(+), 18 deletions(-) > create mode 100644 drivers/soc/imx/imx8mp-blk-ctrl.c
Hi Shawn, Is there still a chance this could get merged in v5.18 ? On Mon, Feb 28, 2022 at 09:17:24PM +0100, Lucas Stach wrote: > Hi all, > > third and hopefully last revision of this patchset. The dt-binding > patches are dropped, as Shawn already picked them up. I fixed up all > the review comments received by Laurent and Marek. > > Regards, > Lucas > > Lucas Stach (7): > soc: imx: gpcv2: add PGC control register indirection > soc: imx: gpcv2: add support for i.MX8MP power domains > soc: imx: add i.MX8MP HSIO blk-ctrl > dt-bindings: usb: dwc3-imx8mp: add power domain property > arm64: dts: imx8mp: add HSIO power-domains > arm64: dts: imx8mp: add GPU power domains > arm64: dts: imx8mp: add GPU nodes > > .../bindings/usb/fsl,imx8mp-dwc3.yaml | 6 + > arch/arm64/boot/dts/freescale/imx8mp.dtsi | 129 ++++- > drivers/soc/imx/Makefile | 1 + > drivers/soc/imx/gpcv2.c | 430 ++++++++++++++++- > drivers/soc/imx/imx8mp-blk-ctrl.c | 446 ++++++++++++++++++ > 5 files changed, 994 insertions(+), 18 deletions(-) > create mode 100644 drivers/soc/imx/imx8mp-blk-ctrl.c
On Thu, Mar 10, 2022 at 02:07:32PM +0200, Laurent Pinchart wrote: > Hi Shawn, > > Is there still a chance this could get merged in v5.18 ? Ping ? Time is running out. > On Mon, Feb 28, 2022 at 09:17:24PM +0100, Lucas Stach wrote: > > Hi all, > > > > third and hopefully last revision of this patchset. The dt-binding > > patches are dropped, as Shawn already picked them up. I fixed up all > > the review comments received by Laurent and Marek. > > > > Regards, > > Lucas > > > > Lucas Stach (7): > > soc: imx: gpcv2: add PGC control register indirection > > soc: imx: gpcv2: add support for i.MX8MP power domains > > soc: imx: add i.MX8MP HSIO blk-ctrl > > dt-bindings: usb: dwc3-imx8mp: add power domain property > > arm64: dts: imx8mp: add HSIO power-domains > > arm64: dts: imx8mp: add GPU power domains > > arm64: dts: imx8mp: add GPU nodes > > > > .../bindings/usb/fsl,imx8mp-dwc3.yaml | 6 + > > arch/arm64/boot/dts/freescale/imx8mp.dtsi | 129 ++++- > > drivers/soc/imx/Makefile | 1 + > > drivers/soc/imx/gpcv2.c | 430 ++++++++++++++++- > > drivers/soc/imx/imx8mp-blk-ctrl.c | 446 ++++++++++++++++++ > > 5 files changed, 994 insertions(+), 18 deletions(-) > > create mode 100644 drivers/soc/imx/imx8mp-blk-ctrl.c