All of lore.kernel.org
 help / color / mirror / Atom feed
From: Javier Martinez Canillas <javier@osg.samsung.com>
To: linux-kernel@vger.kernel.org
Cc: linux-omap@vger.kernel.org, Tony Lindgren <tony@atomide.com>,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	linux-gpio@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	"Andrew F. Davis" <afd@ti.com>
Subject: [PATCH 00/39] ARM: dts: Convert OMAP boards to use IOPAD pinmux macros
Date: Fri, 13 Nov 2015 01:53:38 -0300	[thread overview]
Message-ID: <1447390457-1158-1-git-send-email-javier@osg.samsung.com> (raw)

Hello Tony,

This series converts all the remaining OMAP boards that didn't use the
IOPAD macros to specify the padconf register addresses. The only board
that I left was arch/arm/boot/dts/am335x-boneblack.dts because Andrew
already posted a patch for that DTS [0].

I built tested all the DTBs that are build by omap2plus_defconfig and
the md5 checksum was the same before and after the patches so there's
no functional change and is only to make the DTS more readable.

Patch #1 should be acked by the pinctrl maintainer and picked through
the linux-omap tree to maintain bisectability.

[0]: https://lkml.org/lkml/2015/10/24/114

Best regards,
Javier


Javier Martinez Canillas (39):
  pinctrl: Move am4372 and dra7 macros to the the SoC header files
  ARM: dts: am335x-baltos-ir5221: Remove leftover pinctrl lines
  ARM: dts: am335x-baltos-ir5221: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am335x-bone-common: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am335x-bonegreen: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am335x-chiliboard: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am335x-chilisom: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am335x-evm: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am335x-evmsk: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am335x-lxm: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am335x-nano: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am335x-pepper: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am335x-phycore-som: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am335x-wega: Use AM33XX_IOPAD pinmux macro
  ARM: dts: am3517-craneboard: Use OMAP3_CORE1_IOPAD pinmux macro
  ARM: dts: am437x-gp-evm: Use AM4372_IOPAD pinmux macro
  ARM: dts: am437x-idk-evm: Use AM4372_IOPAD pinmux macro
  ARM: dts: am437x-sk-evm: Use AM4372_IOPAD pinmux macro
  ARM: dts: am43x-epos-evm: Use AM4372_IOPAD pinmux macro
  ARM: dts: am57xx-beagle-x15: Use DRA7XX_CORE_IOPAD pinmux macro
  ARM: dts: dra7-evm: Use DRA7XX_CORE_IOPAD pinmux macro
  ARM: dts: dra72-evm: Use DRA7XX_CORE_IOPAD pinmux macro
  ARM: dts: omap3-beagle: Use OMAP3_*_IOPAD pinmux macros
  ARM: dts: omap3-beagle-xm: Use OMAP3_*_IOPAD pinmux macros
  ARM: dts: omap3-evm-37xx: Use OMAP3_*_IOPAD pinmux macros
  ARM: dts: omap3-ldp: Use OMAP3_CORE1_IOPAD pinmux macro
  ARM: dts: omap3-n900: Use OMAP3_CORE1_IOPAD pinmux macro
  ARM: dts: omap3-n9: Use OMAP3_CORE1_IOPAD pinmux macro
  ARM: dts: omap3-zoom3: Use OMAP3_*_IOPAD pinmux macros
  ARM: dts: twl4030: Use OMAP3_CORE1_IOPAD pinmux macro
  ARM: dts: omap4-panda-a4: Use OMAP4_IOPAD pinmux macro
  ARM: dts: omap4-panda-common: Use OMAP4_IOPAD pinmux macro
  ARM: dts: omap4-panda-es: Use OMAP4_IOPAD pinmux macro
  ARM: dts: omap4-sdp: Use OMAP4_IOPAD pinmux macro
  ARM: dts: omap4-sdp-es23plus: Use OMAP4_IOPAD pinmux macro
  ARM: dts: twl6030: Use OMAP4_IOPAD pinmux macro
  ARM: dts: omap5-board-common: Use OMAP5_IOPAD pinmux macro
  ARM: dts: omap5-cm-t54: Use OMAP5_IOPAD pinmux macro
  ARM: dts: omap5-uevm.dts: Use OMAP5_IOPAD pinmux macro

 arch/arm/boot/dts/am335x-baltos-ir5221.dts | 186 +++++++-------
 arch/arm/boot/dts/am335x-bone-common.dtsi  | 104 ++++----
 arch/arm/boot/dts/am335x-bonegreen.dts     |   4 +-
 arch/arm/boot/dts/am335x-chiliboard.dts    |  20 +-
 arch/arm/boot/dts/am335x-chilisom.dtsi     |  80 +++---
 arch/arm/boot/dts/am335x-evm.dts           | 220 ++++++++---------
 arch/arm/boot/dts/am335x-evmsk.dts         | 278 ++++++++++-----------
 arch/arm/boot/dts/am335x-lxm.dts           | 120 ++++-----
 arch/arm/boot/dts/am335x-nano.dts          | 140 +++++------
 arch/arm/boot/dts/am335x-pepper.dts        | 200 +++++++--------
 arch/arm/boot/dts/am335x-phycore-som.dtsi  |  60 ++---
 arch/arm/boot/dts/am335x-wega.dtsi         |  58 ++---
 arch/arm/boot/dts/am3517-craneboard.dts    |   2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts        | 380 ++++++++++++++---------------
 arch/arm/boot/dts/am437x-idk-evm.dts       | 128 +++++-----
 arch/arm/boot/dts/am437x-sk-evm.dts        | 298 +++++++++++-----------
 arch/arm/boot/dts/am43x-epos-evm.dts       | 246 +++++++++----------
 arch/arm/boot/dts/am57xx-beagle-x15.dts    | 198 +++++++--------
 arch/arm/boot/dts/dra7-evm.dts             | 254 +++++++++----------
 arch/arm/boot/dts/dra72-evm.dts            | 200 +++++++--------
 arch/arm/boot/dts/omap3-beagle-xm.dts      |  18 +-
 arch/arm/boot/dts/omap3-beagle.dts         |  64 ++---
 arch/arm/boot/dts/omap3-evm-37xx.dts       |  54 ++--
 arch/arm/boot/dts/omap3-ldp.dts            |  42 ++--
 arch/arm/boot/dts/omap3-n900.dts           | 106 ++++----
 arch/arm/boot/dts/omap3-n950-n9.dtsi       |  12 +-
 arch/arm/boot/dts/omap3-zoom3.dts          |  60 ++---
 arch/arm/boot/dts/omap4-panda-a4.dts       |   6 +-
 arch/arm/boot/dts/omap4-panda-common.dtsi  | 164 ++++++-------
 arch/arm/boot/dts/omap4-panda-es.dts       |  10 +-
 arch/arm/boot/dts/omap4-sdp-es23plus.dts   |   6 +-
 arch/arm/boot/dts/omap4-sdp.dts            | 110 ++++-----
 arch/arm/boot/dts/omap5-board-common.dtsi  |  94 +++----
 arch/arm/boot/dts/omap5-cm-t54.dts         |   2 +-
 arch/arm/boot/dts/omap5-uevm.dts           |   4 +-
 arch/arm/boot/dts/twl4030_omap3.dtsi       |   2 +-
 arch/arm/boot/dts/twl6030_omap4.dtsi       |   4 +-
 include/dt-bindings/pinctrl/am43xx.h       |   6 +
 include/dt-bindings/pinctrl/dra.h          |   6 +
 include/dt-bindings/pinctrl/omap.h         |   2 -
 40 files changed, 1977 insertions(+), 1971 deletions(-)

