summaryrefslogtreecommitdiffstats
path: root/drivers/power/ab8500_fg.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-2/+2
* power_supply: Replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-061-3/+3
* ab8500_bm: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-061-1/+0
* ab8500_{bmdata,fg}: Add const attributes to some data arraysHongbo Zhang2013-04-161-2/+2
* ab8500-fg: Change current calculationlme004372013-03-071-4/+4
* ab8500-bm: Trivially fix up some incorrect and out-of-date commentsMarcus Cooper2013-03-071-2/+2
* ab8500-charger: Remove duplicate codeLee Jones2013-03-071-1/+0
* ab8500-fg: Allow capacity to raise from 1% when chargingHakan Berg2013-03-071-4/+2
* ab8500-fg: Report unscaled capacityMartin Bergstrom2013-03-071-3/+1
* ab8500-fg: Add power cut feature for ab8505 and ab8540Lee Jones2013-03-071-0/+474
* ab8500-fg: Use correct battery charge full designRajkumar Kasirajan2013-01-231-1/+2
* ab8500-bm: Flush all work queues before suspendingJonas Aaberg2013-01-231-0/+5
* ab8500-fg: Go to INIT_RECOVERY when charger removedMartin Bergström2013-01-231-1/+1
* ab8500-fg: Adjust for RF bursts voltage dropsHakan Berg2013-01-231-14/+27
* ab8500_fg: Remove pointless round_jiffies() callLee Jones2013-01-151-1/+1
* ab8500_fg: Overflow in current calculationPaer-Olof Haakansson2013-01-151-5/+4
* ab8500_fg: Added support for BATT_OVVHakan Berg2013-01-151-15/+15
* ab8500_fg: Round capacity outputpender012013-01-151-13/+15
* ab8500_fg: Balance IRQ enableRickard Andersson2013-01-151-0/+1
* ab8500_bm: Recharge condition not optimal for batteryMarcus Cooper2013-01-151-11/+135
* ab8500_fg: Replace msleep() with usleep_range() for greater accuracyJonas Aaberg2013-01-151-1/+1
* ab8500_bm: Skip first CCEOC irq for instant currentJohan Bjornstedt2013-01-151-8/+55
* Merge branch 'for-anton' of git://git.linaro.org/people/ljones/linux-3.0-ux500Anton Vorontsov2013-01-051-62/+61
|\
| * ab8500_fg: Reorder obtainment of platform specific battery management dataLee Jones2012-12-111-14/+13
| * ab8500_bm: Always send platform specific battery information via pdataLee Jones2012-12-111-1/+1
| * ab8500_bm: Rename battery management platform data to something more logicalLee Jones2012-12-111-48/+48
| * ab8500_fg: Don't clear the CCMuxOffset bitKalle Komierowski2012-12-111-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAnton Vorontsov2012-12-111-3/+3
|\ \ | |/ |/|
| * power: remove use of __devexitBill Pemberton2012-11-281-1/+1
| * power: remove use of __devinitBill Pemberton2012-11-281-1/+1
| * power: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* | ab8500: Add devicetree support for fuelgaugeRajanikanth H.V2012-11-181-40/+42
|/
* Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds2012-10-071-0/+1
|\
| * ab8500_fg: Fix error return codeJulia Lawall2012-08-221-0/+1
* | workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-211-4/+4
|/
* ab8500: Clean up probe routinesLee Jones2012-05-051-6/+10
* ab8500_fg: Harden platform data checkLinus Walleij2012-05-051-2/+2
* ab8500_fg: Fix some build warnings on x86_64Anton Vorontsov2012-03-261-2/+2
* ab8500: Turn unneeded global symbols into local onesAnton Vorontsov2012-03-261-1/+1
* ab8500_fg: Fix copy-paste errorAnton Vorontsov2012-03-261-1/+1
* ab8500_fg: Get rid of 'struct battery_type'Anton Vorontsov2012-03-261-1/+2
* ab8500_fg: Get rid of 'struct v_to_cap'Anton Vorontsov2012-03-261-1/+1
* ab8500-fg: A8500 fuel gauge driverArun Murthy2012-03-261-0/+2636