Alex Horn writes:
> * Define enum for TMP105 registers
> * Move tmp105_set() from I2C to TMP105 header
> * Document units and range of temperature as preconditions
>
> Signed-off-by: Alex Horn
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> hw/i2c.h|3 --
> hw/tmp105.c | 17
Am 05.12.2012 13:34, schrieb Alex Horn:
> * Define enum for TMP105 registers
> * Move tmp105_set() from I2C to TMP105 header
> * Document units and range of temperature as preconditions
>
> Signed-off-by: Alex Horn
Looks great, thanks!
Reviewed-by: Andreas Färber
Cheers,
Andreas
--
SUSE LIN
* Define enum for TMP105 registers
* Move tmp105_set() from I2C to TMP105 header
* Document units and range of temperature as preconditions
Signed-off-by: Alex Horn
---
hw/i2c.h|3 --
hw/tmp105.c | 17 ---
hw/tmp105.h | 67 +
Am 04.12.2012 20:23, schrieb Alex Horn:
> * Define constants for TMP105 registers.
> * Move tmp105_set() from I2C to TMP105 header.
>
> Signed-off-by: Alex Horn
CC'ing TMP105 author and ARM maintainer. Comments inline.
> ---
> hw/i2c.h|3 ---
> hw/tmp105.c | 17 +
> h
* Define constants for TMP105 registers.
* Move tmp105_set() from I2C to TMP105 header.
Signed-off-by: Alex Horn
---
hw/i2c.h|3 ---
hw/tmp105.c | 17 +
hw/tmp105.h | 34 ++
3 files changed, 43 insertions(+), 11 deletions(-)
create mod