aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/abx500_chargalg.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-13power_supply: Change ownership from driver to coreGravatar Krzysztof Kozlowski 1-45/+45
2015-03-13power_supply: ab8500: Use power_supply_*() API for accessing function attrsGravatar Krzysztof Kozlowski 1-2/+2
2015-03-13power_supply: Move run-time configuration to separate structureGravatar Krzysztof Kozlowski 1-3/+5
2014-10-20power: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-06-06ab8500_bm: Remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-03-07abx500-chargalg: Add charging current step interfaceGravatar Lee Jones 1-76/+155
2013-03-07abx500-chargalg: Use module_platform_driver() ratherGravatar srinidhi kasagar 1-12/+1
2013-03-07ab8500-chargalg: Use hrtimerGravatar Lee Jones 1-39/+52
2013-03-07abx500-chargalg: Prevent the watchdog from being kicked twiceGravatar Lee Jones 1-6/+0
2013-03-07ab8500-bm: Add usb power path supportGravatar Lee Jones 1-0/+62
2013-03-07ab8500-bm: Charge only mode fixes for the ab9540Gravatar Lee Jones 1-0/+14
2013-03-07ab8500-bm: Quick re-attach charging behaviourGravatar Lee Jones 1-0/+33
2013-03-07abx500-chargalg: Store the AB8500 MFD parent device for platform differentiationGravatar Lee Jones 1-1/+4
2013-01-23abx500-chargalg: Add new sysfs interface to get current charge statusGravatar Lee Jones 1-1/+21
2013-01-23pm2301: Update watchdog for pm2xxx supportGravatar Loic Pallardy 1-1/+11
2013-01-23ab8500-chargalg: Only root should have write permission on sysfs fileGravatar Lee Jones 1-1/+1
2013-01-23ab8500-chargalg: Update battery health on safety timer expGravatar Lee Jones 1-0/+3
2013-01-23ab8500-charger: Kick watchdogGravatar Lee Jones 1-0/+6
2013-01-15ab8500_bm: Recharge condition not optimal for batteryGravatar Marcus Cooper 1-13/+17
2013-01-05Merge branch 'for-anton' of git://git.linaro.org/people/ljones/linux-3.0-ux500Gravatar Anton Vorontsov 1-67/+66
2012-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Anton Vorontsov 1-3/+3
2012-12-11abx500_chargalg: Reorder obtainment of platform specific battery management dataGravatar Lee Jones 1-14/+13
2012-12-11ab8500_bm: Always send platform specific battery information via pdataGravatar Lee Jones 1-1/+1
2012-12-11ab8500_bm: Rename battery management platform data to something more logicalGravatar Lee Jones 1-56/+56
2012-11-28power: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28power: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28power: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-18ab8500: Add devicetree support for chargalgGravatar Rajanikanth H.V 1-16/+38
2012-11-18ab8500: Add devicetree support for fuelgaugeGravatar Rajanikanth H.V 1-5/+3
2012-08-21workqueue: make deferrable delayed_work initializer names consistentGravatar Tejun Heo 1-2/+2
2012-03-26ab8500: Turn unneeded global symbols into local onesGravatar Anton Vorontsov 1-1/+1
2012-03-26abx500-chargalg: Add abx500 charging algorithmGravatar Arun Murthy 1-0/+1921