diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-26 12:19:02 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-26 12:19:02 -0400 |
commit | e58b9a25eeb89ab2ee05cd093f6d7bc2f34acb21 (patch) | |
tree | 40162c796bc60f00d062b37718dc62adc970ac07 /MAINTAINERS | |
parent | a6025a2a861845447adeb7a11c3043039959d3a1 (diff) | |
parent | df8c3dbee9e6f19ddb0ae8e05cdf76eb2d3b7f00 (diff) |
Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-next
Mark writes:
ASoC/extcon: arizona: Fix interaction between HPDET and headphone outputs
This patch series covers both ASoC and extcon subsystems and fixes an
interaction between the HPDET function and the headphone outputs - we
really shouldn't run HPDET while the headphone is active. The first
patch is a refactoring to make the extcon side easier.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 60 |
1 files changed, 44 insertions, 16 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f8fdec5bc1a7..8b9cbc780ef9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1339,12 +1339,6 @@ S: Maintained | |||
1339 | F: drivers/platform/x86/asus*.c | 1339 | F: drivers/platform/x86/asus*.c |
1340 | F: drivers/platform/x86/eeepc*.c | 1340 | F: drivers/platform/x86/eeepc*.c |
1341 | 1341 | ||
1342 | ASUS ASB100 HARDWARE MONITOR DRIVER | ||
1343 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> | ||
1344 | L: lm-sensors@lm-sensors.org | ||
1345 | S: Maintained | ||
1346 | F: drivers/hwmon/asb100.c | ||
1347 | |||
1348 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API | 1342 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
1349 | M: Dan Williams <djbw@fb.com> | 1343 | M: Dan Williams <djbw@fb.com> |
1350 | W: http://sourceforge.net/projects/xscaleiop | 1344 | W: http://sourceforge.net/projects/xscaleiop |
@@ -1468,6 +1462,12 @@ F: drivers/dma/at_hdmac.c | |||
1468 | F: drivers/dma/at_hdmac_regs.h | 1462 | F: drivers/dma/at_hdmac_regs.h |
1469 | F: include/linux/platform_data/dma-atmel.h | 1463 | F: include/linux/platform_data/dma-atmel.h |
1470 | 1464 | ||
1465 | ATMEL I2C DRIVER | ||
1466 | M: Ludovic Desroches <ludovic.desroches@atmel.com> | ||
1467 | L: linux-i2c@vger.kernel.org | ||
1468 | S: Supported | ||
1469 | F: drivers/i2c/busses/i2c-at91.c | ||
1470 | |||
1471 | ATMEL ISI DRIVER | 1471 | ATMEL ISI DRIVER |
1472 | M: Josh Wu <josh.wu@atmel.com> | 1472 | M: Josh Wu <josh.wu@atmel.com> |
1473 | L: linux-media@vger.kernel.org | 1473 | L: linux-media@vger.kernel.org |
@@ -2630,7 +2630,7 @@ F: include/uapi/drm/ | |||
2630 | 2630 | ||
2631 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) | 2631 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) |
2632 | M: Daniel Vetter <daniel.vetter@ffwll.ch> | 2632 | M: Daniel Vetter <daniel.vetter@ffwll.ch> |
2633 | L: intel-gfx@lists.freedesktop.org (subscribers-only) | 2633 | L: intel-gfx@lists.freedesktop.org |
2634 | L: dri-devel@lists.freedesktop.org | 2634 | L: dri-devel@lists.freedesktop.org |
2635 | T: git git://people.freedesktop.org/~danvet/drm-intel | 2635 | T: git git://people.freedesktop.org/~danvet/drm-intel |
2636 | S: Supported | 2636 | S: Supported |
@@ -3852,7 +3852,7 @@ F: drivers/i2c/busses/i2c-ismt.c | |||
3852 | F: Documentation/i2c/busses/i2c-ismt | 3852 | F: Documentation/i2c/busses/i2c-ismt |
3853 | 3853 | ||
3854 | I2C/SMBUS STUB DRIVER | 3854 | I2C/SMBUS STUB DRIVER |
3855 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> | 3855 | M: Jean Delvare <khali@linux-fr.org> |
3856 | L: linux-i2c@vger.kernel.org | 3856 | L: linux-i2c@vger.kernel.org |
3857 | S: Maintained | 3857 | S: Maintained |
3858 | F: drivers/i2c/i2c-stub.c | 3858 | F: drivers/i2c/i2c-stub.c |
@@ -4006,6 +4006,22 @@ M: Stanislaw Gruszka <stf_xl@wp.pl> | |||
4006 | S: Maintained | 4006 | S: Maintained |
4007 | F: drivers/usb/atm/ueagle-atm.c | 4007 | F: drivers/usb/atm/ueagle-atm.c |
4008 | 4008 | ||
4009 | INA209 HARDWARE MONITOR DRIVER | ||
4010 | M: Guenter Roeck <linux@roeck-us.net> | ||
4011 | L: lm-sensors@lm-sensors.org | ||
4012 | S: Maintained | ||
4013 | F: Documentation/hwmon/ina209 | ||
4014 | F: Documentation/devicetree/bindings/i2c/ina209.txt | ||
4015 | F: drivers/hwmon/ina209.c | ||
4016 | |||
4017 | INA2XX HARDWARE MONITOR DRIVER | ||
4018 | M: Guenter Roeck <linux@roeck-us.net> | ||
4019 | L: lm-sensors@lm-sensors.org | ||
4020 | S: Maintained | ||
4021 | F: Documentation/hwmon/ina2xx | ||
4022 | F: drivers/hwmon/ina2xx.c | ||
4023 | F: include/linux/platform_data/ina2xx.h | ||
4024 | |||
4009 | INDUSTRY PACK SUBSYSTEM (IPACK) | 4025 | INDUSTRY PACK SUBSYSTEM (IPACK) |
4010 | M: Samuel Iglesias Gonsalvez <siglesias@igalia.com> | 4026 | M: Samuel Iglesias Gonsalvez <siglesias@igalia.com> |
4011 | M: Jens Taprogge <jens.taprogge@taprogge.org> | 4027 | M: Jens Taprogge <jens.taprogge@taprogge.org> |
@@ -5099,6 +5115,15 @@ S: Maintained | |||
5099 | F: Documentation/hwmon/max6650 | 5115 | F: Documentation/hwmon/max6650 |
5100 | F: drivers/hwmon/max6650.c | 5116 | F: drivers/hwmon/max6650.c |
5101 | 5117 | ||
5118 | MAX6697 HARDWARE MONITOR DRIVER | ||
5119 | M: Guenter Roeck <linux@roeck-us.net> | ||
5120 | L: lm-sensors@lm-sensors.org | ||
5121 | S: Maintained | ||
5122 | F: Documentation/hwmon/max6697 | ||
5123 | F: Documentation/devicetree/bindings/i2c/max6697.txt | ||
5124 | F: drivers/hwmon/max6697.c | ||
5125 | F: include/linux/platform_data/max6697.h | ||
5126 | |||
5102 | MAXIRADIO FM RADIO RECEIVER DRIVER | 5127 | MAXIRADIO FM RADIO RECEIVER DRIVER |
5103 | M: Hans Verkuil <hverkuil@xs4all.nl> | 5128 | M: Hans Verkuil <hverkuil@xs4all.nl> |
5104 | L: linux-media@vger.kernel.org | 5129 | L: linux-media@vger.kernel.org |
@@ -5623,6 +5648,14 @@ S: Maintained | |||
5623 | F: drivers/video/riva/ | 5648 | F: drivers/video/riva/ |
5624 | F: drivers/video/nvidia/ | 5649 | F: drivers/video/nvidia/ |
5625 | 5650 | ||
5651 | NVM EXPRESS DRIVER | ||
5652 | M: Matthew Wilcox <willy@linux.intel.com> | ||
5653 | L: linux-nvme@lists.infradead.org | ||
5654 | T: git git://git.infradead.org/users/willy/linux-nvme.git | ||
5655 | S: Supported | ||
5656 | F: drivers/block/nvme.c | ||
5657 | F: include/linux/nvme.h | ||
5658 | |||
5626 | OMAP SUPPORT | 5659 | OMAP SUPPORT |
5627 | M: Tony Lindgren <tony@atomide.com> | 5660 | M: Tony Lindgren <tony@atomide.com> |
5628 | L: linux-omap@vger.kernel.org | 5661 | L: linux-omap@vger.kernel.org |
@@ -6413,6 +6446,8 @@ F: Documentation/networking/LICENSE.qla3xxx | |||
6413 | F: drivers/net/ethernet/qlogic/qla3xxx.* | 6446 | F: drivers/net/ethernet/qlogic/qla3xxx.* |
6414 | 6447 | ||
6415 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER | 6448 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER |
6449 | M: Rajesh Borundia <rajesh.borundia@qlogic.com> | ||
6450 | M: Shahed Shaikh <shahed.shaikh@qlogic.com> | ||
6416 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> | 6451 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> |
6417 | M: Sony Chacko <sony.chacko@qlogic.com> | 6452 | M: Sony Chacko <sony.chacko@qlogic.com> |
6418 | M: linux-driver@qlogic.com | 6453 | M: linux-driver@qlogic.com |
@@ -7172,13 +7207,6 @@ L: netdev@vger.kernel.org | |||
7172 | S: Maintained | 7207 | S: Maintained |
7173 | F: drivers/net/ethernet/sis/sis900.* | 7208 | F: drivers/net/ethernet/sis/sis900.* |
7174 | 7209 | ||
7175 | SIS 96X I2C/SMBUS DRIVER | ||
7176 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> | ||
7177 | L: linux-i2c@vger.kernel.org | ||
7178 | S: Maintained | ||
7179 | F: Documentation/i2c/busses/i2c-sis96x | ||
7180 | F: drivers/i2c/busses/i2c-sis96x.c | ||
7181 | |||
7182 | SIS FRAMEBUFFER DRIVER | 7210 | SIS FRAMEBUFFER DRIVER |
7183 | M: Thomas Winischhofer <thomas@winischhofer.net> | 7211 | M: Thomas Winischhofer <thomas@winischhofer.net> |
7184 | W: http://www.winischhofer.net/linuxsisvga.shtml | 7212 | W: http://www.winischhofer.net/linuxsisvga.shtml |
@@ -7256,7 +7284,7 @@ F: Documentation/hwmon/sch5627 | |||
7256 | F: drivers/hwmon/sch5627.c | 7284 | F: drivers/hwmon/sch5627.c |
7257 | 7285 | ||
7258 | SMSC47B397 HARDWARE MONITOR DRIVER | 7286 | SMSC47B397 HARDWARE MONITOR DRIVER |
7259 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> | 7287 | M: Jean Delvare <khali@linux-fr.org> |
7260 | L: lm-sensors@lm-sensors.org | 7288 | L: lm-sensors@lm-sensors.org |
7261 | S: Maintained | 7289 | S: Maintained |
7262 | F: Documentation/hwmon/smsc47b397 | 7290 | F: Documentation/hwmon/smsc47b397 |