aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/jz4740-battery.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-13power_supply: Change ownership from driver to coreGravatar Krzysztof Kozlowski 1-15/+22
2015-03-13power_supply: Move run-time configuration to separate structureGravatar Krzysztof Kozlowski 1-1/+1
2014-10-20power: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONGravatar Wolfram Sang 1-1/+1
2013-06-06jz4740-battery: Remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-3/+1
2013-01-25power: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-3/+4
2012-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Anton Vorontsov 1-3/+3
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-18jz4740-battery: Use devm_request_and_ioremapGravatar Marcos Paulo de Souza 1-27/+6
2012-11-18jz4740-battery: Use devm_kzallocGravatar Marcos Paulo de Souza 1-10/+4
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueGravatar Tejun Heo 1-4/+2
2012-01-06jz4740-battery: Fix signedness bugGravatar Axel Lin 1-1/+1
2012-01-04power_supply: Convert drivers/power/* to use module_platform_driver()Gravatar Axel Lin 1-11/+1
2011-03-23jz4740: silence warnings related to mfd_get_cell changesGravatar Andres Salomon 1-1/+1
2011-03-23mfd: mfd_cell is now implicitly available to jz4740 driversGravatar Andres Salomon 1-1/+1
2010-12-22jz4740-battery: Should include linux/io.hGravatar Anton Vorontsov 1-0/+1
2010-11-18jz4740-battery: Check if platform_data is suppliedGravatar Lars-Peter Clausen 1-0/+5
2010-11-18jz4740-battery: Protect against concurrent battery readingsGravatar Lars-Peter Clausen 1-0/+7
2010-09-28jz4740-battery: Add missing kfree(jz_battery) in jz_battery_remove()Gravatar Axel Lin 1-0/+1
2010-08-05POWER: Add JZ4740 battery driver.Gravatar Lars-Peter Clausen 1-0/+445