aboutsummaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)Author
2014-02-14Merge tag 'for-v3.14-fixes' of git://git.infradead.org/battery-2.6Linus Torvalds
2014-02-01power: max17040: Fix NULL pointer dereference when there is no platform_dataKrzysztof Kozlowski
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-25isp1704_charger: remove useless check in isp1704_charger_probe()Wei Yongjun
2014-01-25power: ds2782_battery: Typo in commentMatthias Brugger
2014-01-15power,goldfish: Add dependency on HAS_IOMEMRichard Weinberger
2013-12-23max17042_battery: Add IRQF_ONESHOT flag to use default irq handlerJonghwa Lee
2013-12-23gpio-charger: Support wakeup eventsDmitry Eremin-Solenikov
2013-12-23power_supply: Add charger support for Maxim 14577Krzysztof Kozlowski
2013-12-23isp1704_charger: Add DT supportSebastian Reichel
2013-12-23charger-manager: of_cm_parse_desc() should be staticAnton Vorontsov
2013-12-23bq2415x_charger: Add DT supportSebastian Reichel
2013-12-23power_supply: Add power_supply_get_by_phandleSebastian Reichel
2013-12-23bq2415x_charger: Use power_supply notifier for automodePali Rohár
2013-12-23power: reset: Add as3722 power-off driverLaxman Dewangan
2013-12-23charger-manager: Support deivce tree in charger manager driverJonghwa Lee
2013-12-23charger-manager: Modify the way of checking battery's temperatureJonghwa Lee
2013-12-01power_supply: Add power_supply notifierPali Rohár
2013-12-01max17042_battery: Fix build errors caused by missing REGMAP_I2C configAustin Boyle
2013-12-01power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activateShuah Khan
2013-11-18Merge tag 'for-v3.13' of git://git.infradead.org/battery-2.6Linus Torvalds
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-12pm2301-charger: Remove unneeded NULL checksDan Carpenter
2013-11-12twl4030_charger: Add devicetree supportNeilBrown
2013-10-25max17042_battery: Support regmap to access device's registersJonghwa Lee
2013-10-25max17042_battery: Use SIMPLE_DEV_PM_OPSManish Badarkhe
2013-10-25charger-manager : Replace kzalloc to devm_kzalloc and remove uneccessary codeJonghwa Lee
2013-10-25bq2415x_charger: Fix max battery regulation voltageAlexandre Belloni
2013-10-25tps65090-charger: Use "IS_ENABLED(CONFIG_OF)" for DT codeManish Badarkhe
2013-10-25tps65090-charger: Drop devm_free_irq of devm_ allocated irqWei Yongjun
2013-10-25power_supply: Add support for bq24735 chargerDarbha Sriharsha
2013-10-25pm2301-charger: Staticize pm2xxx_charger_die_therm_mngtSachin Kamat
2013-10-25pm2301-charger: Check return value of regulator_enableSachin Kamat
2013-10-25ab8500-charger: Remove redundant breakSachin Kamat
2013-10-25ab8500-charger: Check return value of regulator_enableSachin Kamat
2013-10-22isp1704_charger: Fix driver to work with changes introduced in v3.5Pali Rohár
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-09-10Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6Linus Torvalds
2013-08-30rx51_battery: Fix channel number when reading adc valueMarek Belisko
2013-08-30power: Add twl4030_madc battery driver.Marek Belisko
2013-08-28bq24190_charger: Workaround SS definition problem on i386 buildsAnton Vorontsov
2013-08-27power_supply: Prevent suspend until power supply events are processedZoran Markovic
2013-08-27vexpress-poweroff: Should depend on the required infrastructurePawel Moll
2013-08-27twl4030-charger: Fix compiler warning with regulator_enable()Peter Ujfalusi
2013-08-27rx51_battery: Replace hardcoded channels values.Marek Belisko
2013-08-27bq24190_charger: Add support for TI BQ24190 Battery ChargerMark A. Greer
2013-08-27ab8500-charger: We print an unintended error messageDan Carpenter
2013-08-27max8925_power: Fix missing of_node_putLibo Chen
2013-08-20treewide: Fix typo in printkMasanari Iida
2013-08-09power_supply: Replace strict_strtol() with kstrtol()Jingoo Han