[PATCH 0/3] tmp105: Improvements and fixes

Guenter Roeck posted 3 patches 2 months, 2 weeks ago
There is a newer version of this series
hw/sensor/tmp105.c | 42 ++++++++++++++++++++++--------------------
1 file changed, 22 insertions(+), 20 deletions(-)
[PATCH 0/3] tmp105: Improvements and fixes
Posted by Guenter Roeck 2 months, 2 weeks ago
Fix coding style issues as well as a couple of implementation bugs.

----------------------------------------------------------------
Guenter Roeck (3):
      tmp105: Coding style fixes
      tmp105: OS (one-shot) bit in configuration register always returns 0
      tmp105: Lower 4 bit of limit registers are always 0

 hw/sensor/tmp105.c | 42 ++++++++++++++++++++++--------------------
 1 file changed, 22 insertions(+), 20 deletions(-)
Re: [PATCH 0/3] tmp105: Improvements and fixes
Posted by Cédric Le Goater 2 months, 2 weeks ago
On 9/6/24 15:29, Guenter Roeck wrote:
> Fix coding style issues as well as a couple of implementation bugs.
> 
> ----------------------------------------------------------------
> Guenter Roeck (3):
>        tmp105: Coding style fixes
>        tmp105: OS (one-shot) bit in configuration register always returns 0
>        tmp105: Lower 4 bit of limit registers are always 0
> 
>   hw/sensor/tmp105.c | 42 ++++++++++++++++++++++--------------------
>   1 file changed, 22 insertions(+), 20 deletions(-)


For the series,

Reviewed-by: Cédric Le Goater <clg@kaod.org>

Thanks,

C.