From: "Alex A. Mihaylov" <minimumlaw@rambler.ru>
To: linux-kernel@vger.kernel.org
Cc: zbr@ioremap.net, greg@kroah.com,
"Alex A. Mihaylov" <minimumlaw@rambler.ru>
Subject: [PATCH 0/2] Add support for MAX1721x fuel gauge chips
Date: Sat, 29 Apr 2017 17:34:27 +0300 [thread overview]
Message-ID: <20170429143429.5685-1-minimumlaw@rambler.ru> (raw)
Maxim Semiconductor MAX17211/MAX17215 is M5 Fuel Gauge Monitor with
OneWire (W1) interface.
This patch provide W1 family, MAX17211x slave device and MAX17211x
battery power_supply class device.
Alex A. Mihaylov (2):
Add support for OneWire (W1) devices family 0x26 (MAX17211/MAX17215)
Add driver for MAX17211/MAX17215 fuel gauge
drivers/power/supply/Kconfig | 8 +
drivers/power/supply/Makefile | 1 +
drivers/power/supply/max1721x_battery.c | 303 ++++++++++++++++++++++++++++++++
drivers/w1/slaves/Kconfig | 12 ++
drivers/w1/slaves/Makefile | 1 +
drivers/w1/slaves/w1_max1721x.c | 121 +++++++++++++
drivers/w1/slaves/w1_max1721x.h | 101 +++++++++++
drivers/w1/w1_family.h | 1 +
8 files changed, 548 insertions(+)
create mode 100644 drivers/power/supply/max1721x_battery.c
create mode 100644 drivers/w1/slaves/w1_max1721x.c
create mode 100644 drivers/w1/slaves/w1_max1721x.h
--
2.8.4 (Apple Git-73)
next reply other threads:[~2017-04-29 14:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-29 14:34 Alex A. Mihaylov [this message]
2017-04-29 14:34 ` [PATCH 1/2] Add support for OneWire (W1) devices family 0x26 (MAX17211/MAX17215) Alex A. Mihaylov
2017-04-29 15:59 ` Sebastian Reichel
2017-04-30 5:21 ` Alex A. Mihaylov
2017-04-30 20:53 ` Sebastian Reichel
2017-05-01 6:13 ` Alex A. Mihaylov
2017-04-29 14:34 ` [PATCH 2/2] Add driver for MAX17211/MAX17215 fuel gauge Alex A. Mihaylov
2017-04-29 16:40 ` Sebastian Reichel
2017-04-30 17:32 ` Михайлов Алексей Анатольевич
2017-04-30 20:44 ` Sebastian Reichel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170429143429.5685-1-minimumlaw@rambler.ru \
--to=minimumlaw@rambler.ru \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=zbr@ioremap.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®