diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-06 21:21:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-06 21:21:15 -0400 |
commit | 021723e6c5a5e7b50eb68f9812418406de9860b2 (patch) | |
tree | fe22465563a9056925f0e4edd236d9a6c456e6cc /MAINTAINERS | |
parent | c6594fc6af1924b7fdce600088b10e3b3b159fb7 (diff) | |
parent | 1d72706f0485b58e151b5a7584c4c65d66670587 (diff) |
Merge tag 'for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
Pull power supply and reset updates from Sebastian Reichel:
- move power supply drivers to drivers/power/supply
- unify location of power supply DT documentation
- tps65217-charger: IRQ support
- act8945a-charger: misc. cleanups & improvements
- sbs-battery cleanup
- fix users of deprecated create_singlethread_workqueue()
- misc fixes.
* tag 'for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply: (46 commits)
power: supply: bq27xxx_battery: allow kernel poll_interval parameter runtime update
power: supply: sbs-battery: Cleanup removal of chip->pdata
power: reset: st: Remove obsolete platforms from dt doc
power: reset: st-poweroff: Remove obsolete platforms.
power: reset: zx-reboot: Unmap region obtained by of_iomap
power: reset: xgene-reboot: Unmap region obtained by of_iomap
power: supply: ab8500: cleanup with list_first_entry_or_null()
power: reset: add in missing white space in error message text
sbs-battery: make writes to ManufacturerAccess optional
power: bq24257: Fix use of uninitialized pointer bq->charger
power: supply: sbs-battery: simplify DT parsing
power: supply: bq24735-charger: Request status GPIO with initial input setup
power: supply: sbs-battery: Use gpio_desc and sleeping calls for battery detect
power: supply: act8945a_charger: Add max current property
power: supply: act8945a_charger: Add capacity level property
doc: bindings: power: act8945a-charger: Update properties.
power: supply: act8945a_charger: Fix the power supply type
power: supply: act8945a_charger: Add status change update support
power: supply: act8945a_charger: Improve state handling
power: supply: act8945a_charger: Remove "battery_temperature"
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 464437dbfa26..40f462966564 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3784,8 +3784,8 @@ F: drivers/leds/leds-da90??.c | |||
3784 | F: drivers/mfd/da903x.c | 3784 | F: drivers/mfd/da903x.c |
3785 | F: drivers/mfd/da90??-*.c | 3785 | F: drivers/mfd/da90??-*.c |
3786 | F: drivers/mfd/da91??-*.c | 3786 | F: drivers/mfd/da91??-*.c |
3787 | F: drivers/power/da9052-battery.c | 3787 | F: drivers/power/supply/da9052-battery.c |
3788 | F: drivers/power/da91??-*.c | 3788 | F: drivers/power/supply/da91??-*.c |
3789 | F: drivers/regulator/da903x.c | 3789 | F: drivers/regulator/da903x.c |
3790 | F: drivers/regulator/da9???-regulator.[ch] | 3790 | F: drivers/regulator/da9???-regulator.[ch] |
3791 | F: drivers/rtc/rtc-da90??.c | 3791 | F: drivers/rtc/rtc-da90??.c |
@@ -7579,8 +7579,8 @@ M: Krzysztof Kozlowski <krzk@kernel.org> | |||
7579 | M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 7579 | M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
7580 | L: linux-pm@vger.kernel.org | 7580 | L: linux-pm@vger.kernel.org |
7581 | S: Supported | 7581 | S: Supported |
7582 | F: drivers/power/max14577_charger.c | 7582 | F: drivers/power/supply/max14577_charger.c |
7583 | F: drivers/power/max77693_charger.c | 7583 | F: drivers/power/supply/max77693_charger.c |
7584 | 7584 | ||
7585 | MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS | 7585 | MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS |
7586 | M: Javier Martinez Canillas <javier@osg.samsung.com> | 7586 | M: Javier Martinez Canillas <javier@osg.samsung.com> |
@@ -8486,11 +8486,11 @@ R: Pali Rohár <pali.rohar@gmail.com> | |||
8486 | F: include/linux/power/bq2415x_charger.h | 8486 | F: include/linux/power/bq2415x_charger.h |
8487 | F: include/linux/power/bq27xxx_battery.h | 8487 | F: include/linux/power/bq27xxx_battery.h |
8488 | F: include/linux/power/isp1704_charger.h | 8488 | F: include/linux/power/isp1704_charger.h |
8489 | F: drivers/power/bq2415x_charger.c | 8489 | F: drivers/power/supply/bq2415x_charger.c |
8490 | F: drivers/power/bq27xxx_battery.c | 8490 | F: drivers/power/supply/bq27xxx_battery.c |
8491 | F: drivers/power/bq27xxx_battery_i2c.c | 8491 | F: drivers/power/supply/bq27xxx_battery_i2c.c |
8492 | F: drivers/power/isp1704_charger.c | 8492 | F: drivers/power/supply/isp1704_charger.c |
8493 | F: drivers/power/rx51_battery.c | 8493 | F: drivers/power/supply/rx51_battery.c |
8494 | 8494 | ||
8495 | NTB DRIVER CORE | 8495 | NTB DRIVER CORE |
8496 | M: Jon Mason <jdmason@kudzu.us> | 8496 | M: Jon Mason <jdmason@kudzu.us> |
@@ -9490,16 +9490,12 @@ F: drivers/powercap/ | |||
9490 | 9490 | ||
9491 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS | 9491 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
9492 | M: Sebastian Reichel <sre@kernel.org> | 9492 | M: Sebastian Reichel <sre@kernel.org> |
9493 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||
9494 | M: David Woodhouse <dwmw2@infradead.org> | ||
9495 | L: linux-pm@vger.kernel.org | 9493 | L: linux-pm@vger.kernel.org |
9496 | T: git git://git.infradead.org/battery-2.6.git | 9494 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git |
9497 | S: Maintained | 9495 | S: Maintained |
9498 | F: Documentation/devicetree/bindings/power/ | 9496 | F: Documentation/devicetree/bindings/power/supply/ |
9499 | F: Documentation/devicetree/bindings/power_supply/ | ||
9500 | F: include/linux/power_supply.h | 9497 | F: include/linux/power_supply.h |
9501 | F: drivers/power/ | 9498 | F: drivers/power/supply/ |
9502 | X: drivers/power/avs/ | ||
9503 | 9499 | ||
9504 | POWER STATE COORDINATION INTERFACE (PSCI) | 9500 | POWER STATE COORDINATION INTERFACE (PSCI) |
9505 | M: Mark Rutland <mark.rutland@arm.com> | 9501 | M: Mark Rutland <mark.rutland@arm.com> |
@@ -10514,8 +10510,8 @@ F: drivers/thunderbolt/ | |||
10514 | TI BQ27XXX POWER SUPPLY DRIVER | 10510 | TI BQ27XXX POWER SUPPLY DRIVER |
10515 | R: Andrew F. Davis <afd@ti.com> | 10511 | R: Andrew F. Davis <afd@ti.com> |
10516 | F: include/linux/power/bq27xxx_battery.h | 10512 | F: include/linux/power/bq27xxx_battery.h |
10517 | F: drivers/power/bq27xxx_battery.c | 10513 | F: drivers/power/supply/bq27xxx_battery.c |
10518 | F: drivers/power/bq27xxx_battery_i2c.c | 10514 | F: drivers/power/supply/bq27xxx_battery_i2c.c |
10519 | 10515 | ||
10520 | TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER | 10516 | TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER |
10521 | M: John Stultz <john.stultz@linaro.org> | 10517 | M: John Stultz <john.stultz@linaro.org> |
@@ -11512,6 +11508,14 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git | |||
11512 | S: Supported | 11508 | S: Supported |
11513 | F: drivers/mfd/syscon.c | 11509 | F: drivers/mfd/syscon.c |
11514 | 11510 | ||
11511 | SYSTEM RESET/SHUTDOWN DRIVERS | ||
11512 | M: Sebastian Reichel <sre@kernel.org> | ||
11513 | L: linux-pm@vger.kernel.org | ||
11514 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git | ||
11515 | S: Maintained | ||
11516 | F: Documentation/devicetree/bindings/power/reset/ | ||
11517 | F: drivers/power/reset/ | ||
11518 | |||
11515 | SYSV FILESYSTEM | 11519 | SYSV FILESYSTEM |
11516 | M: Christoph Hellwig <hch@infradead.org> | 11520 | M: Christoph Hellwig <hch@infradead.org> |
11517 | S: Maintained | 11521 | S: Maintained |
@@ -11860,7 +11864,7 @@ F: include/linux/platform_data/lp855x.h | |||
11860 | TI LP8727 CHARGER DRIVER | 11864 | TI LP8727 CHARGER DRIVER |
11861 | M: Milo Kim <milo.kim@ti.com> | 11865 | M: Milo Kim <milo.kim@ti.com> |
11862 | S: Maintained | 11866 | S: Maintained |
11863 | F: drivers/power/lp8727_charger.c | 11867 | F: drivers/power/supply/lp8727_charger.c |
11864 | F: include/linux/platform_data/lp8727.h | 11868 | F: include/linux/platform_data/lp8727.h |
11865 | 11869 | ||
11866 | TI LP8788 MFD DRIVER | 11870 | TI LP8788 MFD DRIVER |
@@ -11869,7 +11873,7 @@ S: Maintained | |||
11869 | F: drivers/iio/adc/lp8788_adc.c | 11873 | F: drivers/iio/adc/lp8788_adc.c |
11870 | F: drivers/leds/leds-lp8788.c | 11874 | F: drivers/leds/leds-lp8788.c |
11871 | F: drivers/mfd/lp8788*.c | 11875 | F: drivers/mfd/lp8788*.c |
11872 | F: drivers/power/lp8788-charger.c | 11876 | F: drivers/power/supply/lp8788-charger.c |
11873 | F: drivers/regulator/lp8788-*.c | 11877 | F: drivers/regulator/lp8788-*.c |
11874 | F: include/linux/mfd/lp8788*.h | 11878 | F: include/linux/mfd/lp8788*.h |
11875 | 11879 | ||
@@ -12946,7 +12950,7 @@ F: drivers/input/touchscreen/wm97*.c | |||
12946 | F: drivers/mfd/arizona* | 12950 | F: drivers/mfd/arizona* |
12947 | F: drivers/mfd/wm*.c | 12951 | F: drivers/mfd/wm*.c |
12948 | F: drivers/mfd/cs47l24* | 12952 | F: drivers/mfd/cs47l24* |
12949 | F: drivers/power/wm83*.c | 12953 | F: drivers/power/supply/wm83*.c |
12950 | F: drivers/rtc/rtc-wm83*.c | 12954 | F: drivers/rtc/rtc-wm83*.c |
12951 | F: drivers/regulator/wm8*.c | 12955 | F: drivers/regulator/wm8*.c |
12952 | F: drivers/video/backlight/wm83*_bl.c | 12956 | F: drivers/video/backlight/wm83*_bl.c |