devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] dt-bindings: hwmon: Add description for new hwmon driver hs3001
@ 2023-07-16 15:05 Andre Werner
  2023-07-16 15:05 ` [PATCH v2 2/2] hwmon: (hs3001) Add driver for Renesas HS3001 Andre Werner
  2023-07-16 16:33 ` [PATCH v2 1/2] dt-bindings: hwmon: Add description for new hwmon driver hs3001 Krzysztof Kozlowski
  0 siblings, 2 replies; 11+ messages in thread
From: Andre Werner @ 2023-07-16 15:05 UTC (permalink / raw)
  To: jdelvare, linux, robh+dt; +Cc: linux-hwmon, devicetree, Andre Werner

This is the initial description.

Signed-off-by: Andre Werner <andre.werner@systec-electronic.com>
---
 Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index ba2bfb547909..5a5de3f6cd37 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -320,6 +320,8 @@ properties:
             # Rohm DH2228FV
           - rohm,dh2228fv
             # S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power)
+          - renesas,hs3001
+            # Renesas HS300[1,2,3,4] Temperature and Relative Humidity Sensors
           - samsung,24ad0xd1
             # Samsung Exynos SoC SATA PHY I2C device
           - samsung,exynos-sataphy-i2c
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [PATCH v2 1/2] dt-bindings: hwmon: Add description for new hwmon driver hs3001
@ 2023-07-18  7:01 Andre Werner
  2023-07-18  7:21 ` Krzysztof Kozlowski
  2023-07-18  7:23 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 11+ messages in thread
From: Andre Werner @ 2023-07-18  7:01 UTC (permalink / raw)
  To: jdelvare, linux, krzysztof.kozlowski+dt, conor+dt, robh+dt
  Cc: linux-hwmon, devicetree, linux-kernel, Andre Werner

This is the initial description.

Signed-off-by: Andre Werner <andre.werner@systec-electronic.com>

v1: Using separate dt-binding hs300x.yaml
v2: Reviewer recommends documentation of driver dt-binding in
trivial-devices.yaml because the driver has no special properties
to describe.
---
 Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index ba2bfb547909..a4f4701337cf 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -315,6 +315,8 @@ properties:
           - plx,pex8648
             # Pulsedlight LIDAR range-finding sensor
           - pulsedlight,lidar-lite-v2
+            # Renesas HS300[1,2,3,4] Temperature and Relative Humidity Sensors
+          - renesas,hs3001
             # Renesas ISL29501 time-of-flight sensor
           - renesas,isl29501
             # Rohm DH2228FV
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [PATCH v2 1/2] dt-bindings: hwmon: Add description for new hwmon driver hs3001
@ 2023-07-14  6:43 Andre Werner
  2023-07-14 21:09 ` Rob Herring
  2023-07-16 16:32 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 11+ messages in thread
From: Andre Werner @ 2023-07-14  6:43 UTC (permalink / raw)
  To: jdelvare, linux, robh+dt; +Cc: linux-hwmon, devicetree, Andre Werner

This is the initial description.

Signed-off-by: Andre Werner <andre.werner@systec-electronic.com>
---
 Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index ba2bfb547909..5a5de3f6cd37 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -320,6 +320,8 @@ properties:
             # Rohm DH2228FV
           - rohm,dh2228fv
             # S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power)
+          - renesas,hs3001
+            # Renesas HS300[1,2,3,4] Temperature and Relative Humidity Sensors
           - samsung,24ad0xd1
             # Samsung Exynos SoC SATA PHY I2C device
           - samsung,exynos-sataphy-i2c
-- 
2.41.0


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

end of thread, other threads:[~2023-07-18  7:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-16 15:05 [PATCH v2 1/2] dt-bindings: hwmon: Add description for new hwmon driver hs3001 Andre Werner
2023-07-16 15:05 ` [PATCH v2 2/2] hwmon: (hs3001) Add driver for Renesas HS3001 Andre Werner
2023-07-16 15:09   ` Guenter Roeck
2023-07-16 16:33 ` [PATCH v2 1/2] dt-bindings: hwmon: Add description for new hwmon driver hs3001 Krzysztof Kozlowski
2023-07-16 17:05   ` Guenter Roeck
  -- strict thread matches above, loose matches on Subject: below --
2023-07-18  7:01 Andre Werner
2023-07-18  7:21 ` Krzysztof Kozlowski
2023-07-18  7:23 ` Krzysztof Kozlowski
2023-07-14  6:43 Andre Werner
2023-07-14 21:09 ` Rob Herring
2023-07-16 16:32 ` 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).