From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 1/1] hwmon: Cleaning hwmon devices
Date: Fri, 11 Jul 2008 13:01:01 +0200 [thread overview]
Message-ID: <200807111301.02053.sr@denx.de> (raw)
In-Reply-To: <d50dfd052c733c9d48f0c298a991dd88643f8f83.1215769686.git.monstr@monstr.eu>
On Friday 11 July 2008, monstr at seznam.cz wrote:
> From: Michal Simek <monstr@monstr.eu>
>
> Clean Makefile
> Move device specific values to driver for better reading
Thanks. One comment below though:
> Signed-off-by: Michal Simek <monstr@monstr.eu>
> ---
> drivers/hwmon/Makefile | 12 ++++----
> drivers/hwmon/adm1021.c | 35 +++++++++++++++++++--
> drivers/hwmon/ds1621.c | 12 +++++--
> drivers/hwmon/ds1722.c | 5 ---
> drivers/hwmon/ds1775.c | 8 ++--
> drivers/hwmon/lm73.c | 6 ++++
> drivers/hwmon/lm75.c | 8 ++--
> drivers/hwmon/lm81.c | 8 +++--
> include/dtt.h | 77
> +--------------------------------------------- 9 files changed, 66
> insertions(+), 105 deletions(-)
>
> diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
> index 065433a..61b028f 100644
> --- a/drivers/hwmon/Makefile
> +++ b/drivers/hwmon/Makefile
> @@ -30,13 +30,13 @@ include $(TOPDIR)/config.mk
>
> LIB = $(obj)libhwmon.a
>
> -COBJS-y += adm1021.o
> -COBJS-y += ds1621.o
> -COBJS-y += ds1722.o
> -COBJS-y += ds1775.o
> +COBJS-$(CONFIG_DTT_ADM1021) += adm1021.o
> +COBJS-$(CONFIG_DTT_DS1621) += ds1621.o
> +COBJS-$(CONFIG_DS1722) += ds1722.o
CONFIG_DS1722 does not match the "CONFIG_DTT_foo" idea all other sensors are
using. Perhaps you could fix this up too (CONFIG_DS1722 -> CONFIG_DTT_DS1722)
with another version of this patch?
Thanks.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
next prev parent reply other threads:[~2008-07-11 11:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-11 9:50 [U-Boot-Users] hwmon: cleaning patch monstr at seznam.cz
2008-07-11 9:50 ` [U-Boot-Users] [PATCH 1/1] FIS: repare incorrect return value with ramdisk handling monstr at seznam.cz
2008-07-11 9:50 ` [U-Boot-Users] [PATCH 1/1] hwmon: Cleaning hwmon devices monstr at seznam.cz
2008-07-11 11:01 ` Stefan Roese [this message]
2008-07-11 11:06 ` Michal Simek
2008-07-11 11:13 ` Stefan Roese
2008-07-11 13:20 ` Stefan Roese
2008-07-13 13:26 ` Wolfgang Denk
2008-07-11 10:08 ` [U-Boot-Users] [PATCH 1/1] FIS: repare incorrect return value with ramdisk handling Michal Simek
2008-07-13 13:25 ` Wolfgang Denk
2008-07-14 6:37 ` Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200807111301.02053.sr@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox