2022-04-25 11:04:29

by Peter Rosin

[permalink] [raw]
Subject: [PATCH 0/2] Add support for Atmel AT30TS74

Hi!

Yet another LM75 temperature sensor. Add it to the list of
supported chips.

Cheers,
Peter

Peter Rosin (2):
dt-bindings: hwmon: Add Atmel AT30TS74
hwmon: (lm75) Add Atmel AT30TS74 support

Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 +
drivers/hwmon/Kconfig | 1 +
drivers/hwmon/lm75.c | 14 ++++++++++++++
3 files changed, 16 insertions(+)

--
2.20.1


2022-04-25 13:16:34

by Peter Rosin

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: hwmon: Add Atmel AT30TS74

Document the Atmel (now Microchip) AT30TS74 which is an LM75 based
temperature sensor.

Signed-off-by: Peter Rosin <[email protected]>
---
Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/hwmon/lm75.yaml b/Documentation/devicetree/bindings/hwmon/lm75.yaml
index 72980d083c21..8226e3b5d028 100644
--- a/Documentation/devicetree/bindings/hwmon/lm75.yaml
+++ b/Documentation/devicetree/bindings/hwmon/lm75.yaml
@@ -14,6 +14,7 @@ properties:
compatible:
enum:
- adi,adt75
+ - atmel,at30ts74
- dallas,ds1775
- dallas,ds75
- dallas,ds7505
--
2.20.1

2022-04-25 22:28:07

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: hwmon: Add Atmel AT30TS74

On Mon, 25 Apr 2022 07:59:12 +0200, Peter Rosin wrote:
> Document the Atmel (now Microchip) AT30TS74 which is an LM75 based
> temperature sensor.
>
> Signed-off-by: Peter Rosin <[email protected]>
> ---
> Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2022-04-26 00:48:45

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: hwmon: Add Atmel AT30TS74

On 25/04/2022 07:59, Peter Rosin wrote:
> Document the Atmel (now Microchip) AT30TS74 which is an LM75 based
> temperature sensor.
>
> Signed-off-by: Peter Rosin <[email protected]>
> ---
> Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/hwmon/lm75.yaml b/Documentation/devicetree/bindings/hwmon/lm75.yaml
> index 72980d083c21..8226e3b5d028 100644
> --- a/Documentation/devicetree/bindings/hwmon/lm75.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/lm75.yaml
> @@ -14,6 +14,7 @@ properties:
> compatible:
> enum:
> - adi,adt75
> + - atmel,at30ts74

Looks like wrong indentation.

Best regards,
Krzysztof

2022-04-26 09:12:58

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: hwmon: Add Atmel AT30TS74

On 4/25/22 11:49, Krzysztof Kozlowski wrote:
> On 25/04/2022 07:59, Peter Rosin wrote:
>> Document the Atmel (now Microchip) AT30TS74 which is an LM75 based
>> temperature sensor.
>>
>> Signed-off-by: Peter Rosin <[email protected]>
>> ---
>> Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/hwmon/lm75.yaml b/Documentation/devicetree/bindings/hwmon/lm75.yaml
>> index 72980d083c21..8226e3b5d028 100644
>> --- a/Documentation/devicetree/bindings/hwmon/lm75.yaml
>> +++ b/Documentation/devicetree/bindings/hwmon/lm75.yaml
>> @@ -14,6 +14,7 @@ properties:
>> compatible:
>> enum:
>> - adi,adt75
>> + - atmel,at30ts74
>
> Looks like wrong indentation.
>

Actually, the patch is corrupted. Unchanged lines have an extra space.

Guenter