Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756675Ab3EQULt (ORCPT ); Fri, 17 May 2013 16:11:49 -0400 Received: from mail-ia0-f177.google.com ([209.85.210.177]:36237 "EHLO mail-ia0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755842Ab3EQULs convert rfc822-to-8bit (ORCPT ); Fri, 17 May 2013 16:11:48 -0400 MIME-Version: 1.0 From: Grant Likely Date: Fri, 17 May 2013 21:11:27 +0100 X-Google-Sender-Auth: mJ0F8uX4PYZd0VolrYblfQi_5no Message-ID: Subject: [GIT PULL] DT changes for v3.10 To: Linus Torvalds , Rob Herring , devicetree-discuss , Linux Kernel Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3331 Lines: 85 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): : 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/