From: Fabien Marteau <fabien.marteau@armadeus.com>
To: Jonathan Cameron <jic23@cam.ac.uk>
Cc: guenter.roeck@ericsson.com, linux-iio@vger.kernel.org,
lm-sensors@lm-sensors.org
Subject: Re: [PATCH V2 0/2] staging:iio:adc:as1531 driver port from hwmon driver.
Date: Wed, 18 May 2011 19:01:50 +0200 [thread overview]
Message-ID: <4DD3FB7E.2020806@armadeus.com> (raw)
In-Reply-To: <1305735420-23293-1-git-send-email-jic23@cam.ac.uk>
Dear Jonathan,
Thanks for all the work you done to re-write this driver under iio. I
will try to find time this week to test this new version under my platform.
It was just a little tricky hwmon driver, it's really nice that you
spend time to write a good driver.
Fabien M
On 18/05/2011 18:16, Jonathan Cameron wrote:
> V2: Fix the various issues Guenter found.
>
> Original message -
>
> Dear All,
>
> This is a quick initial port of the as1531 driver Fabien submitted
> to the lm-sensors mailing list.
>
> Based on top of a large series I just sent to Greg KH and posted to
> linux-iio. That has a few other dependencies, so might be easier
> to just to wait for them all to be in a standard tree (linux-next
> or mainline).
>
> Dropped from hwmon driver - max and min values.
>
> Stuff to add at some point (i.e. when needed)
>
> 1) Differential channels - trivial to do, just add a few more entries to
> the channels array and some signed bits in read_raw
>
> 2) Buffered read support - straight forward case where all channels have
> to be explicitly requested anyway.
>
> 3) Other devices trivially added:
> as1530 is directly compatible.
> as1532/1533 look like 4 channel equivalents (add iio_chan_spec arrays).
>
> The other similarly numbered parts are different enough to need their
> own drivers.
>
> Fabien, as more of the code in the first patch is yours than mine,
> I've put you as author of that one.
>
> The second is mostly stuff you'd have gotten in review to the hwmon
> driver anyway.
>
> Jonathan
>
> Fabien Marteau (1):
> staging:iio:adc: as1531 driver initial conversion from hwmon
> submission.
>
> Jonathan Cameron (1):
> staging:iio:adc:as1351 general cleanup and conversion to standard
> functions.
>
> drivers/staging/iio/adc/Kconfig | 10 +++
> drivers/staging/iio/adc/Makefile | 2 +
> drivers/staging/iio/adc/as1531.c | 166 ++++++++++++++++++++++++++++++++++++++
> 3 files changed, 178 insertions(+), 0 deletions(-)
> create mode 100644 drivers/staging/iio/adc/as1531.c
>
WARNING: multiple messages have this Message-ID (diff)
From: Fabien Marteau <fabien.marteau@armadeus.com>
To: Jonathan Cameron <jic23@cam.ac.uk>
Cc: guenter.roeck@ericsson.com, linux-iio@vger.kernel.org,
lm-sensors@lm-sensors.org
Subject: Re: [lm-sensors] [PATCH V2 0/2] staging:iio:adc:as1531 driver port
Date: Wed, 18 May 2011 17:01:50 +0000 [thread overview]
Message-ID: <4DD3FB7E.2020806@armadeus.com> (raw)
In-Reply-To: <1305735420-23293-1-git-send-email-jic23@cam.ac.uk>
Dear Jonathan,
Thanks for all the work you done to re-write this driver under iio. I
will try to find time this week to test this new version under my platform.
It was just a little tricky hwmon driver, it's really nice that you
spend time to write a good driver.
Fabien M
On 18/05/2011 18:16, Jonathan Cameron wrote:
> V2: Fix the various issues Guenter found.
>
> Original message -
>
> Dear All,
>
> This is a quick initial port of the as1531 driver Fabien submitted
> to the lm-sensors mailing list.
>
> Based on top of a large series I just sent to Greg KH and posted to
> linux-iio. That has a few other dependencies, so might be easier
> to just to wait for them all to be in a standard tree (linux-next
> or mainline).
>
> Dropped from hwmon driver - max and min values.
>
> Stuff to add at some point (i.e. when needed)
>
> 1) Differential channels - trivial to do, just add a few more entries to
> the channels array and some signed bits in read_raw
>
> 2) Buffered read support - straight forward case where all channels have
> to be explicitly requested anyway.
>
> 3) Other devices trivially added:
> as1530 is directly compatible.
> as1532/1533 look like 4 channel equivalents (add iio_chan_spec arrays).
>
> The other similarly numbered parts are different enough to need their
> own drivers.
>
> Fabien, as more of the code in the first patch is yours than mine,
> I've put you as author of that one.
>
> The second is mostly stuff you'd have gotten in review to the hwmon
> driver anyway.
>
> Jonathan
>
> Fabien Marteau (1):
> staging:iio:adc: as1531 driver initial conversion from hwmon
> submission.
>
> Jonathan Cameron (1):
> staging:iio:adc:as1351 general cleanup and conversion to standard
> functions.
>
> drivers/staging/iio/adc/Kconfig | 10 +++
> drivers/staging/iio/adc/Makefile | 2 +
> drivers/staging/iio/adc/as1531.c | 166 ++++++++++++++++++++++++++++++++++++++
> 3 files changed, 178 insertions(+), 0 deletions(-)
> create mode 100644 drivers/staging/iio/adc/as1531.c
>
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2011-05-18 17:01 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-16 13:39 [lm-sensors] [PATCH] hwmon: Driver for as1531, fabien.marteau
2011-05-16 13:39 ` [PATCH] hwmon: Driver for as1531, Austria-Microsystem Analog to Digital Converter fabien.marteau
2011-05-16 15:01 ` [lm-sensors] [PATCH] hwmon: Driver for as1531, Randy Dunlap
2011-05-16 15:01 ` [PATCH] hwmon: Driver for as1531, Austria-Microsystem Analog to Digital Converter Randy Dunlap
2011-05-16 15:39 ` [lm-sensors] [PATCH] hwmon: Driver for as1531, Guenter Roeck
2011-05-16 15:39 ` [PATCH] hwmon: Driver for as1531, Austria-Microsystem Analog to Digital Converter Guenter Roeck
2011-05-17 7:06 ` [lm-sensors] [PATCH] hwmon: Driver for as1531, Fabien Marteau
2011-05-17 7:06 ` [PATCH] hwmon: Driver for as1531, Austria-Microsystem Analog to Digital Converter Fabien Marteau
2011-05-17 9:25 ` [lm-sensors] [PATCH] hwmon: Driver for as1531, Jonathan Cameron
2011-05-17 9:25 ` [PATCH] hwmon: Driver for as1531, Austria-Microsystem Analog to Digital Converter Jonathan Cameron
2011-05-17 9:34 ` [lm-sensors] [PATCH] hwmon: Driver for as1531, Jonathan Cameron
2011-05-17 9:34 ` [PATCH] hwmon: Driver for as1531, Austria-Microsystem Analog to Digital Converter Jonathan Cameron
2011-05-17 11:59 ` [lm-sensors] [PATCH] hwmon: Driver for as1531, Fabien Marteau
2011-05-17 11:59 ` [PATCH] hwmon: Driver for as1531, Austria-Microsystem Analog to Digital Converter Fabien Marteau
2011-05-18 15:39 ` [PATCH 0/2] staging:iio:adc:as1531 driver port from hwmon driver Jonathan Cameron
2011-05-18 15:39 ` [lm-sensors] [PATCH 0/2] staging:iio:adc:as1531 driver port from Jonathan Cameron
2011-05-18 16:16 ` [PATCH V2 0/2] staging:iio:adc:as1531 driver port from hwmon driver Jonathan Cameron
2011-05-18 16:16 ` [lm-sensors] [PATCH V2 0/2] staging:iio:adc:as1531 driver port from Jonathan Cameron
2011-05-18 17:01 ` Fabien Marteau [this message]
2011-05-18 17:01 ` [lm-sensors] [PATCH V2 0/2] staging:iio:adc:as1531 driver port Fabien Marteau
2011-05-18 16:16 ` [PATCH 1/2] staging:iio:adc: as1531 driver initial conversion from hwmon submission Jonathan Cameron
2011-05-18 16:16 ` [lm-sensors] [PATCH 1/2] staging:iio:adc: as1 Jonathan Cameron
2011-05-18 16:37 ` [PATCH 1/2] staging:iio:adc: as1531 driver initial conversion from hwmon submission Guenter Roeck
2011-05-18 16:37 ` [lm-sensors] [PATCH 1/2] staging:iio:adc: as1531 driver initial Guenter Roeck
2011-05-18 16:17 ` [PATCH 2/2] staging:iio:adc:as1351 general cleanup and conversion to standard functions Jonathan Cameron
2011-05-18 16:17 ` [lm-sensors] [PATCH 2/2] staging:iio:adc:as1351 general cleanup and Jonathan Cameron
2011-05-18 16:35 ` [PATCH 2/2] staging:iio:adc:as1351 general cleanup and conversion to standard functions Guenter Roeck
2011-05-18 16:35 ` [lm-sensors] [PATCH 2/2] staging:iio:adc:as1351 general cleanup Guenter Roeck
2011-05-19 8:42 ` [PATCH 2/2] staging:iio:adc:as1351 general cleanup and conversion to standard functions Jonathan Cameron
2011-05-19 8:42 ` [lm-sensors] [PATCH 2/2] staging:iio:adc:as1351 general cleanup Jonathan Cameron
2011-05-18 15:39 ` [PATCH 1/2] staging:iio:adc: as1531 driver initial conversion from hwmon submission Jonathan Cameron
2011-05-18 15:39 ` [lm-sensors] [PATCH 1/2] staging:iio:adc: as1 Jonathan Cameron
2011-05-18 16:02 ` [PATCH 1/2] staging:iio:adc: as1531 driver initial conversion from hwmon submission Guenter Roeck
2011-05-18 16:02 ` [lm-sensors] [PATCH 1/2] staging:iio:adc: as1531 driver initial Guenter Roeck
2011-05-18 16:12 ` [PATCH 1/2] staging:iio:adc: as1531 driver initial conversion from hwmon submission Jonathan Cameron
2011-05-18 16:12 ` [lm-sensors] [PATCH 1/2] staging:iio:adc: as1531 driver initial Jonathan Cameron
2011-05-18 15:39 ` [PATCH 2/2] staging:iio:adc:as1351 general cleanup and conversion to standard functions Jonathan Cameron
2011-05-18 15:39 ` [lm-sensors] [PATCH 2/2] staging:iio:adc:as1351 general cleanup and Jonathan Cameron
2011-05-18 15:57 ` [PATCH 2/2] staging:iio:adc:as1351 general cleanup and conversion to standard functions Guenter Roeck
2011-05-18 15:57 ` [lm-sensors] [PATCH 2/2] staging:iio:adc:as1351 general cleanup Guenter Roeck
2011-05-17 13:38 ` [lm-sensors] [PATCH] hwmon: Driver for as1531, Guenter Roeck
2011-05-17 13:38 ` [PATCH] hwmon: Driver for as1531, Austria-Microsystem Analog to Digital Converter Guenter Roeck
2011-05-18 13:09 ` [lm-sensors] [PATCH] hwmon: Driver for as1531, Jonathan Cameron
2011-05-18 13:09 ` [PATCH] hwmon: Driver for as1531, Austria-Microsystem Analog to Digital Converter Jonathan Cameron
2011-05-18 15:05 ` [lm-sensors] [PATCH] hwmon: Driver for as1531, Jonathan Cameron
2011-05-18 15:05 ` [PATCH] hwmon: Driver for as1531, Austria-Microsystem Analog to Digital Converter Jonathan Cameron
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=4DD3FB7E.2020806@armadeus.com \
--to=fabien.marteau@armadeus.com \
--cc=guenter.roeck@ericsson.com \
--cc=jic23@cam.ac.uk \
--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 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.