linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@cam.ac.uk>
To: guenter.roeck@ericsson.com
Cc: "lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	"Device-drivers-devel@blackfin.uclinux.org"
	<Device-drivers-devel@blackfin.uclinux.org>
Subject: Re: [PATCH V3] hwmon: ad7314 driver (ported from IIO).
Date: Thu, 29 Sep 2011 21:08:30 +0100	[thread overview]
Message-ID: <4E84D03E.3010505@cam.ac.uk> (raw)
In-Reply-To: <1317317119.3888.164.camel@groeck-laptop>

On 09/29/11 18:25, Guenter Roeck wrote:
> Hi Jonathan,
> 
> On Thu, 2011-09-29 at 12:50 -0400, Jonathan Cameron wrote:
>> Currently dropped power down mode support.
>>
>> V3:
>> Guenter's suggestions
>> - typos
>> - DIV_ROUND_NEAREST use
>> - Actually register hwmon driver.
>>
>> V2: Fixes:
>> - messed up use of cache aligned store fixed.
>> - correct output format to be milli degrees.
>> - add documentation file.
>>
>> Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
> 
> Applied to -next, with one other minor update.
> 
>> ---
>>  Documentation/hwmon/ad7314 |   25 ++++++
>>  drivers/hwmon/Kconfig      |   10 +++
>>  drivers/hwmon/Makefile     |    1 +
>>  drivers/hwmon/ad7314.c     |  185 ++++++++++++++++++++++++++++++++++++++++++++
>>  4 files changed, 221 insertions(+), 0 deletions(-)
>>
> [ ... ]
> 
>> +
>> +static const struct spi_device_id ad7314_id[] = {
>> +	{ "adt7301", adt7301 },
>> +	{ "adt7302", adt7302 },
>> +	{ "ad7314", ad7314 },
>> +	{}
>> +};
> 
> MODULE_DEVICE_TABLE(spi, ad7314_id);
Good point.  I'll kill off the IIO driver tomorrow.

Thanks,

Jonathan
 


      reply	other threads:[~2011-09-29 20:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-28 12:57 [PATCH] hwmon:ad7314 port from IIO Jonathan Cameron
2011-09-28 12:57 ` [PATCH] hwmon: ad7314 driver (ported from IIO) Jonathan Cameron
2011-09-28 16:03   ` [lm-sensors] " Guenter Roeck
2011-09-28 16:37     ` Jonathan Cameron
2011-09-29 12:11       ` [PATCH V2] " Jonathan Cameron
2011-09-29 15:36         ` Guenter Roeck
2011-09-29 16:37           ` Jonathan Cameron
2011-09-29 16:50             ` [PATCH V3] " Jonathan Cameron
2011-09-29 17:25               ` Guenter Roeck
2011-09-29 20:08                 ` Jonathan Cameron [this message]

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=4E84D03E.3010505@cam.ac.uk \
    --to=jic23@cam.ac.uk \
    --cc=Device-drivers-devel@blackfin.uclinux.org \
    --cc=guenter.roeck@ericsson.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    /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;
as well as URLs for NNTP newsgroup(s).