linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] ARM: dts: imx: remove the use of pingrp macros
Date: Sun, 26 Jan 2014 00:43:02 +0800	[thread overview]
Message-ID: <1390668191-20289-1-git-send-email-shawn.guo@linaro.org> (raw)

Hi Rob,

In order to solve a pinctrl data efficiency problem, we introduced
pingrp macros [1] in this development cycle as the base of board dts
support.  The whole imx-dt-3.14 pull request has been held by Olof for
a few weeks because he wants to get a general approval from DT folks
on this change.  But unfortunately it appears that you are not fond of
this change.

I just spent the day to create a patch series against imx-dt-3.14 to
remove these pingrp macros.  May I get your nod on this quick
turn-around, so that we do not miss the merge window?

Hi Olof,

I guess we do not have to shut the door for imx-dt-3.14 if you and DT
folks are happy with this patch series, which is a quite straight
forward search&replace change?

Shawn

[1] http://thread.gmane.org/gmane.linux.ports.arm.kernel/275912/

Shawn Guo (9):
  ARM: dts: imx6qdl: remove the use of pingrp macros
  ARM: dts: imx6sl: remove the use of pingrp macros
  ARM: dts: imx53: remove the use of pingrp macros
  ARM: dts: imx51: remove the use of pingrp macros
  ARM: dts: imx50: remove the use of pingrp macros
  ARM: dts: imx35: remove the use of pingrp macros
  ARM: dts: imx25: remove the use of pingrp macros
  ARM: dts: imx27: remove the use of pingrp macros
  ARM: dts: vf610: remove the use of pingrp macros

 arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi       |   17 +-
 .../boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts  |   56 ++-
 arch/arm/boot/dts/imx25-pingrp.h                   |   81 ---
 arch/arm/boot/dts/imx25.dtsi                       |    2 +-
 arch/arm/boot/dts/imx27-apf27.dts                  |   26 +-
 arch/arm/boot/dts/imx27-apf27dev.dts               |   65 ++-
 arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts   |   27 +-
 arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts   |   26 +-
 arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts     |   23 +-
 arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi    |   38 +-
 arch/arm/boot/dts/imx27-pingrp.h                   |  151 ------
 arch/arm/boot/dts/imx27.dtsi                       |    2 +-
 arch/arm/boot/dts/imx35-pingrp.h                   |  104 ----
 arch/arm/boot/dts/imx35.dtsi                       |    1 -
 arch/arm/boot/dts/imx50-evk.dts                    |   28 +-
 arch/arm/boot/dts/imx50-pingrp.h                   |  146 ------
 arch/arm/boot/dts/imx50.dtsi                       |    2 +-
 arch/arm/boot/dts/imx51-apf51.dts                  |   26 +-
 arch/arm/boot/dts/imx51-apf51dev.dts               |   64 ++-
 arch/arm/boot/dts/imx51-babbage.dts                |  142 +++++-
 arch/arm/boot/dts/imx51-eukrea-cpuimx51.dtsi       |   26 +-
 .../boot/dts/imx51-eukrea-mbimxsd51-baseboard.dts  |   31 +-
 arch/arm/boot/dts/imx51-pingrp.h                   |  249 ---------
 arch/arm/boot/dts/imx51.dtsi                       |    2 +-
 arch/arm/boot/dts/imx53-ard.dts                    |   18 +-
 arch/arm/boot/dts/imx53-evk.dts                    |   51 +-
 arch/arm/boot/dts/imx53-m53evk.dts                 |  128 ++++-
 arch/arm/boot/dts/imx53-pingrp.h                   |  352 -------------
 arch/arm/boot/dts/imx53-qsb.dts                    |   88 +++-
 arch/arm/boot/dts/imx53-smd.dts                    |   77 ++-
 arch/arm/boot/dts/imx53-tqma53.dtsi                |   89 +++-
 arch/arm/boot/dts/imx53-voipac-bsb.dts             |   21 +-
 arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi        |   47 +-
 arch/arm/boot/dts/imx53.dtsi                       |    2 +-
 arch/arm/boot/dts/imx6dl-hummingboard.dts          |    5 +-
 arch/arm/boot/dts/imx6dl.dtsi                      |    1 -
 arch/arm/boot/dts/imx6q-arm2.dts                   |   81 ++-
 arch/arm/boot/dts/imx6q-cm-fx6.dts                 |   44 +-
 arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts            |   47 +-
 arch/arm/boot/dts/imx6q-gw5400-a.dts               |   75 ++-
 arch/arm/boot/dts/imx6q-phytec-pfla02.dtsi         |   53 +-
 arch/arm/boot/dts/imx6q-sbc6x.dts                  |   37 +-
 arch/arm/boot/dts/imx6q-udoo.dts                   |   33 +-
 arch/arm/boot/dts/imx6q.dtsi                       |    1 -
 arch/arm/boot/dts/imx6qdl-gw51xx.dtsi              |   77 ++-
 arch/arm/boot/dts/imx6qdl-gw52xx.dtsi              |   88 +++-
 arch/arm/boot/dts/imx6qdl-gw53xx.dtsi              |   93 +++-
 arch/arm/boot/dts/imx6qdl-gw54xx.dtsi              |   93 +++-
 arch/arm/boot/dts/imx6qdl-microsom.dtsi            |    5 +-
 arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi          |   56 ++-
 arch/arm/boot/dts/imx6qdl-pingrp.h                 |  532 --------------------
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi           |  139 ++++-
 arch/arm/boot/dts/imx6qdl-sabrelite.dtsi           |   56 ++-
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi             |   86 +++-
 arch/arm/boot/dts/imx6qdl-wandboard.dtsi           |   78 ++-
 arch/arm/boot/dts/imx6sl-evk.dts                   |  120 ++++-
 arch/arm/boot/dts/imx6sl-pingrp.h                  |  148 ------
 arch/arm/boot/dts/imx6sl.dtsi                      |    1 -
 arch/arm/boot/dts/vf610-cosmic.dts                 |   17 +-
 arch/arm/boot/dts/vf610-pingrp.h                   |  127 -----
 arch/arm/boot/dts/vf610-twr.dts                    |   42 +-
 arch/arm/boot/dts/vf610.dtsi                       |    2 +-
 62 files changed, 2163 insertions(+), 2182 deletions(-)
 delete mode 100644 arch/arm/boot/dts/imx25-pingrp.h
 delete mode 100644 arch/arm/boot/dts/imx27-pingrp.h
 delete mode 100644 arch/arm/boot/dts/imx35-pingrp.h
 delete mode 100644 arch/arm/boot/dts/imx50-pingrp.h
 delete mode 100644 arch/arm/boot/dts/imx51-pingrp.h
 delete mode 100644 arch/arm/boot/dts/imx53-pingrp.h
 delete mode 100644 arch/arm/boot/dts/imx6qdl-pingrp.h
 delete mode 100644 arch/arm/boot/dts/imx6sl-pingrp.h
 delete mode 100644 arch/arm/boot/dts/vf610-pingrp.h

