Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1411910
| From | chris@lapa.com.au |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] max8903: Add device tree support and logic fixup |
| Date | 2016-06-02 08:50 +0200 |
| Message-ID | <rFuC5-2sz-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] max8903: Add device tree support and logic fixup chris@lapa.com.au - 2016-06-02 08:50 +0200
[PATCH 1/2] max8903: adds support for initiation via device tree. chris@lapa.com.au - 2016-06-02 08:50 +0200
Re: [PATCH 1/2] max8903: adds support for initiation via device tree. Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-09 12:40 +0200
Re: [PATCH 1/2] max8903: adds support for initiation via device tree. Chris Lapa <chris@lapa.com.au> - 2016-06-10 07:40 +0200
Re: [PATCH 1/2] max8903: adds support for initiation via device tree. Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-10 08:20 +0200
Re: [PATCH 1/2] max8903: adds support for initiation via device tree. Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-10 12:30 +0200
csiph-web