diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-03-17 10:31:30 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-17 10:31:30 -0400 |
commit | f18651eb2c7ac13b9dd0e3b357d07e1d4cd8e00d (patch) | |
tree | f451e22f54d6f7a3d85bbed929750ee2a84d7dbb /MAINTAINERS | |
parent | b8ba3874b4cf43ef1970cb3fe664a28d621ea197 (diff) | |
parent | 77319669af37a1cfc844b801e83343b37e3c7e13 (diff) |
Merge tag 'omap-for-v3.15/fixes-for-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/fixes-non-critical
Merge "omap fixes for v3.15 merge window" from Tony Lindgren:
Fixes for omaps that would be good to get in before v3.15-rc1.
* tag 'omap-for-v3.15/fixes-for-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: OMAP4: hwmod data: correct the idlemodes for spinlock
ARM: dts: am33xx: correcting dt node unit address for usb
ARM: dts: omap4/5: Use l3_ick for the gpmc node
CLK: TI: OMAP4/5/DRA7: Remove gpmc_fck from dummy clocks
ARM: OMAP4: Fix definition of IS_PM44XX_ERRATUM
ARM: OMAP2+: INTC: Acknowledge stuck active interrupts
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d2778a624471..e3990bc36b72 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1860,6 +1860,7 @@ F: drivers/net/ethernet/broadcom/bnx2x/ | |||
1860 | 1860 | ||
1861 | BROADCOM BCM281XX/BCM11XXX ARM ARCHITECTURE | 1861 | BROADCOM BCM281XX/BCM11XXX ARM ARCHITECTURE |
1862 | M: Christian Daudt <bcm@fixthebug.org> | 1862 | M: Christian Daudt <bcm@fixthebug.org> |
1863 | M: Matt Porter <mporter@linaro.org> | ||
1863 | L: bcm-kernel-feedback-list@broadcom.com | 1864 | L: bcm-kernel-feedback-list@broadcom.com |
1864 | T: git git://git.github.com/broadcom/bcm11351 | 1865 | T: git git://git.github.com/broadcom/bcm11351 |
1865 | S: Maintained | 1866 | S: Maintained |
@@ -2367,7 +2368,7 @@ F: include/linux/cpufreq.h | |||
2367 | 2368 | ||
2368 | CPU FREQUENCY DRIVERS - ARM BIG LITTLE | 2369 | CPU FREQUENCY DRIVERS - ARM BIG LITTLE |
2369 | M: Viresh Kumar <viresh.kumar@linaro.org> | 2370 | M: Viresh Kumar <viresh.kumar@linaro.org> |
2370 | M: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com> | 2371 | M: Sudeep Holla <sudeep.holla@arm.com> |
2371 | L: cpufreq@vger.kernel.org | 2372 | L: cpufreq@vger.kernel.org |
2372 | L: linux-pm@vger.kernel.org | 2373 | L: linux-pm@vger.kernel.org |
2373 | W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php | 2374 | W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php |
@@ -2408,8 +2409,10 @@ F: tools/power/cpupower/ | |||
2408 | 2409 | ||
2409 | CPUSETS | 2410 | CPUSETS |
2410 | M: Li Zefan <lizefan@huawei.com> | 2411 | M: Li Zefan <lizefan@huawei.com> |
2412 | L: cgroups@vger.kernel.org | ||
2411 | W: http://www.bullopensource.org/cpuset/ | 2413 | W: http://www.bullopensource.org/cpuset/ |
2412 | W: http://oss.sgi.com/projects/cpusets/ | 2414 | W: http://oss.sgi.com/projects/cpusets/ |
2415 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git | ||
2413 | S: Maintained | 2416 | S: Maintained |
2414 | F: Documentation/cgroups/cpusets.txt | 2417 | F: Documentation/cgroups/cpusets.txt |
2415 | F: include/linux/cpuset.h | 2418 | F: include/linux/cpuset.h |
@@ -2857,7 +2860,7 @@ M: Jani Nikula <jani.nikula@linux.intel.com> | |||
2857 | L: intel-gfx@lists.freedesktop.org | 2860 | L: intel-gfx@lists.freedesktop.org |
2858 | L: dri-devel@lists.freedesktop.org | 2861 | L: dri-devel@lists.freedesktop.org |
2859 | Q: http://patchwork.freedesktop.org/project/intel-gfx/ | 2862 | Q: http://patchwork.freedesktop.org/project/intel-gfx/ |
2860 | T: git git://people.freedesktop.org/~danvet/drm-intel | 2863 | T: git git://anongit.freedesktop.org/drm-intel |
2861 | S: Supported | 2864 | S: Supported |
2862 | F: drivers/gpu/drm/i915/ | 2865 | F: drivers/gpu/drm/i915/ |
2863 | F: include/drm/i915* | 2866 | F: include/drm/i915* |
@@ -3324,6 +3327,17 @@ S: Maintained | |||
3324 | F: include/linux/netfilter_bridge/ | 3327 | F: include/linux/netfilter_bridge/ |
3325 | F: net/bridge/ | 3328 | F: net/bridge/ |
3326 | 3329 | ||
3330 | ETHERNET PHY LIBRARY | ||
3331 | M: Florian Fainelli <f.fainelli@gmail.com> | ||
3332 | L: netdev@vger.kernel.org | ||
3333 | S: Maintained | ||
3334 | F: include/linux/phy.h | ||
3335 | F: include/linux/phy_fixed.h | ||
3336 | F: drivers/net/phy/ | ||
3337 | F: Documentation/networking/phy.txt | ||
3338 | F: drivers/of/of_mdio.c | ||
3339 | F: drivers/of/of_net.c | ||
3340 | |||
3327 | EXT2 FILE SYSTEM | 3341 | EXT2 FILE SYSTEM |
3328 | M: Jan Kara <jack@suse.cz> | 3342 | M: Jan Kara <jack@suse.cz> |
3329 | L: linux-ext4@vger.kernel.org | 3343 | L: linux-ext4@vger.kernel.org |
@@ -7196,7 +7210,7 @@ S: Maintained | |||
7196 | F: drivers/net/ethernet/rdc/r6040.c | 7210 | F: drivers/net/ethernet/rdc/r6040.c |
7197 | 7211 | ||
7198 | RDS - RELIABLE DATAGRAM SOCKETS | 7212 | RDS - RELIABLE DATAGRAM SOCKETS |
7199 | M: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com> | 7213 | M: Chien Yen <chien.yen@oracle.com> |
7200 | L: rds-devel@oss.oracle.com (moderated for non-subscribers) | 7214 | L: rds-devel@oss.oracle.com (moderated for non-subscribers) |
7201 | S: Supported | 7215 | S: Supported |
7202 | F: net/rds/ | 7216 | F: net/rds/ |
@@ -9715,7 +9729,6 @@ F: drivers/xen/*swiotlb* | |||
9715 | XFS FILESYSTEM | 9729 | XFS FILESYSTEM |
9716 | P: Silicon Graphics Inc | 9730 | P: Silicon Graphics Inc |
9717 | M: Dave Chinner <david@fromorbit.com> | 9731 | M: Dave Chinner <david@fromorbit.com> |
9718 | M: Ben Myers <bpm@sgi.com> | ||
9719 | M: xfs@oss.sgi.com | 9732 | M: xfs@oss.sgi.com |
9720 | L: xfs@oss.sgi.com | 9733 | L: xfs@oss.sgi.com |
9721 | W: http://oss.sgi.com/projects/xfs | 9734 | W: http://oss.sgi.com/projects/xfs |