devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Rob Herring <rob.herring@calxeda.com>,
	devicetree-discuss <devicetree-discuss@lists.ozlabs.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] DT changes for v3.10
Date: Fri, 17 May 2013 21:11:27 +0100	[thread overview]
Message-ID: <CACxGe6tVT9sDLgJwmKjjejYe2wnmYz4A5HaQThiOfyW3T8gU_Q@mail.gmail.com> (raw)

Hi Linus,

Here are a few DT bug fixes and documentation updates. Sorry this pull
request came after -rc1. I hope it is still okay to pull in. All has
been in linux-next well before the merge window.

g.

The following changes since commit 31880c37c11e28cb81c70757e38392b42e695dc6:

  Linux 3.9-rc6 (2013-04-07 20:49:54 -0700)

are available in the git repository at:

  git://git.secretlab.ca/git/linux tags/devicetree-for-linus

for you to fetch changes up to 3132f623386e9ac87077bd839e726f7b940fbc94:

  Merge branch 'for-next' of git://sources.calxeda.com/kernel/linux
into HEAD (2013-05-07 12:03:42 +0100)

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

Device tree bug fixes and documentation updates for v3.10

Nothing earth shattering here. A build failure fix, and fix for
releasing nodes and some documenation updates.

----------------------------------------------------------------
Grant Likely (1):
      Merge branch 'for-next' of
git://sources.calxeda.com/kernel/linux into HEAD

Rahul Sharma (1):
      of/documentation: move video device bindings to a common place

Rob Herring (1):
      Merge tag 'tegra-for-3.10-dtc-cpp-chroot-std-headers' of
git://git.kernel.org/.../swarren/linux-tegra into for-next

Sergei Shtylyov (1):
      <linux/of_platform.h>: fix compilation warnings with DT disabled

Tang Yuantian (1):
      of/base: release the node correctly in of_parse_phandle_with_args()

Uwe Kleine-König (1):
      Documentation/devicetree: make semantic of initrd-end more explicit

 .../{drm/exynos/hdmi.txt => video/exynos_hdmi.txt} |  0
 .../hdmiddc.txt => video/exynos_hdmiddc.txt}       |  0
 .../hdmiphy.txt => video/exynos_hdmiphy.txt}       |  0
 .../exynos/mixer.txt => video/exynos_mixer.txt}    |  0
 Documentation/devicetree/usage-model.txt           |  8 +-
 arch/arm/boot/dts/include/dt-bindings              |  1 +
 drivers/of/base.c                                  |  4 +-
 include/dt-bindings/gpio/gpio.h                    | 15 ++++
 include/dt-bindings/interrupt-controller/arm-gic.h | 22 +++++
 include/dt-bindings/interrupt-controller/irq.h     | 19 +++++
 include/linux/of_platform.h                        |  5 +-
 scripts/Makefile.lib                               | 17 ++--
 scripts/basic/fixdep.c                             | 93 ++++++++++++++--------
 13 files changed, 135 insertions(+), 49 deletions(-)
 rename Documentation/devicetree/bindings/{drm/exynos/hdmi.txt =>
video/exynos_hdmi.txt} (100%)
 rename Documentation/devicetree/bindings/{drm/exynos/hdmiddc.txt =>
video/exynos_hdmiddc.txt} (100%)
 rename Documentation/devicetree/bindings/{drm/exynos/hdmiphy.txt =>
video/exynos_hdmiphy.txt} (100%)
 rename Documentation/devicetree/bindings/{drm/exynos/mixer.txt =>
video/exynos_mixer.txt} (100%)
 create mode 120000 arch/arm/boot/dts/include/dt-bindings
 create mode 100644 include/dt-bindings/gpio/gpio.h
 create mode 100644 include/dt-bindings/interrupt-controller/arm-gic.h
 create mode 100644 include/dt-bindings/interrupt-controller/irq.h


--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

                 reply	other threads:[~2013-05-17 20:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CACxGe6tVT9sDLgJwmKjjejYe2wnmYz4A5HaQThiOfyW3T8gU_Q@mail.gmail.com \
    --to=grant.likely@secretlab.ca \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rob.herring@calxeda.com \
    --cc=torvalds@linux-foundation.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).