summaryrefslogtreecommitdiffstats
path: root/drivers/power/bq27x00_battery.c
Commit message (Expand)AuthorAgeFilesLines
* bq27x00_battery: Fix error return codeJulia Lawall2012-08-221-1/+2
* bq27x00_battery: Add support for BQ27425 chipSaranya Gopal2012-07-131-15/+69
* bq27x00_battery: Add support for power average and health propertiesSyed Rafiuddin2012-06-191-0/+71
* Merge branch 'master' into for-nextJiri Kosina2012-04-081-10/+5
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-2/+2
| |\
| * | bq27x00_battery: Fix flag register readGrazvydas Ignotas2012-02-011-1/+1
| * | Revert "bq27x00_battery: Fix reporting status value for bq27500 battery"Anton Vorontsov2012-02-011-9/+4
* | | Fix typo milivolt => millivoltThomas Weber2012-04-051-1/+1
| |/ |/|
* | power: bq27x00: Fix typos in commentThomas Weber2012-02-211-2/+2
|/
* bq27x00_battery: Fix OOPS caused by unregistring bq27x00 driverPali Rohár2011-11-261-0/+8
* bq27x00_battery: Fix reporting error messagesPali Rohár2011-11-261-7/+14
* bq27x00_battery: Fix reporting status value for bq27500 batteryPali Rohár2011-11-251-4/+9
* bq27x00_battery: Cache temperature value in converted unitPali Rohár2011-11-251-21/+24
* bq27x00_battery: Cache energy propertyPali Rohár2011-11-251-27/+26
* bq27x00_battery: Report -ENODATA if bq27000 battery was not calibratedPali Rohár2011-11-251-5/+14
* bq27x00_battery: Add support for property POWER_SUPPLY_PROP_CAPACITY_LEVELPali Rohár2011-11-251-1/+39
* bq27x00_battery: Do not cache current_now value for bq27000 bateryPali Rohár2011-11-251-14/+5
* 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