diff options
author | Olof Johansson <olof@lixom.net> | 2015-01-26 20:28:20 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-26 20:28:20 -0800 |
commit | d846c1a63fd8124a9ab174b12d590daeb7d50074 (patch) | |
tree | fc66a9fc69f3b24e82e683ad060129e4c4cf1e63 /MAINTAINERS | |
parent | b2cb793c2c08987a1106f1b629170b269aae6a10 (diff) | |
parent | 20d9448a59770420ead8078fb76948de32765fe6 (diff) | |
download | linux-d846c1a63fd8124a9ab174b12d590daeb7d50074.tar.gz linux-d846c1a63fd8124a9ab174b12d590daeb7d50074.tar.bz2 linux-d846c1a63fd8124a9ab174b12d590daeb7d50074.zip |
Merge tag 'omap-for-v3.20/fixes-not-urgent-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/fixes-non-critical
Merge "omap non-urgent fixes for v3.20, part 2" from Tony Lindgren:
Non-critical fixes for omap hwmod code via Paul Walmsley <paul@pwsan.com>:
First set of OMAP2+ hwmod patches for Linux v3.20. These are mostly
fixes for warnings, although there's one DRA7xx patch that fixes
CONFIG_DEBUG_LL for AM572x/DRA7xx SoCs that use UART3 for console,
such as the BeagleBoard-X15.
These patches entered Linux-next starting with the next-20150121 tag.
Basic build, boot, and PM test results can be found here:
http://www.pwsan.com/omap/testlogs/omap-hwmod-a-for-v3.20/20150121142621/
* tag 'omap-for-v3.20/fixes-not-urgent-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3
ARM: OMAP: DRA7: hwmod: Make gpmc software supervised as the smart idle is broken
ARM: AM43xx: hwmod: set DSS submodule parent hwmods
ARM: OMAP2+: hwmod: print error if wait_target_ready() failed
MAINTAINERS: add maintainer for OMAP hwmod data
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b04053f70cb1..b70f687ec2f4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6890,6 +6890,12 @@ L: linux-omap@vger.kernel.org S: Maintained F: arch/arm/mach-omap2/omap_hwmod.* +OMAP HWMOD DATA +M: Paul Walmsley <paul@pwsan.com> +L: linux-omap@vger.kernel.org +S: Maintained +F: arch/arm/mach-omap2/omap_hwmod*data* + OMAP HWMOD DATA FOR OMAP4-BASED DEVICES M: BenoƮt Cousson <bcousson@baylibre.com> L: linux-omap@vger.kernel.org |