-- 
1.7.9.5

             reply	other threads:[~2014-01-25 16:43 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-25 16:43 Shawn Guo [this message]
2014-01-25 16:43 ` [PATCH 1/9] ARM: dts: imx6qdl: remove the use of pingrp macros Shawn Guo
2014-01-27 14:37   ` Russell King - ARM Linux
2014-01-27 15:05     ` Shawn Guo
2014-01-27 15:16       ` Russell King - ARM Linux
2014-01-27 15:22         ` Shawn Guo
2014-01-28 10:30     ` Shawn Guo
2014-01-25 16:43 ` [PATCH 2/9] ARM: dts: imx6sl: " Shawn Guo
2014-01-28 10:17   ` Heiko Stübner
2014-01-28 11:03     ` Sascha Hauer
2014-01-28 11:20     ` Shawn Guo
2014-01-29 10:42       ` Heiko Stübner
2014-01-25 16:43 ` [PATCH 3/9] ARM: dts: imx53: " Shawn Guo
2014-01-25 16:43 ` [PATCH 4/9] ARM: dts: imx51: " Shawn Guo
2014-01-25 16:43 ` [PATCH 5/9] ARM: dts: imx50: " Shawn Guo
2014-01-25 16:43 ` [PATCH 6/9] ARM: dts: imx35: " Shawn Guo
2014-01-25 16:43 ` [PATCH 7/9] ARM: dts: imx25: " Shawn Guo
2014-01-25 16:43 ` [PATCH 8/9] ARM: dts: imx27: " Shawn Guo
2014-01-25 16:43 ` [PATCH 9/9] ARM: dts: vf610: " Shawn Guo
2014-01-27 14:04 ` [PATCH 0/9] ARM: dts: imx: " Rob Herring
2014-01-27 17:47 ` Olof Johansson

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=1390668191-20289-1-git-send-email-shawn.guo@linaro.org \
    --to=shawn.guo@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).