linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/5] ARM: tegra: create headers for clock bindings
Date: Fri, 14 Jun 2013 10:37:15 -0600	[thread overview]
Message-ID: <1371227838-18764-3-git-send-email-swarren@wwwdotorg.org> (raw)
In-Reply-To: <1371227838-18764-1-git-send-email-swarren@wwwdotorg.org>

(Note that I don't believe that the drivers/clk changes that rely on this
branch were actually sent for this cycle, so this branch was probably
never pulled into the clk tree.)

This branch creates header files that define the clock IDs used by
Tegra's DT clock binding, and update the DT binding documentation to
refer to those files.

These changes are needed in both the Tegra tree, in order to update DT
files to use the new headers, and the clock tree, in order to update the
clock drivers to use the headers rather than defining their own enum for
the same purpose.

This branch is included in later pull request tegra-for-3.11-dt.

----------------------------------------------------------------

The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

  Linux 3.10-rc1

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.11-deps-for-clk

for you to fetch changes up to 992bb598f690542a2f539fd12a42b960b7692025:

  ARM: tegra114: create a DT header defining CLK IDs

----------------------------------------------------------------

Hiroshi Doyu (3):
      ARM: tegra20: create a DT header defining CLK IDs
      ARM: tegra30: create a DT header defining CLK IDs
      ARM: tegra114: create a DT header defining CLK IDs

 .../bindings/clock/nvidia,tegra114-car.txt      | 252 +-------------
 .../bindings/clock/nvidia,tegra20-car.txt       | 154 +--------
 .../bindings/clock/nvidia,tegra30-car.txt       | 211 +-----------
 include/dt-bindings/clock/tegra114-car.h        | 342 +++++++++++++++++++
 include/dt-bindings/clock/tegra20-car.h         | 158 +++++++++
 include/dt-bindings/clock/tegra30-car.h         | 265 ++++++++++++++
 6 files changed, 777 insertions(+), 605 deletions(-)
 create mode 100644 include/dt-bindings/clock/tegra114-car.h
 create mode 100644 include/dt-bindings/clock/tegra20-car.h
 create mode 100644 include/dt-bindings/clock/tegra30-car.h

  parent reply	other threads:[~2013-06-14 16:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-14 16:37 [GIT PULL 0/5] ARM: tegra: changes for 3.11 Stephen Warren
2013-06-14 16:37 ` [GIT PULL 1/5] ARM: tegra: DT-related fixes needed by the USB tree Stephen Warren
2013-06-14 16:37 ` Stephen Warren [this message]
2013-06-14 16:37 ` [GIT PULL 3/5] ARM: tegra: device tree updates Stephen Warren
2013-06-15  1:11   ` Olof Johansson
2013-06-14 16:37 ` [GIT PULL 4/5] ARM: tegra: core SoC support enhancements Stephen Warren
2013-06-15  1:12   ` Olof Johansson
2013-06-14 16:37 ` [GIT PULL 5/5] ARM: tegra: defconfig updates Stephen Warren
2013-06-15  1:14   ` 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=1371227838-18764-3-git-send-email-swarren@wwwdotorg.org \
    --to=swarren@wwwdotorg.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).