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