-- 
2.4.3


             reply	other threads:[~2015-11-13  4:54 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-13  4:53 Javier Martinez Canillas [this message]
2015-11-13  4:53 ` [PATCH 01/39] pinctrl: Move am4372 and dra7 macros to the the SoC header files Javier Martinez Canillas
2015-11-17 13:47   ` Linus Walleij
2015-11-17 13:50     ` Javier Martinez Canillas
2015-11-19  0:23       ` Tony Lindgren
2015-11-25 18:39         ` Tony Lindgren
2015-11-30 16:46           ` Tony Lindgren
2015-12-10 16:48           ` Linus Walleij
2015-11-13  4:53 ` [PATCH 02/39] ARM: dts: am335x-baltos-ir5221: Remove leftover pinctrl lines Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 03/39] ARM: dts: am335x-baltos-ir5221: Use AM33XX_IOPAD pinmux macro Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 04/39] ARM: dts: am335x-bone-common: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 05/39] ARM: dts: am335x-bonegreen: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 06/39] ARM: dts: am335x-chiliboard: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 07/39] ARM: dts: am335x-chilisom: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 08/39] ARM: dts: am335x-evm: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 09/39] ARM: dts: am335x-evmsk: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 10/39] ARM: dts: am335x-lxm: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 11/39] ARM: dts: am335x-nano: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 12/39] ARM: dts: am335x-pepper: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 13/39] ARM: dts: am335x-phycore-som: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 14/39] ARM: dts: am335x-wega: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 15/39] ARM: dts: am3517-craneboard: Use OMAP3_CORE1_IOPAD " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 16/39] ARM: dts: am437x-gp-evm: Use AM4372_IOPAD " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 17/39] ARM: dts: am437x-idk-evm: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 18/39] ARM: dts: am437x-sk-evm: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 19/39] ARM: dts: am43x-epos-evm: " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 20/39] ARM: dts: am57xx-beagle-x15: Use DRA7XX_CORE_IOPAD " Javier Martinez Canillas
2015-11-13  4:53 ` [PATCH 21/39] ARM: dts: dra7-evm: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 22/39] ARM: dts: dra72-evm: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 23/39] ARM: dts: omap3-beagle: Use OMAP3_*_IOPAD pinmux macros Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 24/39] ARM: dts: omap3-beagle-xm: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 25/39] ARM: dts: omap3-evm-37xx: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 26/39] ARM: dts: omap3-ldp: Use OMAP3_CORE1_IOPAD pinmux macro Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 27/39] ARM: dts: omap3-n900: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 28/39] ARM: dts: omap3-n9: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 29/39] ARM: dts: omap3-zoom3: Use OMAP3_*_IOPAD pinmux macros Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 30/39] ARM: dts: twl4030: Use OMAP3_CORE1_IOPAD pinmux macro Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 31/39] ARM: dts: omap4-panda-a4: Use OMAP4_IOPAD " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 32/39] ARM: dts: omap4-panda-common: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 33/39] ARM: dts: omap4-panda-es: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 34/39] ARM: dts: omap4-sdp: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 35/39] ARM: dts: omap4-sdp-es23plus: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 36/39] ARM: dts: twl6030: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 37/39] ARM: dts: omap5-board-common: Use OMAP5_IOPAD " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 38/39] ARM: dts: omap5-cm-t54: " Javier Martinez Canillas
2015-11-13  4:54 ` [PATCH 39/39] ARM: dts: omap5-uevm.dts: " Javier Martinez Canillas
2015-11-13 14:47 ` [PATCH 00/39] ARM: dts: Convert OMAP boards to use IOPAD pinmux macros Tony Lindgren
2015-11-16 16:38   ` Andrew F. Davis
2015-11-16 16:38     ` Andrew F. Davis
2015-11-30 16:49     ` Tony Lindgren

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=1447390457-1158-1-git-send-email-javier@osg.samsung.com \
    --to=javier@osg.samsung.com \
    --cc=afd@ti.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /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.