linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: Add SFR NeufBox 6 hwmon support
@ 2020-06-07 18:25 Álvaro Fernández Rojas
  2020-06-07 18:25 ` [PATCH 1/2] dt-bindings: hwmon: Add SFR NB6 sensor binding Álvaro Fernández Rojas
  2020-06-07 18:25 ` [PATCH 2/2] hwmon: Add SFR NB6 sensor driver Álvaro Fernández Rojas
  0 siblings, 2 replies; 5+ messages in thread
From: Álvaro Fernández Rojas @ 2020-06-07 18:25 UTC (permalink / raw)
  To: jdelvare, linux, thierry.reding, u.kleine-koenig, linux-kernel,
	linux-hwmon, linux-pwm
  Cc: Álvaro Fernández Rojas

SFR NeufBox 6 is equipped with an I2C connected chip to monitor voltage,
temperature and other stats. It also has PWM LEDs that can be manually
controlled or set to specific hardware monitoring modes.

Álvaro Fernández Rojas (2):
  dt-bindings: hwmon: Add SFR NB6 sensor binding
  hwmon: Add SFR NB6 sensor driver

 .../bindings/hwmon/sfr,neufbox6.yaml          |  96 ++++
 drivers/hwmon/Kconfig                         |  11 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/nb6-hwmon.c                     | 466 ++++++++++++++++++
 4 files changed, 574 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/sfr,neufbox6.yaml
 create mode 100644 drivers/hwmon/nb6-hwmon.c

-- 
2.26.2

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

end of thread, other threads:[~2020-06-08 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-07 18:25 [PATCH 0/2] hwmon: Add SFR NeufBox 6 hwmon support Álvaro Fernández Rojas
2020-06-07 18:25 ` [PATCH 1/2] dt-bindings: hwmon: Add SFR NB6 sensor binding Álvaro Fernández Rojas
2020-06-07 18:25 ` [PATCH 2/2] hwmon: Add SFR NB6 sensor driver Álvaro Fernández Rojas
2020-06-08 14:03   ` Guenter Roeck
2020-06-08 16:34     ` Álvaro Fernández Rojas

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).