All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Marangoni <Thomas.Marangoni@becom-group.com>
To: linux-hwmon@vger.kernel.org
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	linux@roeck-us.net, corbet@lwn.net, Jonathan.Cameron@huawei.com,
	Frank.Li@nxp.com, michal.simek@amd.com,
	rodrigo.gobbi.7@gmail.com, chou.cosmo@gmail.com,
	wenswang@yeah.net, nuno.sa@analog.com, paweldembicki@gmail.com,
	apokusinski01@gmail.com, eajames@linux.ibm.com,
	vassilisamir@gmail.com, heiko@sntech.de,
	neil.armstrong@linaro.org,
	prabhakar.mahadev-lad.rj@bp.renesas.com,
	kever.yang@rock-chips.com, mani@kernel.org, dev@kael-k.io,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-doc@vger.kernel.org,
	Thomas Marangoni <Thomas.Marangoni@becom-group.com>
Subject: [PATCH 0/4] hwmon: Add driver for wsen tids-2521020222501
Date: Mon, 17 Nov 2025 13:38:02 +0100	[thread overview]
Message-ID: <20251117123809.47488-1-Thomas.Marangoni@becom-group.com> (raw)

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


             reply	other threads:[~2025-11-17 12:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-17 12:38 Thomas Marangoni [this message]
2025-11-17 12:38 ` [PATCH 1/4] hwmon: Add driver for wsen tids-2521020222501 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251117123809.47488-1-Thomas.Marangoni@becom-group.com \
    --to=thomas.marangoni@becom-group.com \
    --cc=Frank.Li@nxp.com \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=apokusinski01@gmail.com \
    --cc=chou.cosmo@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=corbet@lwn.net \
    --cc=dev@kael-k.io \
    --cc=devicetree@vger.kernel.org \
    --cc=eajames@linux.ibm.com \
    --cc=heiko@sntech.de \
    --cc=kever.yang@rock-chips.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=mani@kernel.org \
    --cc=michal.simek@amd.com \
    --cc=neil.armstrong@linaro.org \
    --cc=nuno.sa@analog.com \
    --cc=paweldembicki@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh@kernel.org \
    --cc=rodrigo.gobbi.7@gmail.com \
    --cc=vassilisamir@gmail.com \
    --cc=wenswang@yeah.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.