| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mvebu-drivers-3.15-2' of git://git.infradead.org/linux-mvebu into ... | Arnd Bergmann | 2014-03-17 | 1 | -12/+37 |
|\ |
|
| * | Power: Reset: Generalize qnap-poweroff to work on Synology devices. | Andrew Lunn | 2014-03-04 | 1 | -12/+37 |
* | | Merge tag 'qcom-drivers-for-3.15' of git://git.kernel.org/pub/scm/linux/kerne... | Arnd Bergmann | 2014-02-25 | 1 | -1/+1 |
|\ \ |
|
| * | | power: reset: msm - switch Kconfig to ARCH_QCOM depends | Kumar Gala | 2014-02-12 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'for-v3.14-fixes' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 2014-02-14 | 3 | -5/+4 |
|\ \
| |/
|/| |
|
| * | power: max17040: Fix NULL pointer dereference when there is no platform_data | Krzysztof Kozlowski | 2014-02-01 | 1 | -2/+3 |
| * | isp1704_charger: remove useless check in isp1704_charger_probe() | Wei Yongjun | 2014-01-25 | 1 | -2/+0 |
| * | power: ds2782_battery: Typo in comment | Matthias Brugger | 2014-01-25 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | power,goldfish: Add dependency on HAS_IOMEM | Richard Weinberger | 2014-01-15 | 1 | -0/+1 |
* | | max17042_battery: Add IRQF_ONESHOT flag to use default irq handler | Jonghwa Lee | 2013-12-23 | 1 | -3/+3 |
* | | gpio-charger: Support wakeup events | Dmitry Eremin-Solenikov | 2013-12-23 | 1 | -1/+18 |
* | | power_supply: Add charger support for Maxim 14577 | Krzysztof Kozlowski | 2013-12-23 | 3 | -0/+319 |
* | | isp1704_charger: Add DT support | Sebastian Reichel | 2013-12-23 | 1 | -4/+50 |
* | | charger-manager: of_cm_parse_desc() should be static | Anton Vorontsov | 2013-12-23 | 1 | -1/+1 |
* | | bq2415x_charger: Add DT support | Sebastian Reichel | 2013-12-23 | 1 | -20/+52 |
* | | power_supply: Add power_supply_get_by_phandle | Sebastian Reichel | 2013-12-23 | 1 | -0/+26 |
* | | bq2415x_charger: Use power_supply notifier for automode | Pali Rohár | 2013-12-23 | 1 | -17/+60 |
* | | power: reset: Add as3722 power-off driver | Laxman Dewangan | 2013-12-23 | 3 | -0/+103 |
* | | charger-manager: Support deivce tree in charger manager driver | Jonghwa Lee | 2013-12-23 | 1 | -3/+135 |
* | | charger-manager: Modify the way of checking battery's temperature | Jonghwa Lee | 2013-12-23 | 1 | -41/+120 |
* | | power_supply: Add power_supply notifier | Pali Rohár | 2013-12-01 | 1 | -0/+18 |
|/ |
|
* | max17042_battery: Fix build errors caused by missing REGMAP_I2C config | Austin Boyle | 2013-12-01 | 1 | -0/+1 |
* | power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activate | Shuah Khan | 2013-12-01 | 1 | -6/+6 |
* | Merge tag 'for-v3.13' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 2013-11-18 | 11 | -351/+751 |
|\ |
|
| * | pm2301-charger: Remove unneeded NULL checks | Dan Carpenter | 2013-11-12 | 1 | -15/+2 |
| * | twl4030_charger: Add devicetree support | NeilBrown | 2013-11-12 | 1 | -3/+44 |
| * | max17042_battery: Support regmap to access device's registers | Jonghwa Lee | 2013-10-25 | 1 | -183/+174 |
| * | max17042_battery: Use SIMPLE_DEV_PM_OPS | Manish Badarkhe | 2013-10-25 | 1 | -11/+5 |
| * | charger-manager : Replace kzalloc to devm_kzalloc and remove uneccessary code | Jonghwa Lee | 2013-10-25 | 1 | -58/+27 |
| * | bq2415x_charger: Fix max battery regulation voltage | Alexandre Belloni | 2013-10-25 | 1 | -1/+5 |
| * | tps65090-charger: Use "IS_ENABLED(CONFIG_OF)" for DT code | Manish Badarkhe | 2013-10-25 | 1 | -14/+5 |
| * | tps65090-charger: Drop devm_free_irq of devm_ allocated irq | Wei Yongjun | 2013-10-25 | 1 | -7/+4 |
| * | power_supply: Add support for bq24735 charger | Darbha Sriharsha | 2013-10-25 | 3 | -0/+426 |
| * | pm2301-charger: Staticize pm2xxx_charger_die_therm_mngt | Sachin Kamat | 2013-10-25 | 1 | -1/+1 |
| * | pm2301-charger: Check return value of regulator_enable | Sachin Kamat | 2013-10-25 | 1 | -2/+6 |
| * | ab8500-charger: Remove redundant break | Sachin Kamat | 2013-10-25 | 1 | -1/+0 |
| * | ab8500-charger: Check return value of regulator_enable | Sachin Kamat | 2013-10-25 | 1 | -4/+12 |
| * | isp1704_charger: Fix driver to work with changes introduced in v3.5 | Pali Rohár | 2013-10-22 | 1 | -51/+40 |
* | | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-15 | 2 | -3/+3 |
|/ |
|
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 1 | -2/+1 |
* | Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 2013-09-10 | 16 | -17/+2054 |
|\ |
|
| * | rx51_battery: Fix channel number when reading adc value | Marek Belisko | 2013-08-30 | 1 | -1/+1 |
| * | power: Add twl4030_madc battery driver. | Marek Belisko | 2013-08-30 | 3 | -0/+253 |
| * | bq24190_charger: Workaround SS definition problem on i386 builds | Anton Vorontsov | 2013-08-28 | 1 | -0/+3 |
| * | power_supply: Prevent suspend until power supply events are processed | Zoran Markovic | 2013-08-27 | 1 | -6/+32 |
| * | vexpress-poweroff: Should depend on the required infrastructure | Pawel Moll | 2013-08-27 | 1 | -1/+1 |
| * | twl4030-charger: Fix compiler warning with regulator_enable() | Peter Ujfalusi | 2013-08-27 | 1 | -1/+6 |
| * | rx51_battery: Replace hardcoded channels values. | Marek Belisko | 2013-08-27 | 1 | -4/+8 |
| * | bq24190_charger: Add support for TI BQ24190 Battery Charger | Mark A. Greer | 2013-08-27 | 3 | -0/+1553 |