1. 76f901e Merge tag 'for-v3.5' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  2. 4b78147 Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  3. cd99758 mfd: Convert wm831x to irq_domain by Mark Brown · 12 years ago
  4. 96facd2 smb347-charger: Include missing <linux/err.h> by Mika Westerberg · 12 years ago
  5. fcc015c smb347-charger: Clean up battery attributes by Ramakrishna Pallala · 12 years ago
  6. 9a8422d max17042_battery: Add support for max17047/50 chip by Ramakrishna Pallala · 12 years ago
  7. b1f092f sbs-battery.c: Capacity attr = remaining relative capacity by Nikolaus Voss · 12 years ago
  8. 81a0838 isp1704_charger: Use after free on probe error by Dan Carpenter · 12 years ago
  9. 13f2483 ds2781_battery: Use DS2781_PARAM_EEPROM_SIZE and DS2781_USER_EEPROM_SIZE by Axel Lin · 12 years ago
  10. 840b91b power_supply: Fix a typo in BATTERY_DS2781 Kconfig entry by Axel Lin · 12 years ago
  11. dfeccb1 charger-manager: Provide cm_notify_event function for in-kernel use by Chanwoo Choi · 12 years ago
  12. d829dc7 charger-manager: Poll battery health in normal state by Chanwoo Choi · 12 years ago
  13. 34298d4 smb347-charger: Convert to regmap API by Mika Westerberg · 12 years ago
  14. d72bade smb347-charger: Move IRQ enabling to the end of probe by Mika Westerberg · 12 years ago
  15. 055d7f0 smb347-charger: Rename few functions to match better what they are doing by Mika Westerberg · 12 years ago
  16. b75ef1d smb347-charger: Convert to use module_i2c_driver() by Mika Westerberg · 12 years ago
  17. e6fe359 smb347_charger: Cleanup power supply registration code in probe by Ramakrishna Pallala · 12 years ago
  18. 2aac3de ab8500: Clean up probe routines by Lee Jones · 12 years ago
  19. 5f98eb3 ab8500_fg: Harden platform data check by Linus Walleij · 12 years ago
  20. ec51167 ab8500_btemp: Harden platform data check by Linus Walleij · 12 years ago
  21. cc28e17 ab8500_charger: Harden platform data check by Linus Walleij · 12 years ago
  22. e5ba50b max17042_battery: Handle irq request failure case by Ramakrishna Pallala · 12 years ago
  23. 243e352 max17042_battery: Fix power supply and irq registration ordering by Ramakrishna Pallala · 12 years ago
  24. 0d4ed4e power_supply: Make the core a boolean instead of a tristate by Anton Vorontsov · 12 years ago
  25. a2ebfe2 power_supply: Add voltage_ocv property and use it for max17042 driver by Ramakrishna Pallala · 12 years ago
  26. 48e41c7 max17042_battery: Move dev_pm_ops struct under CONFIG_PM by Anton Vorontsov · 12 years ago
  27. 48bc177 max17042_battery: Add suspend/resume hooks by Ramakrishna Pallala · 12 years ago
  28. bb28da9 max17042_battery: Fix driver exit function by Ramakrishna Pallala · 12 years ago
  29. 1ef3d8f max17042_battery: Fix a couple buffer overflows by Dan Carpenter · 12 years ago
  30. e75d660 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  31. 91fe4d5 Fix typo milivolt => millivolt by Thomas Weber · 12 years ago
  32. 919c840 Merge tag 'for-v3.4-rc1' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  33. 5cdd4d7 max17042_battery: Clean up interrupt handling by Ramakrishna Pallala · 12 years ago
  34. d6f0b00 Revert "max8998_charger: Include linux/module.h just once" by Anton Vorontsov · 12 years ago
  35. 5ae2b82 ab8500_fg: Fix some build warnings on x86_64 by Anton Vorontsov · 12 years ago
  36. 6e0e60c max17042_battery: Fix CHARGE_FULL representation. by MyungJoo Ham · 12 years ago
  37. 3124c4a max8998_charger: Include linux/module.h just once by Jesper Juhl · 12 years ago
  38. 5ff92e7 power_supply: Convert i2c drivers to module_i2c_driver by Axel Lin · 13 years ago
  39. e2c5f7d lp8727_charger: Add MODULE_DEVICE_TABLE by Axel Lin · 13 years ago
  40. df58c04 charger-manager: Simplify charger_get_property(), get rid of a warning by Anton Vorontsov · 12 years ago
  41. bb2a95c charger-manager: Clean up for better readability by Axel Lin · 13 years ago
  42. 534f530 da9052-battery: Convert to use module_platform_driver by Axel Lin · 13 years ago
  43. 61bb5a7 da9052-battery: Fix a memory leak when unload the module by Axel Lin · 13 years ago
  44. e1be832 da9052-battery: Add missing platform_set_drvdata by Axel Lin · 13 years ago
  45. 64eb9b0 ab8500: Turn unneeded global symbols into local ones by Anton Vorontsov · 12 years ago
  46. 0fff22e ab8500_fg: Fix copy-paste error by Anton Vorontsov · 12 years ago
  47. c34a61b ab8500_fg: Get rid of 'struct battery_type' by Anton Vorontsov · 12 years ago
  48. 450ceb2 ab8500_fg: Get rid of 'struct v_to_cap' by Anton Vorontsov · 12 years ago
  49. d329129 ab8500_btemp: Get rid of 'enum adc_therm' by Anton Vorontsov · 12 years ago
  50. efd71c8 ab8500_charger: Convert to the new USB OTG calls by Anton Vorontsov · 12 years ago
  51. 1f85582 ab8500-btemp: AB8500 battery temperature driver by Arun Murthy · 12 years ago
  52. 1315163 ab8500-fg: A8500 fuel gauge driver by Arun Murthy · 12 years ago
  53. 84edbee ab8500-charger: AB8500 charger driver by Arun Murthy · 12 years ago
  54. 1668f81 abx500-chargalg: Add abx500 charging algorithm by Arun Murthy · 12 years ago
  55. ed1a230 Add I2C driver for Summit Microelectronics SMB347 Battery Charger. by Bruce E. Robertson · 12 years ago
  56. d2c0077 isp1704_charger: Fix probe error path by Felipe Contreras · 12 years ago
  57. f7bae49 lp8727_charger: Correct typos on the comment by Kim, Milo · 13 years ago
  58. 7336880 lp8727_charger: Fix wrong code style by Kim, Milo · 13 years ago
  59. 27aefa3 lp8727_charger: Change i2c functions by Kim, Milo · 13 years ago
  60. 7da6334 lp8727_charger: Add error check routine on probe() by Kim, Milo · 13 years ago
  61. e39b828 lp8727_charger: Add company name and description by Kim, Milo · 12 years ago
  62. 3832246 max17042_battery: Make it possible to instantiate driver from DT by Karol Lewandowski · 12 years ago
  63. 2f3b434 max17042_battery: Use devm_kzalloc() where applicable by Karol Lewandowski · 12 years ago
  64. 13e0aa4 max17042: Change capacity property to use reported SOC register by Dirk Brandewie · 13 years ago
  65. e5f3872 max17042: Add support for signalling change in SOC by Ramakrishna Pallala · 13 years ago
  66. f3a71a6 max17042: Add POR init procedure from Maxim appnote by Ramakrishna Pallala · 12 years ago
  67. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  68. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  69. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  70. ed378a5 Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  71. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 13 years ago
  72. 263a5c8 Merge 3.3-rc6 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  73. fef37e9 DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave drivers by Renata Sayakhova · 12 years ago
  74. 4f3612b Revert "power, max8998: Include linux/module.h just once in drivers/power/max8998_charger.c" by Jiri Kosina · 12 years ago
  75. 8062d94 Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  76. 13ae246 includecheck: delete any duplicate instances of module.h by Paul Gortmaker · 12 years ago
  77. b1c711d usb: otg: mv_otg: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  78. 202e011 power: bq27x00: Fix typos in comment by Thomas Weber · 12 years ago
  79. fcc8ebc power_supply: Convert all users to new usb_phy by Heikki Krogerus · 12 years ago
  80. 8675381 usb: otg: Rename otg_transceiver to usb_phy by Heikki Krogerus · 12 years ago
  81. ce64b8d power, max8998: Include linux/module.h just once in drivers/power/max8998_charger.c by Jesper Juhl · 12 years ago
  82. 455a0e2 lp8727_charger: Add terminating entry for i2c_device_id table by Axel Lin · 13 years ago
  83. 1bbe24d power_supply: Fix modalias for charger-manager by Axel Lin · 13 years ago
  84. 4d40365 bq27x00_battery: Fix flag register read by Grazvydas Ignotas · 13 years ago
  85. b7aaacf Revert "bq27x00_battery: Fix reporting status value for bq27500 battery" by Anton Vorontsov · 12 years ago
  86. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  87. b24ca57 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 13 years ago
  88. 913272b Merge git://git.infradead.org/users/cbou/battery-urgent by Anton Vorontsov · 13 years ago
  89. 6cfc2a2 power_supply: Mark da9052 driver as broken by Anton Vorontsov · 13 years ago
  90. 93278d1 power_supply: Drop usage of nowarn variant of sysfs_create_link() by Anton Vorontsov · 13 years ago
  91. 34aed73 s3c_adc_battery: Average over more than one adc sample by Heiko Stübner · 13 years ago
  92. ded7fc7 power_supply: Add DA9052 battery driver by Ashish Jangam · 13 years ago
  93. c934502 isp1704_charger: Fix missing check by Felipe Contreras · 13 years ago
  94. ef7906f jz4740-battery: Fix signedness bug by Axel Lin · 13 years ago
  95. 2530daa power_supply: Assume mains power by default by Jean Delvare · 13 years ago
  96. 62df393 sbs-battery: Fix devicetree match table by Olof Johansson · 13 years ago
  97. 52f56c6 sbs-battery: Change power supply name by Rhyland Klein · 13 years ago
  98. 3ddca062 sbs-battery: Rename internals to new name by Rhyland Klein · 13 years ago
  99. c78f2b6 bq20z75: Rename to sbs-battery by Rhyland Klein · 13 years ago
  100. daf22c3 wm97xx_battery: Use DEFINE_MUTEX() for work_lock by Axel Lin · 13 years ago