All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon/tmp401: add support of three advanced features
@ 2022-04-11 10:03 Camel Guo
  2022-04-11 10:03 ` [PATCH 1/2] dt-bindings: hwmon: Add TMP401, TMP411 and TMP43x Camel Guo
  2022-04-11 10:03 ` [PATCH 2/2] hwmon: (tmp401) Add support of three advanced features Camel Guo
  0 siblings, 2 replies; 6+ messages in thread
From: Camel Guo @ 2022-04-11 10:03 UTC (permalink / raw)
  To: linux, jdelvare, robh+dt, krzk+dt
  Cc: kernel, Camel Guo, linux-hwmon, devicetree, linux-kernel

According the their datasheets:
- TMP401, TMP411 and TMP43x support extended temperature range;
- TMP411 and TMP43x support n-factor correction;
- TMP43x support beta compensation.

In order to make it possible for users to enable these features and set up them
based on their needs, this patch series adds the following devicetree bindings:
- ti,extended-range-enable;
- ti,n-factor;
- ti,beta-compensation.
In the meanwhile, tmp401 driver reads them and configures the coressponding
registers accordingly.

Cc: linux-hwmon@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org

Camel Guo (2):
  dt-bindings: hwmon: Add TMP401, TMP411 and TMP43x
  hwmon: (tmp401) Add support of three advanced features

 .../devicetree/bindings/hwmon/ti,tmp401.yaml  | 111 ++++++++++++++++++
 MAINTAINERS                                   |   1 +
 drivers/hwmon/tmp401.c                        |  43 ++++++-
 3 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/ti,tmp401.yaml


base-commit: ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e
-- 
2.30.2


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/2] hwmon/tmp401: add support of three advanced features
@ 2022-04-11  9:56 Camel Guo
  2022-04-11  9:56 ` [PATCH 1/2] dt-bindings: hwmon: Add TMP401, TMP411 and TMP43x Camel Guo
  0 siblings, 1 reply; 6+ messages in thread
From: Camel Guo @ 2022-04-11  9:56 UTC (permalink / raw)
  To: inux, jdelvare, robh+dt, krzk+dt
  Cc: kernel, Camel Guo, linux-hwmon, devicetree, linux-kernel

According the their datasheets:
- TMP401, TMP411 and TMP43x support extended temperature range;
- TMP411 and TMP43x support n-factor correction;
- TMP43x support beta compensation.

In order to make it possible for users to enable these features and set up them
based on their needs, this patch series adds the following devicetree bindings:
- ti,extended-range-enable;
- ti,n-factor;
- ti,beta-compensation.
In the meanwhile, tmp401 driver reads them and configures the coressponding
registers accordingly.

Cc: linux-hwmon@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org

Camel Guo (2):
  dt-bindings: hwmon: Add TMP401, TMP411 and TMP43x
  hwmon: (tmp401) Add support of three advanced features

 .../devicetree/bindings/hwmon/ti,tmp401.yaml  | 111 ++++++++++++++++++
 MAINTAINERS                                   |   1 +
 drivers/hwmon/tmp401.c                        |  43 ++++++-
 3 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/ti,tmp401.yaml


base-commit: ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e
-- 
2.30.2


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

end of thread, other threads:[~2022-04-12 14:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 10:03 [PATCH 0/2] hwmon/tmp401: add support of three advanced features Camel Guo
2022-04-11 10:03 ` [PATCH 1/2] dt-bindings: hwmon: Add TMP401, TMP411 and TMP43x Camel Guo
2022-04-12 11:53   ` Krzysztof Kozlowski
2022-04-12 14:08     ` Camel Guo
2022-04-11 10:03 ` [PATCH 2/2] hwmon: (tmp401) Add support of three advanced features Camel Guo
  -- strict thread matches above, loose matches on Subject: below --
2022-04-11  9:56 [PATCH 0/2] hwmon/tmp401: add " Camel Guo
2022-04-11  9:56 ` [PATCH 1/2] dt-bindings: hwmon: Add TMP401, TMP411 and TMP43x Camel Guo

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.