Age | Commit message (Expand) | Author | Files | Lines |
2013-04-01 | ds2760_battery: Use devm_kzalloc() | Jingoo Han | 1 | -3/+1 |
2012-08-14 | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 1 | -6/+3 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
2012-01-04 | power_supply: Convert drivers/power/* to use module_platform_driver() | Axel Lin | 1 | -12/+1 |
2011-11-26 | ds2760_battery: Add rated capacity of the hx4700 3600mAh battery | Paul Parsons | 1 | -1/+5 |
2011-05-20 | ds2760_battery: Fix rated capacity of the hx4700 1800mAh battery | Paul Parsons | 1 | -0/+4 |
2011-05-20 | ds2760_battery: Fix indexing of the 4 active full EEPROM registers | Paul Parsons | 1 | -1/+1 |
2011-01-14 | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 1 | -1/+1 |
2010-12-15 | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela... | Tejun Heo | 1 | -4/+2 |
2010-11-18 | ds2760_battery: Fix calculation of time_to_empty_now | Sven Neumann | 1 | -1/+1 |
2010-09-28 | ds2760_battery: Add missing kfree(di) in ds2760_battery_remove() | Axel Lin | 1 | -0/+1 |
2010-05-19 | ds2760_battery: Make charge_now and charge_full writeable | Daniel Mack | 1 | -0/+64 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-09-04 | ds2760_battery: Fix integer overflow for time_to_empty_now | Daniel Mack | 1 | -3/+3 |
2009-07-30 | ds2760_battery: implement set_charged() feature | Daniel Mack | 1 | -0/+52 |
2009-07-30 | ds2760_battery: add current_accum module parameter | Daniel Mack | 1 | -14/+27 |
2009-07-30 | ds2760_battery: handle full_active_uAh == 0 case correctly | Daniel Mack | 1 | -2/+7 |
2009-07-30 | ds2760_battery: add rated_capacity module parameter | Daniel Mack | 1 | -0/+19 |
2009-07-30 | ds2760_battery: export more features | Daniel Mack | 1 | -0/+8 |
2009-07-30 | ds2760_battery: delay power supply registration | Daniel Mack | 1 | -6/+6 |
2009-06-08 | w1: ds2760_battery: add support for sleep mode feature | Daniel Mack | 1 | -0/+26 |
2009-06-08 | ds2760_battery: cleanups in ds2760_battery_probe() | Daniel Mack | 1 | -9/+7 |
2009-03-13 | ds2760_battery.c: fix division by zero | Daniel Mack | 1 | -4/+7 |
2009-01-06 | power-supply: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
2008-07-25 | drivers/power: fix platform driver hotplug/coldplug | Kay Sievers | 1 | -0/+2 |
2008-04-29 | power: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -2/+2 |
2007-10-19 | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 1 | -1/+1 |
2007-07-15 | Power supply class and drivers: remove non obligatory return statements | Anton Vorontsov | 1 | -7/+0 |
2007-07-10 | [BATTERY] 1-Wire ds2760 chip battery driver | Anton Vorontsov | 1 | -0/+470 |