linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] w1-regmap infrastructure and MAX1721x power_suply
@ 2017-05-04 16:16 Alex A. Mihaylov
  2017-05-04 16:16 ` [PATCH 1/3] Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus Alex A. Mihaylov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alex A. Mihaylov @ 2017-05-04 16:16 UTC (permalink / raw)
  Cc: Alex A. Mihaylov, Mark Brown, Greg Kroah-Hartman,
	Sebastian Reichel, Evgeniy Polyakov, linux-kernel, linux-pm

  1. Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus
  2. Introduce new OneWire (W1) family: 0x26 with slave device Maxim
     Semconductor MAX17211/MAX17215 Fuel Gauge IC
  3. Introduce Maxim Semiconductor MAX17211/MAX17215 Standalone Fuel Gauge
     IC support for power_supply class driver. This driver use w1-regmap API.

 drivers/base/regmap/Kconfig             |   6 +-
 drivers/base/regmap/Makefile            |   1 +
 drivers/base/regmap/regmap-w1.c         | 241 +++++++++++++++++++++
 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, 842 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)

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

end of thread, other threads:[~2017-05-04 16:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-04 16:16 [PATCH 0/3] w1-regmap infrastructure and MAX1721x power_suply Alex A. Mihaylov
2017-05-04 16:16 ` [PATCH 1/3] Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus Alex A. Mihaylov
2017-05-04 16:16 ` [PATCH 2/3] Introduce new OneWire (W1) family: 0x26 with slave device Maxim Semconductor MAX17211/MAX17215 Fuel Gauge IC Alex A. Mihaylov
2017-05-04 16:16 ` [PATCH 3/3] Introduce Maxim Semiconductor MAX17211/MAX17215 Standalone Fuel Gauge IC support for power_supply class driver Alex A. Mihaylov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).