1. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  2. 6f9efe7 max8903_charger: Add GENERIC_HARDIRQS as a dependency (fixes S390 build) by Anton Vorontsov · 13 years ago
  3. 2785cef isp1704_charger: Allow board specific powering routine by Kalle Jokiniemi · 13 years ago
  4. f10513d gpio-charger: Add gpio_charger_resume by Benson Leung · 13 years ago
  5. b14a9cc power_supply: Add driver for MAX8903 charger by MyungJoo Ham · 13 years ago
  6. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  7. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  8. 56a9ccb Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 13 years ago
  9. e930006 jz4740: silence warnings related to mfd_get_cell changes by Andres Salomon · 13 years ago
  10. 6a54ac2 mfd: mfd_cell is now implicitly available to jz4740 drivers by Andres Salomon · 13 years ago
  11. 909a78b bq20z75: Fix time and temp units by Benson Leung · 13 years ago
  12. a7d9ace bq20z75: Fix issues with present and suspend by Rhyland Klein · 13 years ago
  13. a223246 z2_battery: Fix count of properties by Vasily Khoruzhick · 13 years ago
  14. f8d878d s3c_adc_battery: Fix method names when PM not set by Heiko Stuebner · 13 years ago
  15. dcbc916 z2_battery: Add MODULE_DEVICE_TABLE by Axel Lin · 13 years ago
  16. 84ab16f ds2782_battery: Add MODULE_DEVICE_TABLE by Axel Lin · 13 years ago
  17. f3da0de bq20z75: Add MODULE_DEVICE_TABLE by Axel Lin · 13 years ago
  18. ff28fce bq20z75: Add i2c retry mechanism by Rhyland Klein · 13 years ago
  19. bb87910 bq20z75: Add optional battery detect gpio by Rhyland Klein · 13 years ago
  20. b5db7cd Merge branch 'bq27x00-for-upstream' of git://git.metafoo.de/linux-2.6 by Anton Vorontsov · 13 years ago
  21. d6ccc44 twl4030_charger: Make the driver atomic notifier safe by Heikki Krogerus · 13 years ago
  22. 9e912f4 bq27x00: Use single i2c_transfer call for property read by Grazvydas Ignotas · 13 years ago
  23. 2ec523a bq27x00: Cleanup bq27x00_i2c_read by Lars-Peter Clausen · 13 years ago
  24. bf7d414 bq27x00: Minor cleanups by Pali Rohár · 13 years ago
  25. c1b9ab6 bq27x00: Give more specific reports on battery status by Lars-Peter Clausen · 14 years ago
  26. fd9b958 bq27x00: Add MODULE_DEVICE_TABLE by Pali Rohár · 13 years ago
  27. 631c17e bq27x00: Add new properties by Pali Rohár · 13 years ago
  28. 740b755 bq27x00: Poll battery state by Lars-Peter Clausen · 14 years ago
  29. 297a533 bq27x00: Cache battery registers by Lars-Peter Clausen · 14 years ago
  30. 7fb7ba5 bq27x00: Add bq27000 support by Lars-Peter Clausen · 14 years ago
  31. a40402e bq27x00: Prepare code for addition of bq27000 platform driver by Lars-Peter Clausen · 14 years ago
  32. 3413b4e bq27x00: Return -ENODEV for properties if the battery is not present by Lars-Peter Clausen · 14 years ago
  33. a2e5118 bq27x00: Fix CURRENT_NOW property by Pali Rohár · 14 years ago
  34. 0e9f304 bq27x00: Improve temperature property precession by Lars-Peter Clausen · 14 years ago
  35. 5661f33 bq27x00: Add type property by Lars-Peter Clausen · 14 years ago
  36. 9777467 power_supply: Initialize changed_work before calling device_add by Lars-Peter Clausen · 13 years ago
  37. f722e17 power_supply: Ignore -ENODATA errors when generating uevents by Lars-Peter Clausen · 14 years ago
  38. 6501f72 power_supply: Add new LED trigger charging-blink-solid-full by Vasily Khoruzhick · 14 years ago
  39. 51d0756 bq20z75: Add support for charge properties by Rhyland Klein · 14 years ago
  40. 5957e33 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 14 years ago
  41. 359ab9f power_supply: Add MAX17042 Fuel Gauge Driver by MyungJoo Ham · 14 years ago
  42. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  43. bf542a4 olpc_battery: Fix up XO-1.5 properties list by Sascha Silbe · 14 years ago
  44. 22fadd7 olpc_battery: Add support for CURRENT_NOW and VOLTAGE_NOW by Sascha Silbe · 14 years ago
  45. 20fd983 olpc_battery: Add support for CHARGE_NOW by Sascha Silbe · 14 years ago
  46. b202a5e olpc_battery: Add support for CHARGE_FULL_DESIGN by Sascha Silbe · 14 years ago
  47. c566d29 olpc_battery: Ambient temperature is not available on XO-1.5 by Daniel Drake · 14 years ago
  48. f3dcab7 jz4740-battery: Should include linux/io.h by Anton Vorontsov · 14 years ago
  49. c66ae9b s3c_adc_battery: Add gpio_inverted field to pdata by Vasily Khoruzhick · 14 years ago
  50. bc51e7f power_supply: Don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  51. 3a2dbd6 power_supply: Fix use after free and memory leak by Vasiliy Kulikov · 14 years ago
  52. 26eb387 gpio-charger: Fix potential race between irq handler and probe/remove by Lars-Peter Clausen · 14 years ago
  53. 80577b8a4 gpio-charger: Provide default name for the power_supply by Lars-Peter Clausen · 14 years ago
  54. 2e9ff5f gpio-charger: Check result of kzalloc by Lars-Peter Clausen · 14 years ago
  55. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  56. 8477ced jz4740-battery: Check if platform_data is supplied by Lars-Peter Clausen · 14 years ago
  57. e1a85694e isp1704_charger: Detect charger after probe by Heikki Krogerus · 14 years ago
  58. a4607d9 isp1704_charger: Set isp->dev before anything needs it by Heikki Krogerus · 14 years ago
  59. bac43b2 isp1704_charger: Detect HUB/Host chargers by Heikki Krogerus · 14 years ago
  60. 746d8fb isp1704_charger: Correct length for storing model by Ameya Palande · 14 years ago
  61. 5070437 power_supply: Add gpio charger driver by Lars-Peter Clausen · 14 years ago
  62. 8ec98fe jz4740-battery: Protect against concurrent battery readings by Lars-Peter Clausen · 14 years ago
  63. 86af950 ds2760_battery: Fix calculation of time_to_empty_now by Sven Neumann · 14 years ago
  64. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  65. 0f48285 power: Revert "power_supply: Mark twl4030_charger as broken" by Samuel Ortiz · 14 years ago
  66. 2388683 power_supply: Mark twl4030_charger as broken by Anton Vorontsov · 14 years ago
  67. 45352bb Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 14 years ago
  68. 5789451 power_supply: Makefile cleanup by matt mooney · 14 years ago
  69. 9292585 bq27x00_battery: Add missing kfree(di->bus) in bq27x00_battery_remove() by Axel Lin · 14 years ago
  70. fe3f6d0 power_supply: Introduce maximum current property by Heikki Krogerus · 14 years ago
  71. 85efc8a power_supply: Add types for USB chargers by Heikki Krogerus · 14 years ago
  72. 353f867 ds2782_battery: Fix units by Ryan Mallon · 14 years ago
  73. 2e727f1 power_supply: Add driver for TWL4030/TPS65950 BCI charger by Grazvydas Ignotas · 14 years ago
  74. d3ab61e bq20z75: Add support for more power supply properties by Rhyland Klein · 14 years ago
  75. 9c99f08 wm831x_power: Add missing kfree(wm831x_power) in wm831x_power_remove() by Axel Lin · 14 years ago
  76. 5f29895 jz4740-battery: Add missing kfree(jz_battery) in jz_battery_remove() by Axel Lin · 14 years ago
  77. a01bce6 ds2760_battery: Add missing kfree(di) in ds2760_battery_remove() by Axel Lin · 14 years ago
  78. 7cfbb29 olpc_battery: Fix endian neutral breakage for s16 values by Richard A. Smith · 14 years ago
  79. f6127b8 ds2760_battery: Fix W1 and W1_SLAVE_DS2760 dependency by Martin Schwidefsky · 14 years ago
  80. 305da8f pcf50633-charger: Add missing sysfs_remove_group() by Axel Lin · 14 years ago
  81. 1d22033 apm_power: Add missing break statement by Anton Vorontsov · 14 years ago
  82. a7640bf power_supply: Add driver for TI BQ20Z75 gas gauge IC by Rhyland Klein · 14 years ago
  83. 2d98dae wm831x_power: Remove duplicate chg mask by Ian Lartey · 14 years ago
  84. 77f4b9f intel_pmic_battery: Fix battery charging status on mrst by Shuduo Sang · 14 years ago
  85. ec46475 power_supply: Add isp1704 charger detection driver by Heikki Krogerus · 14 years ago
  86. 16bb85b Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 14 years ago
  87. 636d174 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  88. 20d7b24 power: Remove owner field from attribute initialization code in OLPC driver by Guenter Roeck · 14 years ago
  89. f59f5bc intel_mid_battery: Fix battery scaling by Alan Cox · 14 years ago
  90. 08a9e07 intel_mid_battery: Fix the argument order to intel_scu_ipc_command by Arjan van de Ven · 14 years ago
  91. 690e85a olpc_battery: Fix build failure caused by sysfs changes by David Woodhouse · 14 years ago
  92. f165eb7 Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable by Russell King · 14 years ago
  93. f6a2138 POWER: Add JZ4740 battery driver. by Lars-Peter Clausen · 14 years ago
  94. 5aa9a2c [ARM] wm97xx_batt: remove now useless header file by Marek Vasut · 14 years ago
  95. 02e7cce Merge git://git.infradead.org/users/cbou/battery-2.6.35 by Linus Torvalds · 14 years ago
  96. 808be4b Add s3c-adc-battery driver by Vasily Khoruzhick · 14 years ago
  97. 19f0f0a Merge git://git.infradead.org/users/cbou/battery-2.6.35 by Linus Torvalds · 14 years ago
  98. 2d31757 ds2782_battery: Fix ds2782_get_capacity return value by Ryan Mallon · 14 years ago
  99. 6721081 Intel MID platform battery driver by Nithish Mahalingam · 14 years ago
  100. eb9650d ds2782_battery: Rename get_current to fix build failure / name conflict by Peter Huewe · 14 years ago