diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-05-12 18:49:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-05-12 18:49:29 -0400 |
commit | cc49e8c9e66d4c52b121de0da666393c4140c0f2 (patch) | |
tree | bf213afb91e09dbba66a5b51c5312b423e675884 /MAINTAINERS | |
parent | 4cfceaf0c087f47033f5e61a801f4136d6fb68c6 (diff) | |
parent | 8ebb7e9c1a502cfc300618c19c3c6f06fc76d237 (diff) |
Merge tag 'for-v4.1-rc' of git://git.infradead.org/battery-2.6
Pull power supply and reset fixes from Sebastian Reichel:
"misc fixes"
* tag 'for-v4.1-rc' of git://git.infradead.org/battery-2.6:
power: bq27x00_battery: Add missing MODULE_ALIAS
power: reset: Add MFD_SYSCON depends for brcmstb
power: reset: ltc2952: Remove bogus hrtimer_start() return value checks
power_supply: fix oops in collie_battery driver
power/reset: at91: fix return value check in at91_reset_platform_probe()
MAINTAINERS: Add me as maintainer of Nokia N900 power supply drivers
axp288_fuel_gauge: Add original author details
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 590304b96b03..246ca6964158 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6959,6 +6959,17 @@ T: git git://git.rocketboards.org/linux-socfpga-next.git | |||
6959 | S: Maintained | 6959 | S: Maintained |
6960 | F: arch/nios2/ | 6960 | F: arch/nios2/ |
6961 | 6961 | ||
6962 | NOKIA N900 POWER SUPPLY DRIVERS | ||
6963 | M: Pali Rohár <pali.rohar@gmail.com> | ||
6964 | S: Maintained | ||
6965 | F: include/linux/power/bq2415x_charger.h | ||
6966 | F: include/linux/power/bq27x00_battery.h | ||
6967 | F: include/linux/power/isp1704_charger.h | ||
6968 | F: drivers/power/bq2415x_charger.c | ||
6969 | F: drivers/power/bq27x00_battery.c | ||
6970 | F: drivers/power/isp1704_charger.c | ||
6971 | F: drivers/power/rx51_battery.c | ||
6972 | |||
6962 | NTB DRIVER | 6973 | NTB DRIVER |
6963 | M: Jon Mason <jdmason@kudzu.us> | 6974 | M: Jon Mason <jdmason@kudzu.us> |
6964 | M: Dave Jiang <dave.jiang@intel.com> | 6975 | M: Dave Jiang <dave.jiang@intel.com> |