mbox series

[0/3] tmp105: Improvements and fixes

Message ID 20240906132912.3826089-1-linux@roeck-us.net
Headers show
Series tmp105: Improvements and fixes | expand

Message

Guenter Roeck Sept. 6, 2024, 1:29 p.m. UTC
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(-)

Comments

Cédric Le Goater Sept. 6, 2024, 3:44 p.m. UTC | #1
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.