aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/bq27x00_battery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-20bq27x00_battery: Name of cycle count propertyPali Rohár1-5/+6
2011-02-22bq27x00: Use single i2c_transfer call for property readGrazvydas Ignotas1-16/+11
2011-02-22bq27x00: Cleanup bq27x00_i2c_readLars-Peter Clausen1-21/+24
2011-02-22bq27x00: Minor cleanupsPali Rohár1-2/+2
2011-02-22bq27x00: Give more specific reports on battery statusLars-Peter Clausen1-1/+6
2011-02-22bq27x00: Add MODULE_DEVICE_TABLEPali Rohár1-0/+1
2011-02-22bq27x00: Add new propertiesPali Rohár1-1/+151
2011-02-22bq27x00: Poll battery stateLars-Peter Clausen1-5/+53
2011-02-22bq27x00: Cache battery registersLars-Peter Clausen1-121/+150
2011-02-22bq27x00: Add bq27000 supportLars-Peter Clausen1-15/+169
2011-02-22bq27x00: Prepare code for addition of bq27000 platform driverLars-Peter Clausen1-47/+39
2011-02-22bq27x00: Return -ENODEV for properties if the battery is not presentLars-Peter Clausen1-2/+7
2011-02-22bq27x00: Fix CURRENT_NOW propertyPali Rohár1-2/+5
2011-02-22bq27x00: Improve temperature property precessionLars-Peter Clausen1-1/+1
2011-02-22bq27x00: Add type propertyLars-Peter Clausen1-0/+4
2010-10-06bq27x00_battery: Add missing kfree(di->bus) in bq27x00_battery_remove()Axel Lin1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-27power_supply: bq27x00: fix voltage and current unitsGrazvydas Ignotas1-3/+3
2010-02-27power_supply: bq27x00: add status and time propertiesGrazvydas Ignotas1-2/+79
2010-02-16power_supply: bq27x00: add BQ27500 supportGrazvydas Ignotas1-28/+49
2010-02-16power_supply: bq27x00: fix temperature conversionGrazvydas Ignotas1-2/+2
2010-02-16power_supply: bq27x00: remove unused struct fieldsGrazvydas Ignotas1-4/+0
2010-02-16power_supply: bq27x00: remove double endian swapGrazvydas Ignotas1-8/+3
2009-03-30trivial: Fix misspelling of "Celsius".Adam Buchbinder1-1/+1
2008-09-26bq27x00_battery: use unaligned access helperHarvey Harrison1-3/+2
2008-09-01power_supply: Support for Texas Instruments BQ27200 battery managersRodolfo Giometti1-0/+382