1. 17e8351 thermal: consistently use int for temperatures by Sascha Hauer · 9 years ago
  2. 43df610 power_supply: Correct kerneldoc copy paste errors by Bjorn Andersson · 9 years ago
  3. fe27e1d power: Add devm_power_supply_get_by_phandle() helper function by Hans de Goede · 9 years ago
  4. 7f1a57f power_supply: Fix possible NULL pointer dereference on early uevent by Krzysztof Kozlowski · 9 years ago
  5. 8e59c7f power_supply: Fix NULL pointer dereference during bq27x00_battery probe by Krzysztof Kozlowski · 9 years ago
  6. 03e81ac power_supply: Increment power supply use counter when obtaining references by Krzysztof Kozlowski · 9 years ago
  7. 1a35246 power_supply: Add power_supply_put for decrementing device reference counter by Krzysztof Kozlowski · 9 years ago
  8. 297d716 power_supply: Change ownership from driver to core by Krzysztof Kozlowski · 9 years ago
  9. bc15405 power_supply: Add API for safe access of power supply function attrs by Krzysztof Kozlowski · 9 years ago
  10. 2dc9215 power_supply: Move run-time configuration to separate structure by Krzysztof Kozlowski · 9 years ago
  11. e44ea36 power_supply: Add driver private data by Krzysztof Kozlowski · 9 years ago
  12. 5d8a421 power_supply core: support use of devres to register/unregister a power supply. by NeilBrown · 9 years ago
  13. a69d82b power_supply: Add no_thermal property to prevent recursive get_temp calls by Krzysztof Kozlowski · 10 years ago
  14. 7195c50 power_supply: Don't iterate over devices to return -EPROBE_DEFER by Viresh Kumar · 10 years ago
  15. 464069c power-supply: Avoid unnecessary 'goto' statements by Viresh Kumar · 10 years ago
  16. 9d2410c power-supply: Use PTR_ERR_OR_ZERO() routine by Viresh Kumar · 10 years ago
  17. 061f380 power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely' by Viresh Kumar · 10 years ago
  18. 1c42a38 power-supply: Drop useless 'if (ret.intval)' statements by Viresh Kumar · 10 years ago
  19. 585b008 power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node() by Viresh Kumar · 10 years ago
  20. f5b89af power-supply: Propagate error returned by power_supply_find_supply_from_node() by Viresh Kumar · 10 years ago
  21. 8468b02 power-supply: Rearrange code to remove duplicate lines by Viresh Kumar · 10 years ago
  22. a0f93b4 power-supply: Use 'break' instead of 'continue' to end loop by Viresh Kumar · 10 years ago
  23. e80cf42 power-supply: Drop unnecessary typecasts by Viresh Kumar · 10 years ago
  24. f9c8548 power-supply: Return early if "power-supplies" property isn't valid by Viresh Kumar · 10 years ago
  25. 8f5a37c power-supply: Don't over-allocate memory for "supplied-from" array by Viresh Kumar · 10 years ago
  26. c128d39 power_supply: Fix sparse non static symbol warning by Wei Yongjun · 10 years ago
  27. 9113e26 power_supply: allow power supply devices registered w/o wakeup source by Zhang Rui · 10 years ago
  28. abce977 power_supply: Add power_supply_get_by_phandle by Sebastian Reichel · 11 years ago
  29. d36240d power_supply: Add power_supply notifier by Pali Rohár · 11 years ago
  30. 80c6463 power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activate by Shuah Khan · 11 years ago
  31. 948dcf9 power_supply: Prevent suspend until power supply events are processed by Zoran Markovic · 11 years ago
  32. 2054d6e power_supply: Add of_node_put to fix refcount by Rhyland Klein · 11 years ago
  33. f6e0b08 power_supply: Populate supplied_from hierarchy from the device tree by Rhyland Klein · 11 years ago
  34. 5e0848c power_supply: Add core support for supplied_from by Rhyland Klein · 11 years ago
  35. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 11 years ago
  36. 7313264 Merge tag 'for-v3.8-merged' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  37. 952aeeb3 power_supply: Register power supply for thermal cooling device by Ramakrishna Pallala · 12 years ago
  38. 50125a9 Thermal: Pass zone parameters as argument to tzd_register by Durgadoss R · 12 years ago
  39. 1b7ddb8 Thermal: Remove tc1/tc2 in generic thermal layer. by Zhang Rui · 12 years ago
  40. e6db06a Merge with upstream to accommodate with thermal changes by Anton Vorontsov · 12 years ago
  41. 3be330b power_supply: Register battery as a thermal zone by Jenny TC · 12 years ago
  42. 93278d1 power_supply: Drop usage of nowarn variant of sysfs_create_link() by Anton Vorontsov · 13 years ago
  43. 2530daa power_supply: Assume mains power by default by Jean Delvare · 13 years ago
  44. 8351665 power_supply: allow a power supply to explicitly point to powered device by Jeremy Fitzhardinge · 13 years ago
  45. 9777467 power_supply: Initialize changed_work before calling device_add by Lars-Peter Clausen · 13 years ago
  46. bc51e7f power_supply: Don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  47. 3a2dbd6 power_supply: Fix use after free and memory leak by Vasiliy Kulikov · 14 years ago
  48. 5f487cd power_supply: Use attribute groups by Anton Vorontsov · 14 years ago
  49. e5f5ccb power_supply: get_by_name and set_charged functionality by Daniel Mack · 15 years ago
  50. ff3417e power_supply: EXPORT_SYMBOL cleanups by Daniel Mack · 15 years ago
  51. ed8c317 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Anton Vorontsov · 16 years ago
  52. a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  53. 942ed16 power_supply: Add function to return system-wide power state by Matthew Garrett · 16 years ago
  54. 93562b5 Driver Core: add ability for class_for_each_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  55. 54d29ad Power Supply: fix race in device_create by Greg Kroah-Hartman · 16 years ago
  56. 0cddc0a power: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  57. 443cad9 power supply : use class iteration api by Dave Young · 17 years ago
  58. 7b3d54a Power supply class and drivers: remove non obligatory return statements by Anton Vorontsov · 17 years ago
  59. 4a11b59 [BATTERY] Universal power supply class (was: battery class) by Anton Vorontsov · 17 years ago