devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hwmon: Add driver for wsen tids-2521020222501
@ 2025-11-17 12:38 Thomas Marangoni
  2025-11-17 12:38 ` [PATCH 1/4] " Thomas Marangoni
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Thomas Marangoni @ 2025-11-17 12:38 UTC (permalink / raw)
  To: linux-hwmon
  Cc: robh, krzk+dt, conor+dt, linux, corbet, Jonathan.Cameron,
	Frank.Li, michal.simek, rodrigo.gobbi.7, chou.cosmo, wenswang,
	nuno.sa, paweldembicki, apokusinski01, eajames, vassilisamir,
	heiko, neil.armstrong, prabhakar.mahadev-lad.rj, kever.yang, mani,
	dev, devicetree, linux-kernel, linux-doc, Thomas Marangoni

This series introduces a hwmon driver for the Würth Sensor tids-2521020222501.

I've tried to implement all possible hwmon features with this sensor.
The patch series is tested again main branch of linux-next and
hwmon-staging.

Note: This is my first patch series, I tried to follow the submitting
guide, as close as possible. If something is missing, please let me
know.

Thomas Marangoni (4):
  hwmon: Add driver for wsen tids-2521020222501
  hwmon: documentation: add tids
  dt-bindings: Add tids in bindings and wsen as vendor
  MAINTAINERS: Add tids driver as maintained

 .../devicetree/bindings/trivial-devices.yaml  |   2 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 Documentation/hwmon/tids.rst                  |  61 ++
 MAINTAINERS                                   |   6 +
 drivers/hwmon/Kconfig                         |  10 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/tids.c                          | 560 ++++++++++++++++++
 7 files changed, 642 insertions(+)
 create mode 100644 Documentation/hwmon/tids.rst
 create mode 100644 drivers/hwmon/tids.c


base-commit: 0c1c7a6a83feaf2cf182c52983ffe330ffb50280
-- 
2.51.1


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

end of thread, other threads:[~2025-11-19 10:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17 12:38 [PATCH 0/4] hwmon: Add driver for wsen tids-2521020222501 Thomas Marangoni
2025-11-17 12:38 ` [PATCH 1/4] " Thomas Marangoni
2025-11-17 16:24   ` Guenter Roeck
2025-11-19 10:40     ` Thomas Marangoni
2025-11-17 12:38 ` [PATCH 2/4] hwmon: documentation: add tids Thomas Marangoni
2025-11-17 16:31   ` Guenter Roeck
2025-11-17 12:38 ` [PATCH 3/4] dt-bindings: Add tids in bindings and wsen as vendor Thomas Marangoni
2025-11-17 16:27   ` Guenter Roeck
2025-11-17 16:33   ` Krzysztof Kozlowski
2025-11-17 12:38 ` [PATCH 4/4] MAINTAINERS: Add tids driver as maintained Thomas Marangoni
2025-11-17 16:31   ` Krzysztof Kozlowski

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