All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] max8903: Add device tree support and logic fixup
@ 2016-06-07  4:02 chris
  2016-06-07  4:02 ` [PATCH 1/2] max8903: adds support for initiation via device tree chris
  2016-06-07  4:02 ` [PATCH 2/2] max8903: cleans up confusing relationship between dc_valid, dok and dcm chris
  0 siblings, 2 replies; 4+ messages in thread
From: chris @ 2016-06-07  4:02 UTC (permalink / raw)
  To: linux-pm, dwmw2, dbaryshkov, sre; +Cc: Chris Lapa

From: Chris Lapa <chris@lapa.com.au>

This patch set adds device tree support for the MAX8903 battery charger
and also cleans up the logic with the dc_valid, dok and dcm pins.

I verified these patches work on a board I have here, which uses the
DC power side (not the USB portition) of the MAX8903.

Chris Lapa (2):
  max8903: adds support for initiation via device tree.
  max8903: cleans up confusing relationship between dc_valid, dok and
    dcm.

 .../devicetree/bindings/power/max8903-charger.txt  |  28 ++
 drivers/power/max8903_charger.c                    | 287 ++++++++++++++++-----
 include/linux/power/max8903_charger.h              |   6 +-
 3 files changed, 250 insertions(+), 71 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/max8903-charger.txt

-- 
1.9.1


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH 0/2] max8903: Add device tree support and logic fixup
@ 2016-06-02  6:44 chris
  0 siblings, 0 replies; 4+ messages in thread
From: chris @ 2016-06-02  6:44 UTC (permalink / raw)
  To: linux-kernel, linux-pm; +Cc: Chris Lapa

From: Chris Lapa <chris@lapa.com.au>

This patch set adds device tree support for the MAX8903 battery charger
and also cleans up the logic with the dc_valid, dok and dcm pins.

I verified these patches work on a board I have here, which uses the
DC power side (not the USB portition) of the MAX8903.

Chris Lapa (2):
  max8903: adds support for initiation via device tree.
  max8903: cleans up confusing relationship between dc_valid, dok and
    dcm.

 .../devicetree/bindings/power/max8903-charger.txt  |  28 ++
 drivers/power/max8903_charger.c                    | 287 ++++++++++++++++-----
 include/linux/power/max8903_charger.h              |   6 +-
 3 files changed, 250 insertions(+), 71 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/max8903-charger.txt

-- 
1.9.1

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

end of thread, other threads:[~2016-06-07  4:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-07  4:02 [PATCH 0/2] max8903: Add device tree support and logic fixup chris
2016-06-07  4:02 ` [PATCH 1/2] max8903: adds support for initiation via device tree chris
2016-06-07  4:02 ` [PATCH 2/2] max8903: cleans up confusing relationship between dc_valid, dok and dcm chris
  -- strict thread matches above, loose matches on Subject: below --
2016-06-02  6:44 [PATCH 0/2] max8903: Add device tree support and logic fixup chris

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.