aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/ab8500_fg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-20power: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15power: ab8500_fg.c: use 64-bit time typesEbru Akagunduz1-8/+9
2014-10-05power: ab8500_fg: Fix build warningGuenter Roeck1-4/+5
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-06-06power_supply: Replace strict_strtoul() with kstrtoul()Jingoo Han1-3/+3
2013-06-06ab8500_bm: Remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-04-16ab8500_{bmdata,fg}: Add const attributes to some data arraysHongbo Zhang1-2/+2
2013-03-07ab8500-fg: Change current calculationlme004371-4/+4
2013-03-07ab8500-bm: Trivially fix up some incorrect and out-of-date commentsMarcus Cooper1-2/+2
2013-03-07ab8500-charger: Remove duplicate codeLee Jones1-1/+0
2013-03-07ab8500-fg: Allow capacity to raise from 1% when chargingHakan Berg1-4/+2
2013-03-07ab8500-fg: Report unscaled capacityMartin Bergstrom1-3/+1
2013-03-07ab8500-fg: Add power cut feature for ab8505 and ab8540Lee Jones1-0/+474
2013-01-23ab8500-fg: Use correct battery charge full designRajkumar Kasirajan1-1/+2
2013-01-23ab8500-bm: Flush all work queues before suspendingJonas Aaberg1-0/+5
2013-01-23ab8500-fg: Go to INIT_RECOVERY when charger removedMartin Bergström1-1/+1
2013-01-23ab8500-fg: Adjust for RF bursts voltage dropsHakan Berg1-14/+27
2013-01-15ab8500_fg: Remove pointless round_jiffies() callLee Jones1-1/+1
2013-01-15ab8500_fg: Overflow in current calculationPaer-Olof Haakansson1-5/+4
2013-01-15ab8500_fg: Added support for BATT_OVVHakan Berg1-15/+15
2013-01-15ab8500_fg: Round capacity outputpender011-13/+15
2013-01-15ab8500_fg: Balance IRQ enableRickard Andersson1-0/+1
2013-01-15ab8500_bm: Recharge condition not optimal for batteryMarcus Cooper1-11/+135
2013-01-15ab8500_fg: Replace msleep() with usleep_range() for greater accuracyJonas Aaberg1-1/+1
2013-01-15ab8500_bm: Skip first CCEOC irq for instant currentJohan Bjornstedt1-8/+55
2013-01-05Merge branch 'for-anton' of git://git.linaro.org/people/ljones/linux-3.0-ux500Anton Vorontsov1-62/+61
2012-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAnton Vorontsov1-3/+3
2012-12-11ab8500_fg: Reorder obtainment of platform specific battery management dataLee Jones1-14/+13
2012-12-11ab8500_bm: Always send platform specific battery information via pdataLee Jones1-1/+1
2012-12-11ab8500_bm: Rename battery management platform data to something more logicalLee Jones1-48/+48
2012-12-11ab8500_fg: Don't clear the CCMuxOffset bitKalle Komierowski1-4/+4
2012-11-28power: remove use of __devexitBill Pemberton1-1/+1
2012-11-28power: remove use of __devinitBill Pemberton1-1/+1
2012-11-28power: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-18ab8500: Add devicetree support for fuelgaugeRajanikanth H.V1-40/+42
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds1-0/+1
2012-08-22ab8500_fg: Fix error return codeJulia Lawall1-0/+1
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-4/+4
2012-05-05ab8500: Clean up probe routinesLee Jones1-6/+10
2012-05-05ab8500_fg: Harden platform data checkLinus Walleij1-2/+2
2012-03-26ab8500_fg: Fix some build warnings on x86_64Anton Vorontsov1-2/+2
2012-03-26ab8500: Turn unneeded global symbols into local onesAnton Vorontsov1-1/+1
2012-03-26ab8500_fg: Fix copy-paste errorAnton Vorontsov1-1/+1
2012-03-26ab8500_fg: Get rid of 'struct battery_type'Anton Vorontsov1-1/+2
2012-03-26ab8500_fg: Get rid of 'struct v_to_cap'Anton Vorontsov1-1/+1
2012-03-26ab8500-fg: A8500 fuel gauge driverArun Murthy1-0/+2636