aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/bq27x00_battery.c
Commit message (Expand)AuthorAgeFilesLines
* bq27x00_battery: Name of cycle count propertyPali Rohár2011-05-201-5/+6
* bq27x00: Use single i2c_transfer call for property readGrazvydas Ignotas2011-02-221-16/+11
* bq27x00: Cleanup bq27x00_i2c_readLars-Peter Clausen2011-02-221-21/+24
* bq27x00: Minor cleanupsPali Rohár2011-02-221-2/+2
* bq27x00: Give more specific reports on battery statusLars-Peter Clausen2011-02-221-1/+6
* bq27x00: Add MODULE_DEVICE_TABLEPali Rohár2011-02-221-0/+1
* bq27x00: Add new propertiesPali Rohár2011-02-221-1/+151
* bq27x00: Poll battery stateLars-Peter Clausen2011-02-221-5/+53
* bq27x00: Cache battery registersLars-Peter Clausen2011-02-221-121/+150
* bq27x00: Add bq27000 supportLars-Peter Clausen2011-02-221-15/+169
* bq27x00: Prepare code for addition of bq27000 platform driverLars-Peter Clausen2011-02-221-47/+39
* bq27x00: Return -ENODEV for properties if the battery is not presentLars-Peter Clausen2011-02-221-2/+7
* bq27x00: Fix CURRENT_NOW propertyPali Rohár2011-02-221-2/+5
* bq27x00: Improve temperature property precessionLars-Peter Clausen2011-02-221-1/+1
* bq27x00: Add type propertyLars-Peter Clausen2011-02-221-0/+4
* bq27x00_battery: Add missing kfree(di->bus) in bq27x00_battery_remove()Axel Lin2010-10-061-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* power_supply: bq27x00: fix voltage and current unitsGrazvydas Ignotas2010-02-271-3/+3
* power_supply: bq27x00: add status and time propertiesGrazvydas Ignotas2010-02-271-2/+79
* power_supply: bq27x00: add BQ27500 supportGrazvydas Ignotas2010-02-161-28/+49
* power_supply: bq27x00: fix temperature conversionGrazvydas Ignotas2010-02-161-2/+2
* power_supply: bq27x00: remove unused struct fieldsGrazvydas Ignotas2010-02-161-4/+0
* power_supply: bq27x00: remove double endian swapGrazvydas Ignotas2010-02-161-8/+3
* trivial: Fix misspelling of "Celsius".Adam Buchbinder2009-03-301-1/+1
* bq27x00_battery: use unaligned access helperHarvey Harrison2008-09-261-3/+2
* power_supply: Support for Texas Instruments BQ27200 battery managersRodolfo Giometti2008-09-011-0/+382