All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@nxp.com>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>
Cc: "kernel@pengutronix.de" <kernel@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	dl-linux-imx <linux-imx@nxp.com>, Jacky Bai <ping.bai@nxp.com>,
	Aisheng Dong <aisheng.dong@nxp.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH 0/3] add i.MX8ULP scmi power domain
Date: Tue, 7 Dec 2021 02:34:37 +0000	[thread overview]
Message-ID: <DU0PR04MB94175C662990FC2587996CE4886E9@DU0PR04MB9417.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <DU0PR04MB94179C596E6144B928D17D1D889A9@DU0PR04MB9417.eurprd04.prod.outlook.com>

Hi Shawn,

> Subject: RE: [PATCH 0/3] add i.MX8ULP scmi power domain
> 
> > Subject: [PATCH 0/3] add i.MX8ULP scmi power domain
> 
> Forget to mention, this patchset based on:
> https://lkml.org/lkml/2021/11/12/74

Since the i.MX8ULP dtsi landed in your tree now, do you have
time to give a look for this patchset?

Thanks,
Peng.

> 
> Thanks,
> Peng.
> 
> >
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > This patchset is to add device tree support for i.MX8ULP SCMI
> > firmware, and enable it for USDHC node
> >
> > Peng Fan (3):
> >   dt-bindings: power: imx8ulp: add power domain header file
> >   arm64: dts: imx8ulp: add scmi firmware node
> >   arm64: dts: imx8ulp: add power domain entry for usdhc
> >
> >  arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 38
> > ++++++++++++++++++++++  include/dt-bindings/power/imx8ulp-power.h
> > | 26 +++++++++++++++
> >  2 files changed, 64 insertions(+)
> >  create mode 100644 include/dt-bindings/power/imx8ulp-power.h
> >
> > --
> > 2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Peng Fan <peng.fan@nxp.com>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>
Cc: "kernel@pengutronix.de" <kernel@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	dl-linux-imx <linux-imx@nxp.com>, Jacky Bai <ping.bai@nxp.com>,
	Aisheng Dong <aisheng.dong@nxp.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH 0/3] add i.MX8ULP scmi power domain
Date: Tue, 7 Dec 2021 02:34:37 +0000	[thread overview]
Message-ID: <DU0PR04MB94175C662990FC2587996CE4886E9@DU0PR04MB9417.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <DU0PR04MB94179C596E6144B928D17D1D889A9@DU0PR04MB9417.eurprd04.prod.outlook.com>

Hi Shawn,

> Subject: RE: [PATCH 0/3] add i.MX8ULP scmi power domain
> 
> > Subject: [PATCH 0/3] add i.MX8ULP scmi power domain
> 
> Forget to mention, this patchset based on:
> https://lkml.org/lkml/2021/11/12/74

Since the i.MX8ULP dtsi landed in your tree now, do you have
time to give a look for this patchset?

Thanks,
Peng.

> 
> Thanks,
> Peng.
> 
> >
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > This patchset is to add device tree support for i.MX8ULP SCMI
> > firmware, and enable it for USDHC node
> >
> > Peng Fan (3):
> >   dt-bindings: power: imx8ulp: add power domain header file
> >   arm64: dts: imx8ulp: add scmi firmware node
> >   arm64: dts: imx8ulp: add power domain entry for usdhc
> >
> >  arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 38
> > ++++++++++++++++++++++  include/dt-bindings/power/imx8ulp-power.h
> > | 26 +++++++++++++++
> >  2 files changed, 64 insertions(+)
> >  create mode 100644 include/dt-bindings/power/imx8ulp-power.h
> >
> > --
> > 2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-12-07  2:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-17  3:27 [PATCH 0/3] add i.MX8ULP scmi power domain Peng Fan (OSS)
2021-11-17  3:27 ` Peng Fan (OSS)
2021-11-17  3:27 ` [PATCH 1/3] dt-bindings: power: imx8ulp: add power domain header file Peng Fan (OSS)
2021-11-17  3:27   ` Peng Fan (OSS)
2021-11-29 22:14   ` Rob Herring
2021-11-29 22:14     ` Rob Herring
2021-11-17  3:27 ` [PATCH 2/3] arm64: dts: imx8ulp: add scmi firmware node Peng Fan (OSS)
2021-11-17  3:27   ` Peng Fan (OSS)
2021-12-08 12:10   ` Shawn Guo
2021-12-08 12:10     ` Shawn Guo
2021-12-08 13:22     ` Peng Fan
2021-12-08 13:22       ` Peng Fan
2021-11-17  3:27 ` [PATCH 3/3] arm64: dts: imx8ulp: add power domain entry for usdhc Peng Fan (OSS)
2021-11-17  3:27   ` Peng Fan (OSS)
2021-11-17  3:43 ` [PATCH 0/3] add i.MX8ULP scmi power domain Peng Fan
2021-11-17  3:43   ` Peng Fan
2021-12-07  2:34   ` Peng Fan [this message]
2021-12-07  2:34     ` Peng Fan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DU0PR04MB94175C662990FC2587996CE4886E9@DU0PR04MB9417.eurprd04.prod.outlook.com \
    --to=peng.fan@nxp.com \
    --cc=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peng.fan@oss.nxp.com \
    --cc=ping.bai@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.