[U-Boot-Users] [PATCH 2/9] Add driver for National Semiconductor LM73 temperature sensor

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sun Dec 23 11:40:49 CET 2007


On 15:14 Sat 22 Dec     , Larry Johnson wrote:
> This driver is based on the driver for the LM75.
> 
> Signed-off-by: Larry Johnson <lrj at acm.org>
> ---
>  drivers/hwmon/Makefile |    1 +
>  drivers/hwmon/lm73.c   |  181 ++++++++++++++++++++++++++++++++++++++++++++++++
>  include/dtt.h          |   12 +++-
>  3 files changed, 193 insertions(+), 1 deletions(-)
>  create mode 100644 drivers/hwmon/lm73.c
> 
> diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
> index cebb2ba..32e3f44 100644
> --- a/drivers/hwmon/Makefile
> +++ b/drivers/hwmon/Makefile
> @@ -34,6 +34,7 @@ COBJS-y += adm1021.o
>  COBJS-y += ds1621.o
>  COBJS-y += ds1722.o
>  COBJS-y += ds1775.o
> +COBJS-y += lm73.o
>  COBJS-y += lm75.o
>  COBJS-y += lm81.o
> 

I will send soon (today or tomorow)  the Makefile with conditional compilation please rebase
your patch about drivers on it.


Best Regards,
J.




More information about the U-Boot mailing list