aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-01-23 17:55:05 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2015-01-23 17:55:05 -0500
commitb8de08da0402b1cbc3ce1963929161d141d2f933 (patch)
tree951196e0ce46c180f066bf326988b25294b6e9d9 /MAINTAINERS
parent2e3810da41d45f89d3e634ce16eb1f6f4f355d14 (diff)
parent6b1271de3723a7957c7cc6a7f36ea114f557e730 (diff)
Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux
Pull devicetree bug fixes and documentation updates from Grant Likely: "A few bugfixes for the new DT overlay feature, documentation updates, spelling corrections, and changes to MAINTAINERS. Nothing earth shattering here" * tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux: of/unittest: Overlays with sub-devices tests of/platform: Handle of_populate drivers in notifier of/overlay: Do not generate duplicate nodes devicetree: document the "qemu" and "virtio" vendor prefixes devicetree: document ARM bindings for QEMU's Firmware Config interface Documentation: of: fix typo in graph bindings dma-mapping: fix debug print to display correct dma_pfn_offset of: replace Asahi Kasei Corp vendor prefix ARM: dt: GIC: Spelling s/specific/specifier/, s/flaggs/flags/ dt/bindings: arm-boards: Spelling s/pointong/pointing/ MAINTAINERS: Update DT website and git repository MAINTAINERS: drop DT regex matching on of_get_property and of_match_table
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS8
1 files changed, 3 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 93409ade65a5..55b7024579ab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -696,7 +696,7 @@ L: alsa-devel@alsa-project.org (moderated for non-subscribers)
696W: http://blackfin.uclinux.org/ 696W: http://blackfin.uclinux.org/
697S: Supported 697S: Supported
698F: sound/soc/blackfin/* 698F: sound/soc/blackfin/*
699 699
700ANALOG DEVICES INC IIO DRIVERS 700ANALOG DEVICES INC IIO DRIVERS
701M: Lars-Peter Clausen <lars@metafoo.de> 701M: Lars-Peter Clausen <lars@metafoo.de>
702M: Michael Hennerich <Michael.Hennerich@analog.com> 702M: Michael Hennerich <Michael.Hennerich@analog.com>
@@ -7024,14 +7024,12 @@ OPEN FIRMWARE AND FLATTENED DEVICE TREE
7024M: Grant Likely <grant.likely@linaro.org> 7024M: Grant Likely <grant.likely@linaro.org>
7025M: Rob Herring <robh+dt@kernel.org> 7025M: Rob Herring <robh+dt@kernel.org>
7026L: devicetree@vger.kernel.org 7026L: devicetree@vger.kernel.org
7027W: http://fdt.secretlab.ca 7027W: http://www.devicetree.org/
7028T: git git://git.secretlab.ca/git/linux-2.6.git 7028T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7029S: Maintained 7029S: Maintained
7030F: drivers/of/ 7030F: drivers/of/
7031F: include/linux/of*.h 7031F: include/linux/of*.h
7032F: scripts/dtc/ 7032F: scripts/dtc/
7033K: of_get_property
7034K: of_match_table
7035 7033
7036OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS 7034OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7037M: Rob Herring <robh+dt@kernel.org> 7035M: Rob Herring <robh+dt@kernel.org>