aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/pcf50633-charger.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-06power_supply: Replace strict_strtoul() with kstrtoul()Jingoo Han1-4/+4
2013-03-31pcf50633-charger: Use devm_kzalloc()Jingoo Han1-6/+1
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-01-04power_supply: Convert drivers/power/* to use module_platform_driver()Axel Lin1-11/+1
2010-09-22pcf50633-charger: Add missing sysfs_remove_group()Axel Lin1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-15Merge git://git.infradead.org/battery-2.6Linus Torvalds1-75/+153
2009-12-13mfd: Fix memleak in pcf50633_client_dev_registerLars-Peter Clausen1-2/+1
2009-11-16pcf50633: Query charger status directlyPaul Fertser1-21/+29
2009-11-16pcf50633: Properly reenable charging when the supply conditions changePaul Fertser1-3/+7
2009-11-16pcf50633: Get rid of charging restart software auto-triggeringPaul Fertser1-46/+0
2009-11-16pcf50633: introduces battery charging current controlBalaji Rao1-5/+73
2009-11-16pcf50633: Add ac power supply class to the chargerSean McNeil1-1/+45
2009-02-02pcf50633_charger: Remove unused mbc_set_status functionBalaji Rao1-15/+0
2009-02-02pcf50633_charger: Enable periodic charging restartBalaji Rao1-2/+71
2009-02-02pcf50633_charger: Fix typoBalaji Rao1-1/+2
2009-01-11power_supply: PCF50633 battery charger driverBalaji Rao1-0/+358