Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1653441

[PATCH 0/3] Battery monitor MAX1721x with w1-regmap and w1-slave (resend)

From "Alex A. Mihaylov" <minimumlaw@rambler.ru>
Newsgroups linux.kernel
Subject [PATCH 0/3] Battery monitor MAX1721x with w1-regmap and w1-slave (resend)
Date 2017-05-30 20:00 +0200
Message-ID <tMTB0-1Xw-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Again resend patches. All wishes are realized.

Alex A. Mihaylov (3):
  regmap: Add 1-Wire bus support
  w1: MAX1721x Stanalone Fuel Gauge - add 1-Wire slave drivers
  power: supply: Add support MAX1721x battery monitor

 drivers/base/regmap/Kconfig             |   6 +-
 drivers/base/regmap/Makefile            |   1 +
 drivers/base/regmap/regmap-w1.c         | 239 +++++++++++++++++++++
 drivers/power/supply/Kconfig            |  14 ++
 drivers/power/supply/Makefile           |   1 +
 drivers/power/supply/max1721x_battery.c | 357 ++++++++++++++++++++++++++++++++
 drivers/w1/slaves/Kconfig               |  12 ++
 drivers/w1/slaves/Makefile              |   1 +
 drivers/w1/slaves/w1_max1721x.c         |  73 +++++++
 drivers/w1/slaves/w1_max1721x.h         | 102 +++++++++
 drivers/w1/w1_family.h                  |   1 +
 include/linux/regmap.h                  |  34 +++
 12 files changed, 840 insertions(+), 1 deletion(-)
 create mode 100644 drivers/base/regmap/regmap-w1.c
 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)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Battery monitor MAX1721x with w1-regmap and w1-slave (resend) "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-05-30 20:00 +0200
  [PATCH 3/3] power: supply: Add support MAX1721x battery monitor "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-05-30 20:00 +0200
  [PATCH 1/3] regmap: Add 1-Wire bus support "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-05-30 20:00 +0200
    Re: [PATCH 1/3] regmap: Add 1-Wire bus support Mark Brown <broonie@kernel.org> - 2017-05-31 20:30 +0200

csiph-web