All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] MAX17042 add support for maxim POR procedure
@ 2011-12-12 18:39 dirk.brandewie
  2011-12-12 18:39 ` [PATCH v3 1/5] max17042: Align register definitions with data sheet and init appnote dirk.brandewie
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: dirk.brandewie @ 2011-12-12 18:39 UTC (permalink / raw)
  To: linux-kernel
  Cc: cbouatmailru, dg77.kim, kyungmin.park, myungjoo.ham,
	Jason.Wortham, bruce.e.robertson, Dirk Brandewie

From: Dirk Brandewie <dirk.brandewie@gmail.com>

This patch set adds support for the power on reset procedure for the
max17042 battery fuel gauge and alert interrupts.

The accuracy of the fuel gauge is improved by configuring the fuel
gauge with the characterization data for the battery present in the 
platform.

Changes since v2:

Dropped patch moving non-POR init to worker function.

Reorganized POR patch to only schedule worker thread if the fuel gauge
is in the POR state

Changes since v1:

Moved power_supply_register() back to the probe max17042_get_property() 
will return -EAGAIN until the init function completes

Added support for interrupts from the alert pin if the platform has it
connected to an interrupt source.

Added fix for the values returned by POWER_SUPPLY_PROP_VOLTAGE_NOW
and POWER_SUPPLY_PROP_VOLTAGE_AVG.

Added Ack's from previous patch series


Bruce Robertson (1):
  max17042: Fix value scaling for VCELL and avgVCELL

Dirk Brandewie (4):
  max17042: Align register definitions with data sheet and init appnote
  max17042: Add POR init procedure from Maxim appnote
  max17042: Add support for signalling change in SOC
  x86-mrst: Add battery fuel guage platform data

 arch/x86/platform/mrst/mrst.c          |   53 ++++
 drivers/power/max17042_battery.c       |  451 +++++++++++++++++++++++++++++++-
 include/linux/power/max17042_battery.h |   93 ++++++-
 3 files changed, 575 insertions(+), 22 deletions(-)

-- 
1.7.7.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-12-12 19:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 18:39 [PATCH v3 0/5] MAX17042 add support for maxim POR procedure dirk.brandewie
2011-12-12 18:39 ` [PATCH v3 1/5] max17042: Align register definitions with data sheet and init appnote dirk.brandewie
2011-12-12 18:39 ` [PATCH v3 2/5] max17042: Add POR init procedure from Maxim appnote dirk.brandewie
2011-12-12 19:19   ` bruce robertson
2011-12-12 18:39 ` [PATCH v3 3/5] max17042: Add support for signalling change in SOC dirk.brandewie
2011-12-12 19:39   ` bruce robertson
2011-12-12 18:39 ` [PATCH v3 4/5] max17042: Fix value scaling for VCELL and avgVCELL dirk.brandewie
2011-12-12 18:39 ` [PATCH v3 5/5] x86-mrst: Add battery fuel guage platform data dirk.brandewie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.