1. 66ec32f max17042: propagate of_node to power supply device by Pierre Bourdon · 7 years ago
  2. 2d7e6a8 power: supply: max17042_battery: Always fall back to default platform-data by Hans de Goede · 7 years ago
  3. 6e5ab19 power: supply: max17042_battery: Check battery current for status when supplied by Hans de Goede · 7 years ago
  4. 4f1e0cb power: supply: max17042_battery: Fix compiler warning by Hans de Goede · 7 years ago
  5. a865a15 power: supply: max17042_battery: Fix ACPI interrupt issues by Hans de Goede · 7 years ago
  6. e211620 power: supply: max17042_battery: Add support for ACPI enumeration by Hans de Goede · 7 years ago
  7. adb69a3 power: supply: max17042_battery: Add support for the SCOPE property by Hans de Goede · 8 years ago
  8. 6d6b61e power: supply: max17042_battery: Add support for the CHARGE_NOW property by Hans de Goede · 8 years ago
  9. 2e01541 power: supply: max17042_battery: Add support for the CHARGE_FULL_DESIGN property by Hans de Goede · 8 years ago
  10. d7d15fc power: supply: max17042_battery: mAh readings depend on r_sns value by Hans de Goede · 8 years ago
  11. 7bfc939 power: supply: max17042_battery: Add support for the VOLT_MIN property by Hans de Goede · 8 years ago
  12. ef7fcda power: supply: max17042_battery: Add support for the TECHNOLOGY attribute by Hans de Goede · 8 years ago
  13. dcdddda power: supply: max17042_battery: Add external_power_changed callback by Hans de Goede · 8 years ago
  14. a9df22c power: supply: max17042_battery: Add support for the STATUS property by Hans de Goede · 8 years ago
  15. 9173621 power: supply: max17042_battery: Add default platform_data fallback data by Hans de Goede · 8 years ago
  16. 2814913 power: supply: max17047_battery: The temp alert values are 8-bit 2's complement by Hans de Goede · 8 years ago
  17. c67c069 power: supply: max17042_battery: Use sign_extend32 instead of DIY code by Hans de Goede · 8 years ago
  18. f7c8f1d Merge tag 'for-v4.8-rc' into psy-next by Sebastian Reichel · 8 years ago
  19. 8c0984e power: move power supply drivers to power/supply by Sebastian Reichel · 9 years ago[Renamed from drivers/power/max17042_battery.c]
  20. 50bddb9 power: max17042_battery: Convert to using managed resources by Vaishali Thakkar · 9 years ago
  21. a6e6b63 power_supply: max17042: Add OF support for setting thresholds by Krzysztof Kozlowski · 10 years ago
  22. edd4ab0 power: max17042_battery: add HEALTH and TEMP_* properties support by Ramakrishna Pallala · 10 years ago
  23. bbaeeaa power: max17042_battery: add missed blank by Beomho Seo · 10 years ago
  24. 709c2c7 power: max17042_battery: Use reg type instead of chip type by Beomho Seo · 10 years ago
  25. 297d716 power_supply: Change ownership from driver to core by Krzysztof Kozlowski · 10 years ago
  26. 2dc9215 power_supply: Move run-time configuration to separate structure by Krzysztof Kozlowski · 10 years ago
  27. bc35268 power_supply: max17042: Use regmap_update_bits instead read and write by Krzysztof Kozlowski · 10 years ago
  28. e029128 power: max17042: Constify struct regmap_config by Krzysztof Kozlowski · 10 years ago
  29. 26740db max17042_battery: Add IRQF_ONESHOT flag to use default irq handler by Jonghwa Lee · 11 years ago
  30. 39e7213 max17042_battery: Support regmap to access device's registers by Jonghwa Lee · 11 years ago
  31. 3d23c7f max17042_battery: Use SIMPLE_DEV_PM_OPS by Manish Badarkhe · 11 years ago
  32. 76d8a23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Anton Vorontsov · 12 years ago
  33. 415ec69 power: remove use of __devexit by Bill Pemberton · 12 years ago
  34. c8afa64 power: remove use of __devinit by Bill Pemberton · 12 years ago
  35. 28ea73f power: remove use of __devexit_p by Bill Pemberton · 12 years ago
  36. a879f19 max17042_battery: Fix missing verify_model_lock() return value check by Alan Cox · 12 years ago
  37. 5fc55bc max17042_battery: Support CHARGE_COUNTER power supply attribute by Ramakrishna Pallala · 13 years ago
  38. 9a8422d max17042_battery: Add support for max17047/50 chip by Ramakrishna Pallala · 13 years ago
  39. e5ba50b max17042_battery: Handle irq request failure case by Ramakrishna Pallala · 13 years ago
  40. 243e352 max17042_battery: Fix power supply and irq registration ordering by Ramakrishna Pallala · 13 years ago
  41. a2ebfe2 power_supply: Add voltage_ocv property and use it for max17042 driver by Ramakrishna Pallala · 13 years ago
  42. 48e41c7 max17042_battery: Move dev_pm_ops struct under CONFIG_PM by Anton Vorontsov · 13 years ago
  43. 48bc177 max17042_battery: Add suspend/resume hooks by Ramakrishna Pallala · 13 years ago
  44. bb28da9 max17042_battery: Fix driver exit function by Ramakrishna Pallala · 13 years ago
  45. 1ef3d8f max17042_battery: Fix a couple buffer overflows by Dan Carpenter · 13 years ago
  46. 5cdd4d7 max17042_battery: Clean up interrupt handling by Ramakrishna Pallala · 13 years ago
  47. 6e0e60c max17042_battery: Fix CHARGE_FULL representation. by MyungJoo Ham · 13 years ago
  48. 5ff92e7 power_supply: Convert i2c drivers to module_i2c_driver by Axel Lin · 13 years ago
  49. 3832246 max17042_battery: Make it possible to instantiate driver from DT by Karol Lewandowski · 13 years ago
  50. 2f3b434 max17042_battery: Use devm_kzalloc() where applicable by Karol Lewandowski · 13 years ago
  51. 13e0aa4 max17042: Change capacity property to use reported SOC register by Dirk Brandewie · 13 years ago
  52. e5f3872 max17042: Add support for signalling change in SOC by Ramakrishna Pallala · 13 years ago
  53. f3a71a6 max17042: Add POR init procedure from Maxim appnote by Ramakrishna Pallala · 13 years ago
  54. 251f39f Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Anton Vorontsov · 13 years ago
  55. 60a1f6e max17042_battery: Fix error handling by Ramakrishna Pallala · 13 years ago
  56. 7e6d62d drivers/power: Add module.h to the actual modules in drivers/power by Paul Gortmaker · 14 years ago
  57. cf7a8c0 max17042_battery: Bugfix of incorrect voltage register value interpretation by MyungJoo Ham · 13 years ago
  58. 91d8b0d max17042_battery: Do not lose accuracy calculating current_now by Philip Rakity · 13 years ago
  59. 4cfa892 max17042_battery: Divide by 0 crash because r_sns init too late by Philip Rakity · 13 years ago
  60. 086ef50 power_supply: MAX17042: Support additional properties by Donggeun Kim · 14 years ago
  61. 7c4509b max17042_battery: Remove obsolete cleanup for clientdata by Wolfram Sang · 14 years ago
  62. 359ab9f power_supply: Add MAX17042 Fuel Gauge Driver by MyungJoo Ham · 14 years ago