From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/7] ARM: dts: imx: add gpio-ranges properties to some iMX GPIO controllers
Date: Thu, 8 Sep 2016 22:26:17 +0800 [thread overview]
Message-ID: <20160908142617.GG16911@tiger> (raw)
In-Reply-To: <a97478e5-e423-2c9b-de71-3341c76ff4fe@mentor.com>
On Wed, Sep 07, 2016 at 06:31:15PM +0300, Vladimir Zapolskiy wrote:
> Hello Shawn, Fabio.
>
> On 08/20/2016 11:04 PM, Vladimir Zapolskiy wrote:
> >% gawk -n '{ sub(/.*__/, ""); if ($1 ~ "^GPIO") print $1, $2/4}' \
> > arch/arm/boot/dts/imxXX-pinfunc.h | sort -n
> >
> >Note that this means that potential errors in arch/arm/boot/dts/imx*-pinfunc.h
> >descriptions may migrate to this change, please double check the values.
> >
> >If needed similar changes may be done for the rest of iMX SoCs.
> >
> >Changes from v1 to v2:
> >* in copy-pasted commit messages corrected SoC names
> >
> >Vladimir Zapolskiy (7):
> > ARM: dts: add gpio-ranges property to iMX50 GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX6Q/D GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX6DL/S GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX6SL GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX6SX GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX6UL GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX7D/S GPIO controllers
> >
> > arch/arm/boot/dts/imx50.dtsi | 16 +++++++++++++
> > arch/arm/boot/dts/imx6dl.dtsi | 53 +++++++++++++++++++++++++++++++++++++++++++
> > arch/arm/boot/dts/imx6q.dtsi | 37 ++++++++++++++++++++++++++++++
> > arch/arm/boot/dts/imx6sl.dtsi | 52 ++++++++++++++++++++++++++++++++++++++++++
> > arch/arm/boot/dts/imx6sx.dtsi | 14 ++++++++++++
> > arch/arm/boot/dts/imx6ul.dtsi | 11 +++++++++
> > arch/arm/boot/dts/imx7s.dtsi | 14 ++++++++++++
> > 7 files changed, 197 insertions(+)
> >
>
> Gentle ping, please provide review comments, the change would be good
> to have in v4.9.
I'm fine to pick them up, but can you please squash them into one patch
and drop the newline right before gpio-ranges property?
Shawn
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Vladimir Zapolskiy
<vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
Cc: Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Deepak Das <deepak_das-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v2 0/7] ARM: dts: imx: add gpio-ranges properties to some iMX GPIO controllers
Date: Thu, 8 Sep 2016 22:26:17 +0800 [thread overview]
Message-ID: <20160908142617.GG16911@tiger> (raw)
In-Reply-To: <a97478e5-e423-2c9b-de71-3341c76ff4fe-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
On Wed, Sep 07, 2016 at 06:31:15PM +0300, Vladimir Zapolskiy wrote:
> Hello Shawn, Fabio.
>
> On 08/20/2016 11:04 PM, Vladimir Zapolskiy wrote:
> >% gawk -n '{ sub(/.*__/, ""); if ($1 ~ "^GPIO") print $1, $2/4}' \
> > arch/arm/boot/dts/imxXX-pinfunc.h | sort -n
> >
> >Note that this means that potential errors in arch/arm/boot/dts/imx*-pinfunc.h
> >descriptions may migrate to this change, please double check the values.
> >
> >If needed similar changes may be done for the rest of iMX SoCs.
> >
> >Changes from v1 to v2:
> >* in copy-pasted commit messages corrected SoC names
> >
> >Vladimir Zapolskiy (7):
> > ARM: dts: add gpio-ranges property to iMX50 GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX6Q/D GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX6DL/S GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX6SL GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX6SX GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX6UL GPIO controllers
> > ARM: dts: add gpio-ranges property to iMX7D/S GPIO controllers
> >
> > arch/arm/boot/dts/imx50.dtsi | 16 +++++++++++++
> > arch/arm/boot/dts/imx6dl.dtsi | 53 +++++++++++++++++++++++++++++++++++++++++++
> > arch/arm/boot/dts/imx6q.dtsi | 37 ++++++++++++++++++++++++++++++
> > arch/arm/boot/dts/imx6sl.dtsi | 52 ++++++++++++++++++++++++++++++++++++++++++
> > arch/arm/boot/dts/imx6sx.dtsi | 14 ++++++++++++
> > arch/arm/boot/dts/imx6ul.dtsi | 11 +++++++++
> > arch/arm/boot/dts/imx7s.dtsi | 14 ++++++++++++
> > 7 files changed, 197 insertions(+)
> >
>
> Gentle ping, please provide review comments, the change would be good
> to have in v4.9.
I'm fine to pick them up, but can you please squash them into one patch
and drop the newline right before gpio-ranges property?
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
next prev parent reply other threads:[~2016-09-08 14:26 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-20 20:04 [PATCH v2 0/7] ARM: dts: imx: add gpio-ranges properties to some iMX GPIO controllers Vladimir Zapolskiy
2016-08-20 20:04 ` Vladimir Zapolskiy
2016-08-20 20:04 ` [PATCH v2 1/7] ARM: dts: add gpio-ranges property to iMX50 " Vladimir Zapolskiy
2016-08-20 20:04 ` Vladimir Zapolskiy
2016-08-20 20:04 ` [PATCH v2 2/7] ARM: dts: add gpio-ranges property to iMX6Q/D " Vladimir Zapolskiy
2016-08-20 20:04 ` Vladimir Zapolskiy
2016-08-20 20:04 ` [PATCH v2 3/7] ARM: dts: add gpio-ranges property to iMX6DL/S " Vladimir Zapolskiy
2016-08-20 20:04 ` Vladimir Zapolskiy
2016-08-20 20:04 ` [PATCH v2 4/7] ARM: dts: add gpio-ranges property to iMX6SL " Vladimir Zapolskiy
2016-08-20 20:04 ` Vladimir Zapolskiy
2016-08-20 20:04 ` [PATCH v2 5/7] ARM: dts: add gpio-ranges property to iMX6SX " Vladimir Zapolskiy
2016-08-20 20:04 ` Vladimir Zapolskiy
2016-08-20 20:04 ` [PATCH v2 6/7] ARM: dts: add gpio-ranges property to iMX6UL " Vladimir Zapolskiy
2016-08-20 20:04 ` Vladimir Zapolskiy
2016-08-20 20:04 ` [PATCH v2 7/7] ARM: dts: add gpio-ranges property to iMX7D/S " Vladimir Zapolskiy
2016-08-20 20:04 ` Vladimir Zapolskiy
2016-09-07 15:31 ` [PATCH v2 0/7] ARM: dts: imx: add gpio-ranges properties to some iMX " Vladimir Zapolskiy
2016-09-07 15:31 ` Vladimir Zapolskiy
2016-09-08 14:26 ` Shawn Guo [this message]
2016-09-08 14:26 ` Shawn Guo
2016-09-08 14:44 ` Vladimir Zapolskiy
2016-09-08 14:44 ` Vladimir Zapolskiy
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=20160908142617.GG16911@tiger \
--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.