All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] LTC2947 support
@ 2019-09-24 12:49 Nuno Sá
  2019-09-24 12:49   ` Nuno Sá
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Nuno Sá @ 2019-09-24 12:49 UTC (permalink / raw)
  To: linux-hwmon, devicetree, linux-doc
  Cc: Rob Herring, Mark Rutland, Guenter Roeck, Jean Delvare, Jonathan Corbet

This series adds support for the LTC2947 hwmon device. The device
supports power[1-*]_min_alarm, so that it makes use of
the HWMON_P_MIN_ALARM mask. This brings me to the first patch, which is a
fix on the hwmon subsystem for the HWMON_P_MIN_ALARM mask. It was defining
the same mask as HWMON_P_MAX_ALARM.
The rest of the series is the usual for a new device.

Nuno Sá (3):
  hwmon: Fix HWMON_P_MIN_ALARM mask
  hwmon: Add support for  ltc2947
  dt-bindings: iio: Add ltc2947 documentation

 .../bindings/hwmon/adi,ltc2947.yaml           |  101 ++
 Documentation/hwmon/ltc2947.rst               |  110 ++
 MAINTAINERS                                   |   11 +
 drivers/hwmon/Kconfig                         |   27 +
 drivers/hwmon/Makefile                        |    3 +
 drivers/hwmon/ltc2947-core.c                  | 1421 +++++++++++++++++
 drivers/hwmon/ltc2947-i2c.c                   |   49 +
 drivers/hwmon/ltc2947-spi.c                   |   50 +
 drivers/hwmon/ltc2947.h                       |   12 +
 include/linux/hwmon.h                         |    2 +-
 10 files changed, 1785 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/adi,ltc2947.yaml
 create mode 100644 Documentation/hwmon/ltc2947.rst
 create mode 100644 drivers/hwmon/ltc2947-core.c
 create mode 100644 drivers/hwmon/ltc2947-i2c.c
 create mode 100644 drivers/hwmon/ltc2947-spi.c
 create mode 100644 drivers/hwmon/ltc2947.h

-- 
2.23.0


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

end of thread, other threads:[~2019-10-11  7:00 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-24 12:49 [PATCH 0/3] LTC2947 support Nuno Sá
2019-09-24 12:49 ` [PATCH 1/3] hwmon: Fix HWMON_P_MIN_ALARM mask Nuno Sá
2019-09-24 12:49   ` Nuno Sá
2019-10-02 13:37   ` Guenter Roeck
2019-09-24 12:49 ` [PATCH 2/3] hwmon: Add support for ltc2947 Nuno Sá
2019-10-03  4:14   ` Guenter Roeck
2019-10-04  7:45     ` Sa, Nuno
2019-10-04 15:06       ` Guenter Roeck
2019-10-07 12:25         ` Sa, Nuno
2019-10-07 12:44           ` Guenter Roeck
2019-10-07 14:51             ` Sa, Nuno
2019-10-10  7:13               ` Sa, Nuno
2019-10-10 15:21                 ` Guenter Roeck
2019-10-11  6:59                   ` Sa, Nuno
2019-09-24 12:49 ` [PATCH 3/3] dt-bindings: iio: Add ltc2947 documentation Nuno Sá
2019-10-02 14:19   ` Rob Herring
2019-10-02 15:09     ` Sa, Nuno
2019-10-02 19:06       ` Rob Herring
2019-10-04 14:58         ` Sa, Nuno
2019-10-04 15:23           ` Rob Herring
2019-10-08 14:20             ` Sa, Nuno
2019-09-26 10:17 ` [PATCH 0/3] LTC2947 support Sa, Nuno

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.