All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] ARM: dts: imx: add gpio-ranges properties to some iMX GPIO controllers
@ 2016-08-20 20:04 ` Vladimir Zapolskiy
  0 siblings, 0 replies; 22+ messages in thread
From: Vladimir Zapolskiy @ 2016-08-20 20:04 UTC (permalink / raw)
  To: linux-arm-kernel

% 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(+)

-- 
2.8.1

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-09-08 14:44 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2016-09-08 14:26     ` Shawn Guo
2016-09-08 14:44     ` Vladimir Zapolskiy
2016-09-08 14:44       ` Vladimir Zapolskiy

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.