diff options
author | Olof Johansson <olof@lixom.net> | 2015-04-03 16:40:34 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 16:40:34 -0400 |
commit | 77e3c09e451ae78b64f7b89fc1690804da726787 (patch) | |
tree | 1abe2bd35f4750108c5335250174315c0e46f719 /MAINTAINERS | |
parent | dc0961bc816b9365cb37a68b34e84b625f7c7f0f (diff) | |
parent | 209431eff8afb928d72200c79153165c7d860ca0 (diff) |
Merge tag 'omap-for-v4.1/fixes-0' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/fixes-non-critical
Merge "omap non-urgent fixes for v4.1" from Tony Lindgren:
Fixes for omaps that were not considered urgent enough for the -rc cycle.
This is mostly to enable errata 798181 and thermal support for dra7,
configure ocp2scp for am437x, remove dead code for OMAP4_ERRATA_I688
and fix build warnings for omap1510 only config.
* tag 'omap-for-v4.1/fixes-0' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: DRA7: Enable Cortex A15 errata 798181
ARM: dts: am57xx-beagle-x15: Add thermal map to include fan and tmp102
ARM: dts: DRA7: Add bandgap and related thermal nodes
bus: ocp2scp: SYNC2 value should be changed to 0x6
ARM: dts: am4372: Add "ti,am437x-ocp2scp" as compatible string for OCP2SCP
ARM: OMAP2+: remove superfluous NULL pointer check
ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688
MAINTAINERS: add OMAP defconfigs under OMAP SUPPORT
ARM: OMAP1: PM: fix some build warnings on 1510-only Kconfigs
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index eaf999638a65..500501f72b17 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6947,6 +6947,8 @@ Q: http://patchwork.kernel.org/project/linux-omap/list/ | |||
6947 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git | 6947 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git |
6948 | S: Maintained | 6948 | S: Maintained |
6949 | F: arch/arm/*omap*/ | 6949 | F: arch/arm/*omap*/ |
6950 | F: arch/arm/configs/omap1_defconfig | ||
6951 | F: arch/arm/configs/omap2plus_defconfig | ||
6950 | F: drivers/i2c/busses/i2c-omap.c | 6952 | F: drivers/i2c/busses/i2c-omap.c |
6951 | F: drivers/irqchip/irq-omap-intc.c | 6953 | F: drivers/irqchip/irq-omap-intc.c |
6952 | F: drivers/mfd/*omap*.c | 6954 | F: drivers/mfd/*omap*.c |