All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/6] IIO: capacitance ADC cleanup (ad7150)
@ 2011-08-17  8:42 Jonathan Cameron
  2011-08-17  8:42 ` [PATCH 1/6] staging:iio: Add capacitance type and average_raw chan info Jonathan Cameron
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Jonathan Cameron @ 2011-08-17  8:42 UTC (permalink / raw)
  To: linux-iio; +Cc: device-drivers-devel, Jonathan Cameron

Hi All,

Couple of bits in here that I'll push out into next set of main cleanups.

Controversial bits (hence RFC) are the introduction of IIO_EV_TYPE_MAG_ADAPTIVE
and IIO_EV_TYPE_THRESH_ADAPTIVE, to handle the 'mean' shifted thresholds
of this device.  I'm far from convinced these are the right way to go,
but best I have come up with just yet.

Note this series is completely untested.  I haven't even verified that the
new chan spec related bits work right yet (can do that with a dummy driver).

Jonathan

Jonathan Cameron (6):
  staging:iio: Add capacitance type and average_raw chan info.
  staging:iio:attrs - make address a u64 to allow event codes to be
    used.
  staging:iio:add adaptive event types and missing extract_type macro.
  staging:iio:naming in the EV_BIT macro fix.
  staging:iio:adc:ad7150: use i2c_smbus commands + drop unused poweroff
    timeout control.
  staging:iio:adc:ad7150 initial chan_spec conversion

 drivers/staging/iio/adc/ad7150.c        |  837 ++++++++++++++-----------------
 drivers/staging/iio/iio.h               |    3 +
 drivers/staging/iio/industrialio-core.c |   26 +-
 drivers/staging/iio/sysfs.h             |    9 +-
 4 files changed, 411 insertions(+), 464 deletions(-)

-- 
1.7.3.4


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-08-17 11:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17  8:42 [RFC PATCH 0/6] IIO: capacitance ADC cleanup (ad7150) Jonathan Cameron
2011-08-17  8:42 ` [PATCH 1/6] staging:iio: Add capacitance type and average_raw chan info Jonathan Cameron
2011-08-17  8:42 ` [PATCH 2/6] staging:iio:attrs - make address a u64 to allow event codes to be used Jonathan Cameron
2011-08-17  8:42 ` [PATCH 3/6] staging:iio:add adaptive event types and missing extract_type macro Jonathan Cameron
2011-08-17  8:42 ` [PATCH 4/6] staging:iio:naming in the EV_BIT macro fix Jonathan Cameron
2011-08-17  8:42 ` [PATCH 5/6] staging:iio:adc:ad7150: use i2c_smbus commands + drop unused poweroff timeout control Jonathan Cameron
2011-08-17  9:04   ` Michael Hennerich
2011-08-17  9:29     ` Jonathan Cameron
2011-08-17  8:42 ` [PATCH 6/6] staging:iio:adc:ad7150 initial chan_spec conversion Jonathan Cameron
2011-08-17  9:11 ` [RFC PATCH 0/6] IIO: capacitance ADC cleanup (ad7150) Michael Hennerich
2011-08-17  9:57   ` Jonathan Cameron
2011-08-17 11:37     ` Jonathan Cameron
2011-08-17 11:32       ` Hennerich, Michael

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.