1. 1e8b82c power: Allow compile test of GPIO consumers if !GPIOLIB by Geert Uytterhoeven · 9 years ago
  2. 63369b2 power: Export I2C module alias information in missing drivers by Javier Martinez Canillas · 9 years ago
  3. 21ae404 twl4030_charger: Increase current carefully while watching voltage. by NeilBrown · 9 years ago
  4. b04b908 twl4030_charger: add ac/mode to match usb/mode by NeilBrown · 9 years ago
  5. 7f4a633 twl4030_charger: add software controlled linear charging mode. by NeilBrown · 9 years ago
  6. 22d4c33 twl4030_charger: enable manual enable/disable of usb charging. by NeilBrown · 9 years ago
  7. aca3c35 twl4030_charger: allow max_current to be managed via sysfs. by NeilBrown · 9 years ago
  8. e4ae537 twl4030_charger: distinguish between USB current and 'AC' current by NeilBrown · 9 years ago
  9. 1098cb5 twl4030_charger: allow fine control of charger current. by NeilBrown · 9 years ago
  10. 3b542f0 twl4030_charger: split uA calculation into a function. by NeilBrown · 9 years ago
  11. 6e37ec8 twl4030_charger: trust phy to determine when USB power is available. by NeilBrown · 9 years ago
  12. 3fc3895 twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node by NeilBrown · 9 years ago
  13. 7396f70 twl4030_charger: convert to module_platform_driver instead of ..._probe. by Pavel Machek · 9 years ago
  14. e57c4a6 twl4030_charger: use runtime_pm to keep usb phy active while charging. by NeilBrown · 9 years ago
  15. 17e8351 thermal: consistently use int for temperatures by Sascha Hauer · 9 years ago
  16. b5e5786 rx51-battery: Set name to rx51-battery by Pali Rohár · 9 years ago
  17. 3e1d9c6 power: olpc_battery: clean up eeprom read function by Vladimir Zapolskiy · 9 years ago
  18. 9f28b86 power: ds2781_battery: clean up eeprom read/write functions by Vladimir Zapolskiy · 9 years ago
  19. 753f158 power: ds2780_battery: clean up eeprom read/write functions by Vladimir Zapolskiy · 9 years ago
  20. 71a5a50 power_supply: bq24735: Convert to using managed resources by Vaishali Thakkar · 9 years ago
  21. 3309aa4 power/reset: zx: Remove unnecessary include file by Jun Nie · 9 years ago
  22. 6d0a181 power: bq27x00_battery: Checkpatch fixes by Andrew F. Davis · 9 years ago
  23. ce33edf power: bq27x00_battery: Fix function parameter alignment by Andrew F. Davis · 9 years ago
  24. 6eb207f power: bq27x00_battery: Fix lines over 80 characters long by Andrew F. Davis · 9 years ago
  25. db04fc5 power: bq27x00_battery: Add manufacturer property by Andrew F. Davis · 9 years ago
  26. dd9f148 power/reset: zx: Register restart handler by Jun Nie · 9 years ago
  27. 377b641 power/ltc2941-battery-gauge.c: Use the devicetree node name as supply name by Mike Looijmans · 9 years ago
  28. 325b50a twl4030_charger: use devres for power_supply_register and kzalloc. by NeilBrown · 9 years ago
  29. 1b7cac2 twl4030_charger: use devm_request_threaded_irq by NeilBrown · 9 years ago
  30. 1ae25d6 power: reset: at91: add sama5d3 reset function by Josh Wu · 9 years ago
  31. 61b305c drivers: max77693: Move state container to common header by Krzysztof Kozlowski · 9 years ago
  32. b1a55af power_supply: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
  33. f5bbc91 power_supply: rt9455_charger: Properly notify userspace about charging events by Anda-Maria Nicolae · 9 years ago
  34. 75462c8 Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  35. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  36. 4b703b1 power: axp288_charger: fix for API change by Stephen Rothwell · 9 years ago
  37. 2a29867 Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  38. 36a1624 Merge tag 'for-4.2' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 9 years ago
  39. 43df610 power_supply: Correct kerneldoc copy paste errors by Bjorn Andersson · 9 years ago
  40. e35415e drivers/power: Convert non-modular syscon-reboot to use builtin_platform_driver by Paul Gortmaker · 9 years ago
  41. 85a5965 wm831x_power: Fix off-by-one at free_irq() by Takeshi Yoshimura · 9 years ago
  42. 3d7f180 power_supply: rt9455_charger: Fix error reported by static analysis tool by Anda-Maria Nicolae · 9 years ago
  43. e31cd78 power_supply: bq24257: use flags argument of devm_gpiod_get by Uwe Kleine-König · 9 years ago
  44. 0007fa3 power_supply: bq25890: use flags argument of devm_gpiod_get by Uwe Kleine-König · 9 years ago
  45. f4ed950 sbs-battery: add option to always register battery by Frans Klaver · 9 years ago
  46. fe27e1d power: Add devm_power_supply_get_by_phandle() helper function by Hans de Goede · 9 years ago
  47. a6e6b63 power_supply: max17042: Add OF support for setting thresholds by Krzysztof Kozlowski · 9 years ago
  48. 5c6e3a9 power_supply: sysfs: Bring back write to writeable properties by Krzysztof Kozlowski · 9 years ago
  49. fb323ec power_supply: rt9455_charger: Check if CONFIG_USB_PHY is enabled by Anda-Maria Nicolae · 9 years ago
  50. bcd56fe power: reset: gpio-restart: increase priority slightly by Heiko Stübner · 9 years ago
  51. 23fa43a power_supply: bq25890: make chip_id int by Laurentiu Palcu · 9 years ago
  52. e152813 Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  53. e86d69d power_supply: Add support for Richtek RT9455 battery charger by Anda-Maria Nicolae · 9 years ago
  54. a1cab5b power_supply: 88pm860x_charger: Do not call free_irq() twice by Takeshi Yoshimura · 9 years ago
  55. cd054ee power: bq24190_charger: Change first_time flag reset condition by Thomas Elste · 9 years ago
  56. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  57. f5e4edb power: twl4030_charger: find associated phy by more reliable means. by NeilBrown · 9 years ago
  58. 843735b power: axp288_charger: axp288 charger driver by Ramakrishna Pallala · 9 years ago
  59. edd4ab0 power: max17042_battery: add HEALTH and TEMP_* properties support by Ramakrishna Pallala · 9 years ago
  60. 4aeae9c power_supply: Add support for TI BQ25890 charger chip by Laurentiu Palcu · 9 years ago
  61. 4970d83 power_supply: charger-manager: Add parent for power supply by Krzysztof Kozlowski · 9 years ago
  62. a9f6a19 power_supply: Use wrappers to avoid races when registering power supply by Krzysztof Kozlowski · 9 years ago
  63. 9f6cd98 power: reset: ltc2952: use _optional variant of devm_gpiod_get by Uwe Kleine-König · 9 years ago
  64. a34c0a8 power: reset: gpio-poweroff: let devm_gpiod_get set direction of gpio by Uwe Kleine-König · 9 years ago
  65. b01e7c3 power_supply: bq2415x_charger: Add ACPI support by Anda-Maria Nicolae · 9 years ago
  66. f6d8b77 power_supply: bq2415x_charger: Fix coding style issues by Anda-Maria Nicolae · 9 years ago
  67. 3236672 power: at91-reset: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  68. f1f27a4 power: axp288_fuel_gauge: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  69. 2219a93 power_supply: Add TI BQ24257 charger driver by Laurentiu Palcu · 9 years ago
  70. 7f1a57f power_supply: Fix possible NULL pointer dereference on early uevent by Krzysztof Kozlowski · 9 years ago
  71. 8e59c7f power_supply: Fix NULL pointer dereference during bq27x00_battery probe by Krzysztof Kozlowski · 9 years ago
  72. c3b5d3c Merge branch 'linus' into timers/core by Thomas Gleixner · 9 years ago
  73. 8ebb7e9 power: bq27x00_battery: Add missing MODULE_ALIAS by Marek Belisko · 9 years ago
  74. 0a73125 power: reset: Add MFD_SYSCON depends for brcmstb by Florian Fainelli · 9 years ago
  75. d881825 power: reset: ltc2952: Remove bogus hrtimer_start() return value checks by Thomas Gleixner · 9 years ago
  76. ce99236 power_supply: fix oops in collie_battery driver by Dmitry Eremin-Solenikov · 9 years ago
  77. 932df43 power/reset: at91: fix return value check in at91_reset_platform_probe() by Wei Yongjun · 9 years ago
  78. 409e718 axp288_fuel_gauge: Add original author details by Ramakrishna Pallala · 9 years ago
  79. 4101ecc power: reset: ltc2952: Remove bogus hrtimer_start() return value checks by Thomas Gleixner · 9 years ago
  80. 5939d9d power: twl4030_madc_battery: Add missing MODULE_ALIAS by Marek Belisko · 9 years ago
  81. 7e5e438 power: twl4030-madc-battery: Convert to iio consumer. by Marek Belisko · 9 years ago
  82. 8a57760 power: reset: Add generic SYSCON register mapped poweroff. by Moritz Fischer · 9 years ago
  83. bbaeeaa power: max17042_battery: add missed blank by Beomho Seo · 9 years ago
  84. 709c2c7 power: max17042_battery: Use reg type instead of chip type by Beomho Seo · 9 years ago
  85. 7be5ac2 power/reset: at91: big endian fixes for atsama5d3x by Ben Dooks · 9 years ago
  86. ecf896b power_supply: charger-manager: Fix dereferencing of ERR_PTR by Krzysztof Kozlowski · 9 years ago
  87. 8fb0885 power: constify of_device_id array by Fabian Frederick · 9 years ago
  88. 039ab50 power/reset/rmobile-reset.c: Fix !HAS_IOMEM build by Richard Weinberger · 9 years ago
  89. c94a3d4 power_supply: 88pm860x_charger: Fix possible NULL pointer dereference and use of initialized variable by Krzysztof Kozlowski · 9 years ago
  90. 1a8dbe6 power_supply: bq2415x_charger: Decrement the power supply's device reference counter by Krzysztof Kozlowski · 9 years ago
  91. 52016ac power_supply: 88pm860x_charger: Decrement the power supply's device reference counter by Krzysztof Kozlowski · 9 years ago
  92. b43eb35 power_supply: charger-manager: Decrement the power supply's device reference counter by Krzysztof Kozlowski · 9 years ago
  93. 03e81ac power_supply: Increment power supply use counter when obtaining references by Krzysztof Kozlowski · 9 years ago
  94. 1a35246 power_supply: Add power_supply_put for decrementing device reference counter by Krzysztof Kozlowski · 9 years ago
  95. 297d716 power_supply: Change ownership from driver to core by Krzysztof Kozlowski · 9 years ago
  96. b70229b power_supply: charger-manager: Use power_supply_*() API for accessing function attrs by Krzysztof Kozlowski · 9 years ago
  97. d7bdffb power_supply: bq2415x_charger: Use power_supply_*() API for accessing function attrs by Krzysztof Kozlowski · 9 years ago
  98. 75599d3 power_supply: apm_power: Use power_supply_*() API for accessing function attrs by Krzysztof Kozlowski · 9 years ago
  99. 15077fc power_supply: ab8500: Use power_supply_*() API for accessing function attrs by Krzysztof Kozlowski · 9 years ago
  100. 465c436 power_supply: 88pm860x_charger: Use power_supply_*() API for accessing function attrs by Krzysztof Kozlowski · 9 years ago