From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 5/5] ARM: dts: imx6: RIoTboard provide Standby to PowerOff option
Date: Mon, 5 Jun 2017 10:13:27 +0800 [thread overview]
Message-ID: <20170605021326.GA18669@dragon> (raw)
In-Reply-To: <20170605015027.GE4094@dragon>
On Mon, Jun 05, 2017 at 09:50:29AM +0800, Shawn Guo wrote:
> On Mon, May 29, 2017 at 07:09:24PM +0200, Oleksij Rempel wrote:
> > This board, as well as some other boards with i.MX6 and a PMIC, uses a
> > "MPIC_STBY_REQ" line to notify the PMIC about a state change.
> > The PMIC is programmed for a specific state change before triggering the
> > line.
> > In this case, PMIC_STBY_REQ can be used for Stand by, Sleep
> > and Power off modes.
> >
> > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> > Cc: kernel at pengutronix.de
> > Cc: linux-arm-kernel at lists.infradead.org
> > Cc: Shawn Guo <shawnguo@kernel.org>
> > Cc: Fabio Estevam <fabio.estevam@nxp.com>
> > Cc: Rob Herring <robh+dt@kernel.org>
> > Cc: Mark Rutland <mark.rutland@arm.com>
> > Cc: Russell King <linux@armlinux.org.uk>
> > Cc: devicetree at vger.kernel.org
> > Cc: linux-kernel at vger.kernel.org
> > ---
> > arch/arm/boot/dts/imx6dl-riotboard.dts | 5 +++++
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts
> > index 2cb72824e800..b5f25fe7b809 100644
> > --- a/arch/arm/boot/dts/imx6dl-riotboard.dts
> > +++ b/arch/arm/boot/dts/imx6dl-riotboard.dts
> > @@ -90,6 +90,10 @@
> > status = "okay";
> > };
> >
> > +&clks {
> > + fsl,pmic_stby_poweroff;
> > +};
> > +
> > &fec {
> > pinctrl-names = "default";
> > pinctrl-0 = <&pinctrl_enet>;
> > @@ -125,6 +129,7 @@
> > reg = <0x08>;
> > interrupt-parent = <&gpio5>;
> > interrupts = <16 8>;
> > + fsl,pmic_stby_poweroff;
>
> Is this property supported by upstream kernel?
Okay, just noticed that it's the last patch of series adding
fsl,pmic_stby_poweroff support.
Shawn
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Oleksij Rempel <o.rempel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Cc: linux-Q5frsOzIlS7zxQdaRaTXBw@public.gmane.org,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v1 5/5] ARM: dts: imx6: RIoTboard provide Standby to PowerOff option
Date: Mon, 5 Jun 2017 10:13:27 +0800 [thread overview]
Message-ID: <20170605021326.GA18669@dragon> (raw)
In-Reply-To: <20170605015027.GE4094@dragon>
On Mon, Jun 05, 2017 at 09:50:29AM +0800, Shawn Guo wrote:
> On Mon, May 29, 2017 at 07:09:24PM +0200, Oleksij Rempel wrote:
> > This board, as well as some other boards with i.MX6 and a PMIC, uses a
> > "MPIC_STBY_REQ" line to notify the PMIC about a state change.
> > The PMIC is programmed for a specific state change before triggering the
> > line.
> > In this case, PMIC_STBY_REQ can be used for Stand by, Sleep
> > and Power off modes.
> >
> > Signed-off-by: Oleksij Rempel <o.rempel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> > Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
> > Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> > Cc: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> > Cc: Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org>
> > Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> > Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
> > Cc: Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>
> > Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> > Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> > ---
> > arch/arm/boot/dts/imx6dl-riotboard.dts | 5 +++++
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts
> > index 2cb72824e800..b5f25fe7b809 100644
> > --- a/arch/arm/boot/dts/imx6dl-riotboard.dts
> > +++ b/arch/arm/boot/dts/imx6dl-riotboard.dts
> > @@ -90,6 +90,10 @@
> > status = "okay";
> > };
> >
> > +&clks {
> > + fsl,pmic_stby_poweroff;
> > +};
> > +
> > &fec {
> > pinctrl-names = "default";
> > pinctrl-0 = <&pinctrl_enet>;
> > @@ -125,6 +129,7 @@
> > reg = <0x08>;
> > interrupt-parent = <&gpio5>;
> > interrupts = <16 8>;
> > + fsl,pmic_stby_poweroff;
>
> Is this property supported by upstream kernel?
Okay, just noticed that it's the last patch of series adding
fsl,pmic_stby_poweroff support.
Shawn
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: linux@rempel-orivat.de, Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Russell King <linux@armlinux.org.uk>,
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
kernel@pengutronix.de, Fabio Estevam <fabio.estevam@nxp.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1 5/5] ARM: dts: imx6: RIoTboard provide Standby to PowerOff option
Date: Mon, 5 Jun 2017 10:13:27 +0800 [thread overview]
Message-ID: <20170605021326.GA18669@dragon> (raw)
In-Reply-To: <20170605015027.GE4094@dragon>
On Mon, Jun 05, 2017 at 09:50:29AM +0800, Shawn Guo wrote:
> On Mon, May 29, 2017 at 07:09:24PM +0200, Oleksij Rempel wrote:
> > This board, as well as some other boards with i.MX6 and a PMIC, uses a
> > "MPIC_STBY_REQ" line to notify the PMIC about a state change.
> > The PMIC is programmed for a specific state change before triggering the
> > line.
> > In this case, PMIC_STBY_REQ can be used for Stand by, Sleep
> > and Power off modes.
> >
> > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> > Cc: kernel@pengutronix.de
> > Cc: linux-arm-kernel@lists.infradead.org
> > Cc: Shawn Guo <shawnguo@kernel.org>
> > Cc: Fabio Estevam <fabio.estevam@nxp.com>
> > Cc: Rob Herring <robh+dt@kernel.org>
> > Cc: Mark Rutland <mark.rutland@arm.com>
> > Cc: Russell King <linux@armlinux.org.uk>
> > Cc: devicetree@vger.kernel.org
> > Cc: linux-kernel@vger.kernel.org
> > ---
> > arch/arm/boot/dts/imx6dl-riotboard.dts | 5 +++++
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts
> > index 2cb72824e800..b5f25fe7b809 100644
> > --- a/arch/arm/boot/dts/imx6dl-riotboard.dts
> > +++ b/arch/arm/boot/dts/imx6dl-riotboard.dts
> > @@ -90,6 +90,10 @@
> > status = "okay";
> > };
> >
> > +&clks {
> > + fsl,pmic_stby_poweroff;
> > +};
> > +
> > &fec {
> > pinctrl-names = "default";
> > pinctrl-0 = <&pinctrl_enet>;
> > @@ -125,6 +129,7 @@
> > reg = <0x08>;
> > interrupt-parent = <&gpio5>;
> > interrupts = <16 8>;
> > + fsl,pmic_stby_poweroff;
>
> Is this property supported by upstream kernel?
Okay, just noticed that it's the last patch of series adding
fsl,pmic_stby_poweroff support.
Shawn
next prev parent reply other threads:[~2017-06-05 2:13 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-29 17:09 [PATCH v1 1/5] ARM: imx6q: provide documentation for new fsl,pmic_stby_poweroff property Oleksij Rempel
2017-05-29 17:09 ` Oleksij Rempel
2017-05-29 17:09 ` [PATCH v1 1/5] ARM: imx6q: provide documentation for new fsl, pmic_stby_poweroff property Oleksij Rempel
2017-05-29 17:09 ` [PATCH v1 2/5] ARM: imx6: register pm_power_off handler if "fsl,pmic_stby_poweroff" is set Oleksij Rempel
2017-05-29 17:09 ` [PATCH v1 2/5] ARM: imx6: register pm_power_off handler if "fsl, pmic_stby_poweroff" " Oleksij Rempel
2017-05-29 17:09 ` Oleksij Rempel
2017-05-29 17:09 ` [PATCH v1 3/5] regulator: pfuze100: add fsl, pmic_stby_poweroff property Oleksij Rempel
2017-05-29 17:09 ` [PATCH v1 3/5] regulator: pfuze100: add fsl,pmic_stby_poweroff property Oleksij Rempel
2017-05-29 17:09 ` [PATCH v1 4/5] regulator: pfuze100-regulator: provide pm_power_off_prepare handler Oleksij Rempel
2017-05-29 17:09 ` Oleksij Rempel
2017-05-29 19:02 ` kbuild test robot
2017-05-29 19:02 ` kbuild test robot
2017-05-29 17:09 ` [PATCH v1 5/5] ARM: dts: imx6: RIoTboard provide Standby to PowerOff option Oleksij Rempel
2017-05-29 17:09 ` Oleksij Rempel
2017-05-29 17:09 ` Oleksij Rempel
2017-06-05 1:50 ` Shawn Guo
2017-06-05 1:50 ` Shawn Guo
2017-06-05 2:13 ` Shawn Guo [this message]
2017-06-05 2:13 ` Shawn Guo
2017-06-05 2:13 ` 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=20170605021326.GA18669@dragon \
--to=shawnguo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.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.