aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2014-11-16 18:09:53 -0500
committerOlof Johansson <olof@lixom.net>2014-11-16 18:09:53 -0500
commitf7efdad02551c0dd64160c766c37aeddebb42a11 (patch)
tree233e8fc595321057d0e88e6cc898ccc273ddab8a /MAINTAINERS
parentae8f5041a5422016ae21d6f9d0bfa2caa839590f (diff)
parent73b3a6657a88ef5348a0d69c9a8107d6f01ae862 (diff)
Merge tag 'omap-fixes-against-v3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
Merge "omap fixes against v3.18-rc4" from Tony Lindgren: Few omap fixes for hangs and wrong pinctrl defines, and update MAINTAINERS file to avoid missing PMIC and SoC related patches: - Fix random hangs on am437x because of incorrect default value for the DDR regulator - Fix wrong partition name for NAND on am335x-evm - Fix wrong pinctrl defines for dra7xx - Update maintainers entries for PMICs and SoCs * tag 'omap-fixes-against-v3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: pinctrl: dra: dt-bindings: Fix output pull up/down MAINTAINERS: Update entry for omap related .dts files to cover new SoCs MAINTAINERS: add more files under OMAP SUPPORT ARM: dts: AM437x-SK-EVM: Fix DCDC3 voltage ARM: dts: AM437x-GP-EVM: Fix DCDC3 voltage ARM: dts: AM43x-EPOS-EVM: Fix DCDC3 voltage ARM: dts: am335x-evm: Fix 5th NAND partition's name Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS20
1 files changed, 20 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7b690fc1e449..e55d22745ecc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6596,6 +6596,23 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6596S: Maintained 6596S: Maintained
6597F: arch/arm/*omap*/ 6597F: arch/arm/*omap*/
6598F: drivers/i2c/busses/i2c-omap.c 6598F: drivers/i2c/busses/i2c-omap.c
6599F: drivers/irqchip/irq-omap-intc.c
6600F: drivers/mfd/*omap*.c
6601F: drivers/mfd/menelaus.c
6602F: drivers/mfd/palmas.c
6603F: drivers/mfd/tps65217.c
6604F: drivers/mfd/tps65218.c
6605F: drivers/mfd/tps65910.c
6606F: drivers/mfd/twl-core.[ch]
6607F: drivers/mfd/twl4030*.c
6608F: drivers/mfd/twl6030*.c
6609F: drivers/mfd/twl6040*.c
6610F: drivers/regulator/palmas-regulator*.c
6611F: drivers/regulator/pbias-regulator.c
6612F: drivers/regulator/tps65217-regulator.c
6613F: drivers/regulator/tps65218-regulator.c
6614F: drivers/regulator/tps65910-regulator.c
6615F: drivers/regulator/twl-regulator.c
6599F: include/linux/i2c-omap.h 6616F: include/linux/i2c-omap.h
6600 6617
6601OMAP DEVICE TREE SUPPORT 6618OMAP DEVICE TREE SUPPORT
@@ -6606,6 +6623,9 @@ L: devicetree@vger.kernel.org
6606S: Maintained 6623S: Maintained
6607F: arch/arm/boot/dts/*omap* 6624F: arch/arm/boot/dts/*omap*
6608F: arch/arm/boot/dts/*am3* 6625F: arch/arm/boot/dts/*am3*
6626F: arch/arm/boot/dts/*am4*
6627F: arch/arm/boot/dts/*am5*
6628F: arch/arm/boot/dts/*dra7*
6609 6629
6610OMAP CLOCK FRAMEWORK SUPPORT 6630OMAP CLOCK FRAMEWORK SUPPORT
6611M: Paul Walmsley <paul@pwsan.com> 6631M: Paul Walmsley <paul@pwsan.com>