linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: ldewangan@nvidia.com (Laxman Dewangan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3 0/4] ARM: tegra: convert dts files of all Tegra platforms to use pinctrl defines
Date: Thu, 5 Dec 2013 16:14:05 +0530	[thread overview]
Message-ID: <1386240249-30786-1-git-send-email-ldewangan@nvidia.com> (raw)

This patch series convert dts files of all Tegra's platforms to use the pinctron
dt-binding macro for better readability.

Changes from V1:
- Get rid of lots of macro and converge it to TEGRA_PIN_ENABLE/DISABLE.
- Change macro name for PULL UP/DOWN/NONE.

Changes from V2:
- Add more comment on defines.
- Add two more patches for having simialr change for Tegra20 and Tegra30 platforms.

Laxman Dewangan (4):
  ARM: tegra: Add header file for pinctrl constants
  ARM: tegra: convert dts files of Tegra114 platforms to use pinctrl
    defines
  ARM: tegra: convert dts files of Tegra20 platforms to use pinctrl
    defines
  ARM: tegra: convert dts files of Tegra30 platforms to use pinctrl
    defines

 arch/arm/boot/dts/tegra114-dalmore.dts      |  548 +++++++++++++-------------
 arch/arm/boot/dts/tegra114.dtsi             |    1 +
 arch/arm/boot/dts/tegra20-colibri-512.dtsi  |  104 +++---
 arch/arm/boot/dts/tegra20-harmony.dts       |   30 +-
 arch/arm/boot/dts/tegra20-iris-512.dts      |   10 +-
 arch/arm/boot/dts/tegra20-paz00.dts         |   30 +-
 arch/arm/boot/dts/tegra20-seaboard.dts      |   44 +-
 arch/arm/boot/dts/tegra20-tamonten.dtsi     |   30 +-
 arch/arm/boot/dts/tegra20-trimslice.dts     |   34 +-
 arch/arm/boot/dts/tegra20-ventana.dts       |   44 +-
 arch/arm/boot/dts/tegra20-whistler.dts      |   40 +-
 arch/arm/boot/dts/tegra20.dtsi              |    1 +
 arch/arm/boot/dts/tegra30-beaver.dts        |   34 +-
 arch/arm/boot/dts/tegra30-cardhu.dtsi       |   40 +-
 arch/arm/boot/dts/tegra30.dtsi              |    1 +
 include/dt-bindings/pinctrl/pinctrl-tegra.h |   45 +++
 16 files changed, 542 insertions(+), 494 deletions(-)
 create mode 100644 include/dt-bindings/pinctrl/pinctrl-tegra.h

             reply	other threads:[~2013-12-05 10:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-05 10:44 Laxman Dewangan [this message]
2013-12-05 10:44 ` [PATCH V3 1/4] ARM: tegra: Add header file for pinctrl constants Laxman Dewangan
2013-12-05 10:44 ` [PATCH V3 2/4] ARM: tegra: convert dts files of Tegra114 platforms to use pinctrl defines Laxman Dewangan
2013-12-05 10:44 ` [PATCH V3 3/4] ARM: tegra: convert dts files of Tegra20 " Laxman Dewangan
2013-12-05 10:44 ` [PATCH V3 4/4] ARM: tegra: convert dts files of Tegra30 " Laxman Dewangan
2013-12-05 23:33 ` [PATCH V3 0/4] ARM: tegra: convert dts files of all Tegra " Stephen Warren
2013-12-06  6:29   ` Laxman Dewangan
2013-12-12 20:14 ` Stephen Warren

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=1386240249-30786-1-git-send-email-ldewangan@nvidia.com \
    --to=ldewangan@nvidia.com \
    --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).