1. 02276af power: supply: charger-manager: Fix trivial language typos by Krzysztof Kozlowski · 6 years ago
  2. 157ba1b power: supply: charger-manager: fix race-condition in sysfs registration by Sebastian Reichel · 6 years ago
  3. efcca6b power: supply: charger-manager: simplify generation of sysfs attribute group name by Sebastian Reichel · 6 years ago
  4. a53a68c power: supply: charger-manager: Make code more readable by Baolin Wang · 6 years ago
  5. f25a646f power: supply: charger-manager: Fix incorrect return value by Baolin Wang · 6 years ago
  6. 8c13b6f power: supply: charger-manager: Fix some misspelled words by Baolin Wang · 6 years ago
  7. 1dd3509 power: supply: charger-manager: Remove unused index counting by Baolin Wang · 6 years ago
  8. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  9. 111242d power: supply: charger-manager: Verify polling interval only when polling requested by Ladislav Michl · 7 years ago
  10. f46b151e power: supply: charger-manager: Fix typo in condition by Ryosuke Saito · 7 years ago
  11. 18a89d5 power: supply: charger-manager: Slighly simplify code by Christophe JAILLET · 8 years ago
  12. 0299484 power: supply: charger-manager: Fix a comment by Christophe JAILLET · 8 years ago
  13. 096fc16 power: supply: charger-manager: Fix a NULL pointer dereference in 'charger_manager_probe()' by Christophe JAILLET · 8 years ago
  14. dc6ea7d power: supply: charger-manager: simplify return statements by Andi Shyti · 8 years ago
  15. 8c0984e power: move power supply drivers to power/supply by Sebastian Reichel · 9 years ago[Renamed from drivers/power/charger-manager.c]
  16. 5f47682 power: charger_manager: convert to use match_string() helper by Andy Shevchenko · 9 years ago
  17. 8e5cfb7 power_supply: charger-manager: add missing of_node_put by Julia Lawall · 9 years ago
  18. 17e8351 thermal: consistently use int for temperatures by Sascha Hauer · 10 years ago
  19. 4970d83 power_supply: charger-manager: Add parent for power supply by Krzysztof Kozlowski · 10 years ago
  20. ecf896b power_supply: charger-manager: Fix dereferencing of ERR_PTR by Krzysztof Kozlowski · 10 years ago
  21. 8fb0885 power: constify of_device_id array by Fabian Frederick · 10 years ago
  22. b43eb35 power_supply: charger-manager: Decrement the power supply's device reference counter by Krzysztof Kozlowski · 10 years ago
  23. 297d716 power_supply: Change ownership from driver to core by Krzysztof Kozlowski · 10 years ago
  24. b70229b power_supply: charger-manager: Use power_supply_*() API for accessing function attrs by Krzysztof Kozlowski · 10 years ago
  25. 2dc9215 power_supply: Move run-time configuration to separate structure by Krzysztof Kozlowski · 10 years ago
  26. c1155c6 power: charger-manager: Use alarmtimer for battery monitoring in suspend. by Jonghwa Lee · 10 years ago
  27. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  28. cdaf3e1 power: charger-manager: Fix accessing invalidated power supply after charger unbind by Krzysztof Kozlowski · 10 years ago
  29. bdbe814 power: charger-manager: Fix accessing invalidated power supply after fuel gauge unbind by Krzysztof Kozlowski · 10 years ago
  30. ba9c918 power: charger-manager: Avoid recursive thermal get_temp call by Krzysztof Kozlowski · 10 years ago
  31. 816c44c power: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  32. 661a888 power: charger-manager: Fix NULL pointer exception with missing cm-fuel-gauge by Krzysztof Kozlowski · 10 years ago
  33. 86515b7 power: charger-manager: Remove casting the return value which is a void pointer by Jingoo Han · 10 years ago
  34. b1022e2 power: charger-manager: Check charging state right after completed initialization by Chanwoo Choi · 11 years ago
  35. c6738d0 power: charger-manager: Fix checking of wrong return type by Chanwoo Choi · 11 years ago
  36. 434a09f charger-manager: of_cm_parse_desc() should be static by Anton Vorontsov · 11 years ago
  37. 856ee61 charger-manager: Support deivce tree in charger manager driver by Jonghwa Lee · 11 years ago
  38. 5c49a62 charger-manager: Modify the way of checking battery's temperature by Jonghwa Lee · 11 years ago
  39. 883c10a charger-manager : Replace kzalloc to devm_kzalloc and remove uneccessary code by Jonghwa Lee · 11 years ago
  40. 5a6c220 charger-manager: Fix regulator_get() return check by Jonghwa Lee · 12 years ago
  41. 3cc9d269 charger-manager: Fix a bug when it unregisters notifier block of extcon by Jonghwa Lee · 12 years ago
  42. e5409cb charger-manager: Add missing newlines, fix a couple of typos, add pr_fmt by Joe Perches · 12 years ago
  43. 3594f4c charger-manager: Ensure event is not used as format string by Kees Cook · 12 years ago
  44. f2c6a5f charger-manager: Use kmemdup instead of kzalloc + memcpy by Andrei Epure · 12 years ago
  45. 2fbb520 charger_manager: Don't use [delayed_]work_pending() by Tejun Heo · 12 years ago
  46. 41468a1 charger-manager: Split _probe funtion to make the code more clean by Chanwoo Choi · 12 years ago
  47. f36b9dd charger-manager: Fix bug when check dropped voltage after fullbatt event by Chanwoo Choi · 12 years ago
  48. 0fa11db charger-manager: Fix bug related to checking fully charged state of battery by Chanwoo Choi · 12 years ago
  49. 415ec69 power: remove use of __devexit by Bill Pemberton · 12 years ago
  50. 28ea73f power: remove use of __devexit_p by Bill Pemberton · 12 years ago
  51. e665faa Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  52. 3950c78 charger-manager: Add support sysfs entry for charger by Chanwoo Choi · 12 years ago
  53. 8fcfe08 charger-manager: Support limit of maximum possible by Chanwoo Choi · 12 years ago
  54. 2ed9e9b charger-manager: Check fully charged state of battery periodically by Chanwoo Choi · 13 years ago
  55. fd65ee5 charger-manager: Use replacement variable to check state of battery by Chanwoo Choi · 13 years ago
  56. dbb61fc charger-manager: Disable regulator when charger cable is detached by Chanwoo Choi · 13 years ago
  57. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 13 years ago
  58. 45cd4fb charger-manager: Set current limit of regulator for over current protection by Chanwoo Choi · 13 years ago
  59. bee737b charger-manager: Use EXTCON Subsystem to detect charger cables for charging by Chanwoo Choi · 13 years ago
  60. dfeccb1 charger-manager: Provide cm_notify_event function for in-kernel use by Chanwoo Choi · 13 years ago
  61. d829dc7 charger-manager: Poll battery health in normal state by Chanwoo Choi · 13 years ago
  62. df58c04 charger-manager: Simplify charger_get_property(), get rid of a warning by Anton Vorontsov · 13 years ago
  63. bb2a95c charger-manager: Clean up for better readability by Axel Lin · 13 years ago
  64. 1bbe24d power_supply: Fix modalias for charger-manager by Axel Lin · 13 years ago
  65. ad3d13ee power_supply: Charger-Manager: Add properties for power-supply-class by Donggeun Kim · 13 years ago
  66. 3bb3dbb power_supply: Add initial Charger-Manager driver by Donggeun Kim · 13 years ago