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