aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/ds2760_battery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-31ds2760_battery: Use devm_kzalloc()Jingoo Han1-3/+1
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-6/+3
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-04power_supply: Convert drivers/power/* to use module_platform_driver()Axel Lin1-12/+1
2011-11-26ds2760_battery: Add rated capacity of the hx4700 3600mAh batteryPaul Parsons1-1/+5
2011-05-20ds2760_battery: Fix rated capacity of the hx4700 1800mAh batteryPaul Parsons1-0/+4
2011-05-20ds2760_battery: Fix indexing of the 4 active full EEPROM registersPaul Parsons1-1/+1
2011-01-14Merge git://git.infradead.org/battery-2.6Linus Torvalds1-1/+1
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-4/+2
2010-11-18ds2760_battery: Fix calculation of time_to_empty_nowSven Neumann1-1/+1
2010-09-28ds2760_battery: Add missing kfree(di) in ds2760_battery_remove()Axel Lin1-0/+1
2010-05-19ds2760_battery: Make charge_now and charge_full writeableDaniel Mack1-0/+64
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-09-04ds2760_battery: Fix integer overflow for time_to_empty_nowDaniel Mack1-3/+3
2009-07-30ds2760_battery: implement set_charged() featureDaniel Mack1-0/+52
2009-07-30ds2760_battery: add current_accum module parameterDaniel Mack1-14/+27
2009-07-30ds2760_battery: handle full_active_uAh == 0 case correctlyDaniel Mack1-2/+7
2009-07-30ds2760_battery: add rated_capacity module parameterDaniel Mack1-0/+19
2009-07-30ds2760_battery: export more featuresDaniel Mack1-0/+8
2009-07-30ds2760_battery: delay power supply registrationDaniel Mack1-6/+6
2009-06-08w1: ds2760_battery: add support for sleep mode featureDaniel Mack1-0/+26
2009-06-08ds2760_battery: cleanups in ds2760_battery_probe()Daniel Mack1-9/+7
2009-03-12ds2760_battery.c: fix division by zeroDaniel Mack1-4/+7
2009-01-06power-supply: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-07-25drivers/power: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-04-29power: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-07-15Power supply class and drivers: remove non obligatory return statementsAnton Vorontsov1-7/+0
2007-07-10[BATTERY] 1-Wire ds2760 chip battery driverAnton Vorontsov1-0/+470