From: Guenter Roeck <guenter.roeck@ericsson.com>
To: Dirk Eibach <eibach@gdsys.de>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"khali@linux-fr.org" <khali@linux-fr.org>,
"lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>,
"rdunlap@xenotime.net" <rdunlap@xenotime.net>,
"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>
Subject: Re: [lm-sensors] [PATCH v2] hwmon: Add support for Texas
Date: Wed, 16 Feb 2011 04:50:35 +0000 [thread overview]
Message-ID: <20110216045035.GA12173@ericsson.com> (raw)
In-Reply-To: <1297689710-17840-1-git-send-email-eibach@gdsys.de>
On Mon, Feb 14, 2011 at 08:21:50AM -0500, Dirk Eibach wrote:
> Signed-off-by: Dirk Eibach <eibach@gdsys.de>
> ---
> Changes since v1:
> - fixed/extended Documentation
> - removed unused register definitions
> - hardcoded PGA fullscale table size
> - made sure patch applies against v2.6.38-rc4
> - reordered functions to avoid forward declaration
> - results from i2c_smbus_read_word_data() are handled correctly
> - moved locking into ads1015_read_value()
> - removed unnecessray clearing of bit
> - proper error handling in ads1015_read_value()
> - use DIV_ROUND_CLOSEST for scaling result
> - removed detect()
>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Jean,
any further comments ?
If not, do you want me to apply it to my tree, or do you want to take it into yours ?
Thanks,
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: Dirk Eibach <eibach@gdsys.de>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"khali@linux-fr.org" <khali@linux-fr.org>,
"lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>,
"rdunlap@xenotime.net" <rdunlap@xenotime.net>,
"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>
Subject: Re: [PATCH v2] hwmon: Add support for Texas Instruments ADS1015
Date: Tue, 15 Feb 2011 20:50:35 -0800 [thread overview]
Message-ID: <20110216045035.GA12173@ericsson.com> (raw)
In-Reply-To: <1297689710-17840-1-git-send-email-eibach@gdsys.de>
On Mon, Feb 14, 2011 at 08:21:50AM -0500, Dirk Eibach wrote:
> Signed-off-by: Dirk Eibach <eibach@gdsys.de>
> ---
> Changes since v1:
> - fixed/extended Documentation
> - removed unused register definitions
> - hardcoded PGA fullscale table size
> - made sure patch applies against v2.6.38-rc4
> - reordered functions to avoid forward declaration
> - results from i2c_smbus_read_word_data() are handled correctly
> - moved locking into ads1015_read_value()
> - removed unnecessray clearing of bit
> - proper error handling in ads1015_read_value()
> - use DIV_ROUND_CLOSEST for scaling result
> - removed detect()
>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Jean,
any further comments ?
If not, do you want me to apply it to my tree, or do you want to take it into yours ?
Thanks,
Guenter
next prev parent reply other threads:[~2011-02-16 4:50 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-14 9:26 [lm-sensors] [PATCH] hwmon: Add support for Texas Instruments Dirk Eibach
2011-02-14 9:26 ` [PATCH] hwmon: Add support for Texas Instruments ADS1015 Dirk Eibach
2011-02-14 10:22 ` [lm-sensors] [PATCH] hwmon: Add support for Texas Instruments Jean Delvare
2011-02-14 10:22 ` [PATCH] hwmon: Add support for Texas Instruments ADS1015 Jean Delvare
2011-02-14 13:21 ` [lm-sensors] [PATCH v2] hwmon: Add support for Texas Instruments Dirk Eibach
2011-02-14 13:21 ` [PATCH v2] hwmon: Add support for Texas Instruments ADS1015 Dirk Eibach
2011-02-16 4:50 ` Guenter Roeck [this message]
2011-02-16 4:50 ` Guenter Roeck
2011-02-17 12:17 ` [lm-sensors] [PATCH v2] hwmon: Add support for Texas Jean Delvare
2011-02-17 12:17 ` [PATCH v2] hwmon: Add support for Texas Instruments ADS1015 Jean Delvare
2011-02-17 12:42 ` [lm-sensors] [PATCH v2] hwmon: Add support for Texas Jean Delvare
2011-02-17 12:42 ` [PATCH v2] hwmon: Add support for Texas Instruments ADS1015 Jean Delvare
2011-02-18 10:15 ` [lm-sensors] [PATCH v3] hwmon: Add support for Texas Instruments Dirk Eibach
2011-02-18 10:15 ` [PATCH v3] hwmon: Add support for Texas Instruments ADS1015 Dirk Eibach
2011-02-24 16:48 ` [lm-sensors] [PATCH v3] hwmon: Add support for Texas Jean Delvare
2011-02-24 16:48 ` [PATCH v3] hwmon: Add support for Texas Instruments ADS1015 Jean Delvare
2011-02-25 13:18 ` [lm-sensors] [PATCH v4] hwmon: Add support for Texas Instruments Dirk Eibach
2011-02-25 13:18 ` [PATCH v4] hwmon: Add support for Texas Instruments ADS1015 Dirk Eibach
2011-03-02 17:57 ` [lm-sensors] [PATCH v4] hwmon: Add support for Texas Jean Delvare
2011-03-02 17:57 ` [PATCH v4] hwmon: Add support for Texas Instruments ADS1015 Jean Delvare
2011-03-02 18:16 ` [lm-sensors] [PATCH v4] hwmon: Add support for Texas Wolfram Sang
2011-03-02 18:16 ` [PATCH v4] hwmon: Add support for Texas Instruments ADS1015 Wolfram Sang
2011-03-03 7:49 ` [lm-sensors] (WARNING!!! PGP with incorrect signature) Eibach, Dirk
2011-03-03 7:49 ` (WARNING!!! PGP with incorrect signature) Re: [PATCH v4] hwmon: Add support for Texas Instruments ADS1015 Eibach, Dirk
2011-03-03 7:56 ` [lm-sensors] [PATCH v4] hwmon: Add support for Texas Jean Delvare
2011-03-03 7:56 ` [PATCH v4] hwmon: Add support for Texas Instruments ADS1015 Jean Delvare
2011-03-03 7:53 ` [lm-sensors] [PATCH v4] hwmon: Add support for Texas Eibach, Dirk
2011-03-03 7:53 ` [PATCH v4] hwmon: Add support for Texas Instruments ADS1015 Eibach, Dirk
2011-03-08 11:27 ` [lm-sensors] [PATCH v4] hwmon: Add support for Texas Eibach, Dirk
2011-03-08 12:07 ` Emiliano Carnati
2011-03-08 14:45 ` Guenter Roeck
2011-03-08 15:36 ` Emiliano Carnati
2011-03-08 17:43 ` Emiliano Carnati
2011-03-08 18:02 ` Guenter Roeck
2011-03-09 10:05 ` Emiliano Carnati
2011-03-16 15:50 ` Jean Delvare
2011-03-16 15:59 ` Jean Delvare
2011-03-17 7:24 ` Eibach, Dirk
2011-03-17 9:12 ` Jean Delvare
2011-03-17 9:41 ` Eibach, Dirk
2011-03-17 10:20 ` Jean Delvare
2011-03-19 11:34 ` Emiliano Carnati
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=20110216045035.GA12173@ericsson.com \
--to=guenter.roeck@ericsson.com \
--cc=eibach@gdsys.de \
--cc=khali@linux-fr.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lm-sensors@lm-sensors.org \
--cc=rdunlap@xenotime.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.