aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
Commit message (Expand)AuthorAgeFilesLines
* power: max17040: Avoid extra alarm wakeup if worker running at suspendTodd Poynor2011-09-271-0/+1
* power: max17040: Don't report bad data on I2C read errorTodd Poynor2011-09-251-13/+24
* power: max17040: dump gauge state on every poll cycleMarty Fouts2011-09-221-0/+5
* power: max17040: Add property to display the temperature, battery typeSON HONG MIN2011-09-151-0/+8
* power: max17040: Add Discharging, Recharging concept.SON HONG MIN2011-09-131-7/+144
* power:max17040: low SOC alert interruptLarry Guan2011-09-121-0/+42
* Revert "power: max17040: Replace unnecessary TO_FIXED after 16-bit read conve...Todd Poynor2011-09-011-1/+2
* power: max17040: Replace unnecessary TO_FIXED after 16-bit read conversion.Todd Poynor2011-09-011-2/+1
* power:max17040: Modified the driver to use 16 bits register read/writeLarry Guan2011-09-011-25/+21
* power: max17040: add support for scaling the reported capacityDima Zavin2011-08-251-1/+17
* power: max17040: Change gaging cycle as to use alarmHong-Min Son2011-08-111-40/+115
* power: max17040: Fix bad merge of skip reset at probeTodd Poynor2011-07-221-6/+3
* power: max17040: Allow reset on probe to be skippedHong-Min Son2011-07-201-0/+5
* power: max17040: Fix crash on race scheduling worker at probeTodd Poynor2011-07-201-4/+3
* power: max17040: Wait for worker cancel before removeTodd Poynor2011-07-201-1/+1
* Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Colin Cross2011-07-111-12/+59
|\
| * pda_power: add support for using otg transceiver eventsDima Zavin2011-07-111-12/+59
* | power: max17040_battery: update power_supply on status or level changeAxel Haslam2011-07-101-0/+6
* | power: max17040_battery: update status on ext power changed eventDima Zavin2011-07-101-4/+21
* | power: max17040_battery: work delay was meant to be in msecsDima Zavin2011-06-231-3/+3
* | power: max17040_battery: clamp capacity down to 100%Dima Zavin2011-06-231-1/+1
* | power: max17040_battery: hw reports voltage in units of 1.25mVDima Zavin2011-06-231-1/+1
* | power: max17040_battery: Trigger a quick start after resetColin Cross2011-06-141-0/+5
|/
* power_supply: Hold a wake_lock while power supply change notifications are pe...Arve Hjønnevåg2011-06-141-4/+26
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2011-05-279-22/+729
|\
| * PXA: Use dev_pm_ops in z2_batteryMarek Vasut2011-05-201-6/+14
| * ds2760_battery: Fix rated capacity of the hx4700 1800mAh batteryPaul Parsons2011-05-201-0/+4
| * ds2760_battery: Fix indexing of the 4 active full EEPROM registersPaul Parsons2011-05-201-1/+1
| * power: Make test_power driver more dynamic.John Stultz2011-05-201-10/+266
| * bq27x00_battery: Name of cycle count propertyPali Rohár2011-05-201-5/+6
| * max8903_charger: Add GENERIC_HARDIRQS as a dependency (fixes S390 build)Anton Vorontsov2011-04-221-0/+1
| * isp1704_charger: Allow board specific powering routineKalle Jokiniemi2011-04-201-0/+22
| * gpio-charger: Add gpio_charger_resumeBenson Leung2011-04-201-0/+15
| * power_supply: Add driver for MAX8903 chargerMyungJoo Ham2011-04-203-0/+400
* | w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC supportClifton Barnes2011-05-263-0/+861
* | power_supply: Use max8925 platform_data from cellHaojian Zhuang2011-05-261-8/+2
* | Merge branch 'master' into for-nextJiri Kosina2011-04-2611-230/+885
|\ \ | |/
| * drivers: Final irq namespace conversionThomas Gleixner2011-03-291-2/+2
| * Merge git://git.infradead.org/battery-2.6Linus Torvalds2011-03-2510-226/+881
| |\
| | * bq20z75: Fix time and temp unitsBenson Leung2011-03-161-6/+12
| | * bq20z75: Fix issues with present and suspendRhyland Klein2011-03-161-11/+21
| | * z2_battery: Fix count of propertiesVasily Khoruzhick2011-03-161-0/+2
| | * s3c_adc_battery: Fix method names when PM not setHeiko Stuebner2011-03-161-2/+2
| | * z2_battery: Add MODULE_DEVICE_TABLEAxel Lin2011-03-011-0/+1
| | * ds2782_battery: Add MODULE_DEVICE_TABLEAxel Lin2011-03-011-0/+1
| | * bq20z75: Add MODULE_DEVICE_TABLEAxel Lin2011-03-011-0/+1
| | * bq20z75: Add i2c retry mechanismRhyland Klein2011-03-011-6/+31
| | * bq20z75: Add optional battery detect gpioRhyland Klein2011-03-011-31/+129
| | * Merge branch 'bq27x00-for-upstream' of git://git.metafoo.de/linux-2.6Anton Vorontsov2011-02-284-171/+574
| | |\
| | | * bq27x00: Use single i2c_transfer call for property readGrazvydas Ignotas2011-02-221-16/+11