| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | ab8500-charger: We print an unintended error message | Dan Carpenter | 2013-08-27 | 1 | -0/+1 |
| * | max8925_power: Fix missing of_node_put | Libo Chen | 2013-08-27 | 1 | -0/+1 |
| * | power_supply: Replace strict_strtol() with kstrtol() | Jingoo Han | 2013-08-09 | 1 | -1/+1 |
| * | power: Add APM X-Gene system reboot driver | Loc Ho | 2013-08-09 | 3 | -0/+111 |
| * | power_supply: tosa_battery: Get rid of irq_to_gpio usage | Andrea Adami | 2013-08-09 | 1 | -1/+1 |
| * | power supply: collie_battery: Convert to use dev_pm_ops | Andrea Adami | 2013-08-09 | 1 | -1/+1 |
| * | power_supply: Make goldfish_battery depend on GOLDFISH || COMPILE_TEST | Paul Gortmaker | 2013-08-09 | 1 | -1/+1 |
| * | power: reset: Add msm restart support | Abhimanyu Kapur | 2013-08-09 | 3 | -0/+80 |
* | | treewide: Fix typo in printk | Masanari Iida | 2013-08-20 | 2 | -3/+3 |
|/ |
|
* | Merge tag 'for-v3.11' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 2013-07-10 | 21 | -124/+191 |
|\ |
|
| * | charger-manager: Fix regulator_get() return check | Jonghwa Lee | 2013-06-28 | 1 | -3/+2 |
| * | charger-manager: Fix a bug when it unregisters notifier block of extcon | Jonghwa Lee | 2013-06-28 | 1 | -1/+3 |
| * | tps65090-charger: Add dt node to power_supply | Rhyland Klein | 2013-06-28 | 1 | -0/+1 |
| * | sbs-battery: Add dt to power_supply struct | Rhyland Klein | 2013-06-28 | 1 | -0/+1 |
| * | power_supply: Add of_node_put to fix refcount | Rhyland Klein | 2013-06-28 | 1 | -0/+4 |
| * | power/reset: Make the vexpress driver optional on arm and arm64 | Pawel Moll | 2013-06-21 | 1 | -1/+2 |
| * | charger-manager: Add missing newlines, fix a couple of typos, add pr_fmt | Joe Perches | 2013-06-09 | 1 | -80/+57 |
| * | tps65090-charger: Fix AC detect | Andrew Chew | 2013-06-09 | 1 | -5/+30 |
| * | charger-manager: Ensure event is not used as format string | Kees Cook | 2013-06-06 | 1 | -1/+1 |
| * | power_supply: Replace strict_strtoul() with kstrtoul() | Jingoo Han | 2013-06-06 | 2 | -7/+7 |
| * | generic-adc-battery: Fix checking if none of the channels are supported | Axel Lin | 2013-06-06 | 1 | -1/+3 |
| * | power: Use platform_{get,set}_drvdata() | Jingoo Han | 2013-06-06 | 2 | -3/+3 |
| * | pm2301_charger: Return error if create_singlethread_workqueue fails | Axel Lin | 2013-06-06 | 1 | -2/+2 |
| * | pm2301_charger: Fix NULL pointer dereference | Axel Lin | 2013-06-06 | 1 | -1/+6 |