From: Shawn Guo <shawnguo@kernel.org>
To: Peng Fan <peng.fan@nxp.com>
Cc: Aisheng Dong <aisheng.dong@nxp.com>,
Abel Vesa <abel.vesa@nxp.com>, Anson Huang <anson.huang@nxp.com>,
"sboyd@kernel.org" <sboyd@kernel.org>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
dl-linux-imx <linux-imx@nxp.com>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"festevam@gmail.com" <festevam@gmail.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH V4 0/4] ARM: imx7ulp: support HSRUN mode
Date: Mon, 11 May 2020 22:25:10 +0800 [thread overview]
Message-ID: <20200511142509.GA26997@dragon> (raw)
In-Reply-To: <DB6PR0402MB27607B567D3FD7731A41E75688A50@DB6PR0402MB2760.eurprd04.prod.outlook.com>
On Thu, May 07, 2020 at 06:27:52AM +0000, Peng Fan wrote:
> > Subject: [PATCH V4 0/4] ARM: imx7ulp: support HSRUN mode
>
> Ping..
>
> Thanks,
> Peng.
>
> >
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > V4:
> > Fix dt_bindings check
> > The same patchset was wrongly posted as V2,
> > https://patchwork.kernel.org/cover/11485107/
> >
> > This is a splited part from V2:
> > ARM: imx7ulp: add cpufreq using cpufreq-dt
> > https://patchwork.kernel.org/cover/11390589/
> > Nothing changed
> >
> > The original V2 patchset is to support i.MX7ULP cpufreq, still waiting the
> > virtual clk being accepted. so to decouple, this patchset only takes the run
> > mode part.
> >
> > Peng Fan (4):
> > dt-bindings: fsl: add i.MX7ULP PMC binding doc
Need an ACK from Rob on this new binding.
Shawn
> > ARM: dts: imx7ulp: add pmc node
> > ARM: imx: imx7ulp: support HSRUN mode
> > ARM: imx: cpuidle-imx7ulp: Stop mode disallowed when HSRUN
> >
> > .../bindings/arm/freescale/imx7ulp_pmc.yaml | 32
> > ++++++++++++++++++++++
> > arch/arm/boot/dts/imx7ulp.dtsi | 10 +++++++
> > arch/arm/mach-imx/common.h | 1 +
> > arch/arm/mach-imx/cpuidle-imx7ulp.c | 14 ++++++++--
> > arch/arm/mach-imx/pm-imx7ulp.c | 25
> > +++++++++++++++++
> > 5 files changed, 79 insertions(+), 3 deletions(-) create mode 100644
> > Documentation/devicetree/bindings/arm/freescale/imx7ulp_pmc.yaml
> >
> > --
> > 2.16.4
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Peng Fan <peng.fan@nxp.com>
Cc: "s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"sboyd@kernel.org" <sboyd@kernel.org>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"festevam@gmail.com" <festevam@gmail.com>,
dl-linux-imx <linux-imx@nxp.com>,
Anson Huang <anson.huang@nxp.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Abel Vesa <abel.vesa@nxp.com>,
Aisheng Dong <aisheng.dong@nxp.com>
Subject: Re: [PATCH V4 0/4] ARM: imx7ulp: support HSRUN mode
Date: Mon, 11 May 2020 22:25:10 +0800 [thread overview]
Message-ID: <20200511142509.GA26997@dragon> (raw)
In-Reply-To: <DB6PR0402MB27607B567D3FD7731A41E75688A50@DB6PR0402MB2760.eurprd04.prod.outlook.com>
On Thu, May 07, 2020 at 06:27:52AM +0000, Peng Fan wrote:
> > Subject: [PATCH V4 0/4] ARM: imx7ulp: support HSRUN mode
>
> Ping..
>
> Thanks,
> Peng.
>
> >
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > V4:
> > Fix dt_bindings check
> > The same patchset was wrongly posted as V2,
> > https://patchwork.kernel.org/cover/11485107/
> >
> > This is a splited part from V2:
> > ARM: imx7ulp: add cpufreq using cpufreq-dt
> > https://patchwork.kernel.org/cover/11390589/
> > Nothing changed
> >
> > The original V2 patchset is to support i.MX7ULP cpufreq, still waiting the
> > virtual clk being accepted. so to decouple, this patchset only takes the run
> > mode part.
> >
> > Peng Fan (4):
> > dt-bindings: fsl: add i.MX7ULP PMC binding doc
Need an ACK from Rob on this new binding.
Shawn
> > ARM: dts: imx7ulp: add pmc node
> > ARM: imx: imx7ulp: support HSRUN mode
> > ARM: imx: cpuidle-imx7ulp: Stop mode disallowed when HSRUN
> >
> > .../bindings/arm/freescale/imx7ulp_pmc.yaml | 32
> > ++++++++++++++++++++++
> > arch/arm/boot/dts/imx7ulp.dtsi | 10 +++++++
> > arch/arm/mach-imx/common.h | 1 +
> > arch/arm/mach-imx/cpuidle-imx7ulp.c | 14 ++++++++--
> > arch/arm/mach-imx/pm-imx7ulp.c | 25
> > +++++++++++++++++
> > 5 files changed, 79 insertions(+), 3 deletions(-) create mode 100644
> > Documentation/devicetree/bindings/arm/freescale/imx7ulp_pmc.yaml
> >
> > --
> > 2.16.4
>
next prev parent reply other threads:[~2020-05-11 14:25 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-15 12:40 [PATCH V4 0/4] ARM: imx7ulp: support HSRUN mode peng.fan
2020-04-15 12:40 ` peng.fan
2020-04-15 12:40 ` [PATCH V4 1/4] dt-bindings: fsl: add i.MX7ULP PMC binding doc peng.fan
2020-04-15 12:40 ` peng.fan
2020-05-12 2:36 ` Peng Fan
2020-05-12 2:36 ` Peng Fan
2020-04-15 12:40 ` [PATCH V4 2/4] ARM: dts: imx7ulp: add pmc node peng.fan
2020-04-15 12:40 ` peng.fan
2020-04-15 12:40 ` [PATCH V4 3/4] ARM: imx: imx7ulp: support HSRUN mode peng.fan
2020-04-15 12:40 ` peng.fan
2020-04-15 12:40 ` [PATCH V4 4/4] ARM: imx: cpuidle-imx7ulp: Stop mode disallowed when HSRUN peng.fan
2020-04-15 12:40 ` peng.fan
2020-05-07 6:27 ` [PATCH V4 0/4] ARM: imx7ulp: support HSRUN mode Peng Fan
2020-05-07 6:27 ` Peng Fan
2020-05-11 14:25 ` Shawn Guo [this message]
2020-05-11 14:25 ` Shawn Guo
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=20200511142509.GA26997@dragon \
--to=shawnguo@kernel.org \
--cc=abel.vesa@nxp.com \
--cc=aisheng.dong@nxp.com \
--cc=anson.huang@nxp.com \
--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@nxp.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=sboyd@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.