1. 8c0984e power: move power supply drivers to power/supply by Sebastian Reichel · 8 years ago[Renamed from drivers/power/power_supply_sysfs.c]
  2. e380538 power_supply: fix return value of get_property by Rhyland Klein · 8 years ago
  3. 6659b55 power_supply: Add types for USB Type C and PD chargers by Benson Leung · 8 years ago
  4. 5c6e3a9 power_supply: sysfs: Bring back write to writeable properties by Krzysztof Kozlowski · 9 years ago
  5. a9f6a19 power_supply: Use wrappers to avoid races when registering power supply by Krzysztof Kozlowski · 9 years ago
  6. 297d716 power_supply: Change ownership from driver to core by Krzysztof Kozlowski · 9 years ago
  7. ee8f334 power_supply: sysfs: Use power_supply_*() API for accessing function attrs by Krzysztof Kozlowski · 9 years ago
  8. 73b4a08 power-supply: Check for failures only when we can fail by Viresh Kumar · 10 years ago
  9. a8adcc90 power_supply: Add boot and calibration attributes by Ramakrishna Pallala · 10 years ago
  10. 6bb1d27 power_supply: Add inlmt,iterm, min/max temp props by Jenny TC · 10 years ago
  11. f107ae1 power_supply: Replace strict_strtol() with kstrtol() by Jingoo Han · 11 years ago
  12. a05be99 power_supply: Add watchdog and safety timer expiries under PROP_HEALTH_* by Ramakrishna Pallala · 12 years ago
  13. ea2ce92 power_supply: Add support for CHARGE_CONTROL_* attributes by Ramakrishna Pallala · 12 years ago
  14. 2815b78 power_supply: Add new power supply properties CHARGE_CURRENT/VOLTAGE_MAX by Ramakrishna Pallala · 12 years ago
  15. b1b5687 power_supply: Add new power supply AUTHENTIC property by Ramakrishna Pallala · 12 years ago
  16. e908c41 power_supply: Add min/max alert properties for CAPACITY, TEMP, TEMP_AMBIENT by Ramakrishna Pallala · 12 years ago
  17. 3824c47 power_supply: Add constant charge_current and charge_voltage properties by Ramakrishna Pallala · 12 years ago
  18. a2ebfe2 power_supply: Add voltage_ocv property and use it for max17042 driver by Ramakrishna Pallala · 12 years ago
  19. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 12 years ago
  20. b24ca57 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  21. 251f39f Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Anton Vorontsov · 12 years ago
  22. 9b88722 power_supply: Add "unknown" in power supply type by Kim, Milo · 13 years ago
  23. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  24. 25a0bc2 power_supply: add SCOPE attribute to power supplies by Jeremy Fitzhardinge · 13 years ago
  25. 778f523 drivers: power_supply_sysfs.c needs stat.h by Paul Gortmaker · 13 years ago
  26. 85b5fbf power_supply: Fix sysfs format warning by Randy Dunlap · 13 years ago
  27. 35c3ae5 wm831x_power: Only register WM831x battery charger if enabled by Mark Brown · 13 years ago
  28. f722e17 power_supply: Ignore -ENODATA errors when generating uevents by Lars-Peter Clausen · 13 years ago
  29. fe3f6d0 power_supply: Introduce maximum current property by Heikki Krogerus · 14 years ago
  30. 85efc8a power_supply: Add types for USB chargers by Heikki Krogerus · 14 years ago
  31. bbabb15 power_supply: Fix regression for 'type' property by Daniel Mack · 14 years ago
  32. 0011d2d power_supply: Add support for writeable properties by Daniel Mack · 14 years ago
  33. 5f487cd power_supply: Use attribute groups by Anton Vorontsov · 14 years ago
  34. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  35. c955fe8 POWER: Add support for cycle_count by Alexey Starikovskiy · 15 years ago
  36. 9d233e8 power_supply_sysfs: Handle -ENODATA in a special way by Anton Vorontsov · 15 years ago
  37. ee8076e power_supply: Add a charge_type property, and use it for olpc driver by Andres Salomon · 15 years ago
  38. b294a29 Revert "power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL" by Andres Salomon · 15 years ago
  39. 7faa144 ACPI: battery: add power_{now,avg} properties to power_class by Alexey Starikovskiy · 15 years ago
  40. 7e386e6 power_supply: Add cold to the POWER_SUPPLY_HEALTH report values by Mark Brown · 16 years ago
  41. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  42. 9fec606 Merge branch 'master' of /home/cbou/linux-2.6 by Anton Vorontsov · 16 years ago
  43. 56fa18e power_supply: Fix race in power_supply_uevent by Dmitry Baryshkov · 16 years ago
  44. 8e552c3 power_supply: add CHARGE_COUNTER property and olpc_battery support for it by Andres Salomon · 16 years ago
  45. f0f1b33 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  46. 4cbc76e power_supply: remove capacity_level from list of sysfs attributes by Thadeu Lima de Souza Cascardo · 16 years ago
  47. 7c2670b ACPI: battery: add sysfs serial number by maximilian attems · 16 years ago
  48. c7cc930 power_supply: add few more values and props by Dmitry Baryshkov · 16 years ago
  49. 839dc9f power: fix incorrect unregistration in power_supply_create_attrs error path by Andres Salomon · 17 years ago
  50. 8efe444 power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL by Andres Salomon · 17 years ago
  51. 25f12141 [BATTERY] Every file should include the headers containing the prototypes for its global functions. by Adrian Bunk · 17 years ago
  52. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  53. ed2ba97 [PATCH] missing null termination in power supply uevent by Stephen Hemminger · 17 years ago
  54. 7b3d54a Power supply class and drivers: remove non obligatory return statements by Anton Vorontsov · 17 years ago
  55. 4a11b59 [BATTERY] Universal power supply class (was: battery class) by Anton Vorontsov · 17 years ago