mbox series

[v4,0/2] Support for TMP75B temperature sensor

Message ID 20190503161501.29489-1-iker.perez@codethink.co.uk (mailing list archive)
Headers show
Series Support for TMP75B temperature sensor | expand

Message

Iker Perez May 3, 2019, 4:14 p.m. UTC
From: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>

This patch series adds support for the TMP75 temperature sensor to the 
lm75.c driver. Although the TMP75B has a configurable conversion rate,
this series just sets it to the default rate of 37Hz. Sample rate is set 
close to this.           
                                                                                 
In the future, I want to develop a function that allows the user choose        
the preferred conversion rate from user-land. 


Iker Perez del Palomar Sustatxa (2):
  hwmon: (lm75) Add support for TMP75B
  dt-bindings: hwmon: Add tmp75b to lm75.txt

 Documentation/devicetree/bindings/hwmon/lm75.txt |  1 +
 Documentation/hwmon/lm75                         |  7 +++++--
 drivers/hwmon/lm75.c                             | 11 +++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

Comments

Guenter Roeck May 3, 2019, 8:16 p.m. UTC | #1
On Fri, May 03, 2019 at 05:14:59PM +0100, Iker Perez wrote:
> From: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
> 
> This patch series adds support for the TMP75 temperature sensor to the 
> lm75.c driver. Although the TMP75B has a configurable conversion rate,
> this series just sets it to the default rate of 37Hz. Sample rate is set 
> close to this.           
>                                                                                  
> In the future, I want to develop a function that allows the user choose        
> the preferred conversion rate from user-land. 
> 
> 
> Iker Perez del Palomar Sustatxa (2):
>   hwmon: (lm75) Add support for TMP75B
>   dt-bindings: hwmon: Add tmp75b to lm75.txt
> 
Series applied to hwmon-next.

Thanks,
Guenter