diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-01-23 17:55:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-01-23 17:55:05 -0500 |
commit | b8de08da0402b1cbc3ce1963929161d141d2f933 (patch) | |
tree | 951196e0ce46c180f066bf326988b25294b6e9d9 /MAINTAINERS | |
parent | 2e3810da41d45f89d3e634ce16eb1f6f4f355d14 (diff) | |
parent | 6b1271de3723a7957c7cc6a7f36ea114f557e730 (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-- | MAINTAINERS | 8 |
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) | |||
696 | W: http://blackfin.uclinux.org/ | 696 | W: http://blackfin.uclinux.org/ |
697 | S: Supported | 697 | S: Supported |
698 | F: sound/soc/blackfin/* | 698 | F: sound/soc/blackfin/* |
699 | 699 | ||
700 | ANALOG DEVICES INC IIO DRIVERS | 700 | ANALOG DEVICES INC IIO DRIVERS |
701 | M: Lars-Peter Clausen <lars@metafoo.de> | 701 | M: Lars-Peter Clausen <lars@metafoo.de> |
702 | M: Michael Hennerich <Michael.Hennerich@analog.com> | 702 | M: Michael Hennerich <Michael.Hennerich@analog.com> |
@@ -7024,14 +7024,12 @@ OPEN FIRMWARE AND FLATTENED DEVICE TREE | |||
7024 | M: Grant Likely <grant.likely@linaro.org> | 7024 | M: Grant Likely <grant.likely@linaro.org> |
7025 | M: Rob Herring <robh+dt@kernel.org> | 7025 | M: Rob Herring <robh+dt@kernel.org> |
7026 | L: devicetree@vger.kernel.org | 7026 | L: devicetree@vger.kernel.org |
7027 | W: http://fdt.secretlab.ca | 7027 | W: http://www.devicetree.org/ |
7028 | T: git git://git.secretlab.ca/git/linux-2.6.git | 7028 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git |
7029 | S: Maintained | 7029 | S: Maintained |
7030 | F: drivers/of/ | 7030 | F: drivers/of/ |
7031 | F: include/linux/of*.h | 7031 | F: include/linux/of*.h |
7032 | F: scripts/dtc/ | 7032 | F: scripts/dtc/ |
7033 | K: of_get_property | ||
7034 | K: of_match_table | ||
7035 | 7033 | ||
7036 | OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS | 7034 | OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS |
7037 | M: Rob Herring <robh+dt@kernel.org> | 7035 | M: Rob Herring <robh+dt@kernel.org> |