Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/2] adis16220 driver
@ 2010-05-12 20:53 Jonathan Cameron
  2010-05-12 20:53 ` [PATCH 1/2] staging:iio: adis16220 vibration sensor driver Jonathan Cameron
  2010-05-12 20:53 ` [PATCH 2/2] staging:iio: adis16220 extract bin_attribute structures from state Jonathan Cameron
  0 siblings, 2 replies; 6+ messages in thread
From: Jonathan Cameron @ 2010-05-12 20:53 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron

Another nice clean driver from Barry.  For those who weren't following
the adis16220 capture event thread, this is a somewhat odd device.
Events or a software trigger result in high frequency capture of 1024
elements from the accelerometer and 2 adc channels.

I am far from convinced that the binary read attributes are a good
way to handle this (see the afore mentioned thread for my views).
Others comments on those aspects are most welcome.  For now Barry
as gone with this approach as the easiest way of making this device
driver work and useful.

As ever I've munged the original driver from the blackfin
tree in all sorts of horrible ways (renaming, checkpatch fixes
etc).  This time there was a big change that I think should work
but can't test.  This got rolled into the second patch with
some additional tidying up.

If Barry can sign off on the first and ack the second that would
be great.  All the previous drivers posted here are now in
staging-next.

Anyhow, enjoy ;) I'm guessing this might be the last new driver
before the merge window opens, so probably the last one to go
in to 2.6.35 (if this one doesn't excite comments that might
hold it up).

Barry Song (1):
  staging:iio: adis16220 vibration sensor driver

Jonathan Cameron (1):
  staging:iio: adis16220 extract bin_attribute structures from state

 drivers/staging/iio/accel/Kconfig          |    7 +
 drivers/staging/iio/accel/Makefile         |    3 +
 drivers/staging/iio/accel/accel.h          |    6 +
 drivers/staging/iio/accel/adis16220.h      |  147 ++++++
 drivers/staging/iio/accel/adis16220_core.c |  670 ++++++++++++++++++++++++++++
 5 files changed, 833 insertions(+), 0 deletions(-)
 create mode 100644 drivers/staging/iio/accel/adis16220.h
 create mode 100644 drivers/staging/iio/accel/adis16220_core.c

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

end of thread, other threads:[~2010-05-13 10:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-12 20:53 [PATCH 0/2] adis16220 driver Jonathan Cameron
2010-05-12 20:53 ` [PATCH 1/2] staging:iio: adis16220 vibration sensor driver Jonathan Cameron
2010-05-13  3:13   ` Barry Song
2010-05-12 20:53 ` [PATCH 2/2] staging:iio: adis16220 extract bin_attribute structures from state Jonathan Cameron
2010-05-13  3:06   ` Barry Song
2010-05-13 10:18     ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox