Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/3] staging:iio: Minor clean ups.
@ 2010-05-17 21:35 Jonathan Cameron
  2010-05-17 21:35 ` [PATCH 1/3] staging:iio:max1363 use device_id instead of searching on name again Jonathan Cameron
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jonathan Cameron @ 2010-05-17 21:35 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron

Dear All,

These are pretty mundane clean up patches. The first is the 
change the Michael suggested the other day. It gets rid
of some superfluous code.

The third cleans up some useless complexity in the lis3l02dq
driver.  As all interrupts have to be acknowledged, and as none
of the other elements of the iio_work_cont are used, we just
replace it with a single work_struct.

Jonathan Cameron (3):
  staging:iio:max1363 use device_id instead of searching on name again
  staging:iio:max1363 trivial code and comment cleanups.
  staging:iio:lis3l02dq cleanups

 drivers/staging/iio/accel/lis3l02dq.h      |    4 +-
 drivers/staging/iio/accel/lis3l02dq_core.c |   25 ++---
 drivers/staging/iio/accel/lis3l02dq_ring.c |    8 --
 drivers/staging/iio/adc/max1363.h          |    3 +-
 drivers/staging/iio/adc/max1363_core.c     |  156 +++++++++++++--------------
 drivers/staging/iio/adc/max1363_ring.c     |   10 +-
 6 files changed, 92 insertions(+), 114 deletions(-)

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

end of thread, other threads:[~2010-05-18 14:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-17 21:35 [PATCH 0/3] staging:iio: Minor clean ups Jonathan Cameron
2010-05-17 21:35 ` [PATCH 1/3] staging:iio:max1363 use device_id instead of searching on name again Jonathan Cameron
2010-05-18 13:43   ` Hennerich, Michael
2010-05-18 14:25     ` Jonathan Cameron
2010-05-17 21:35 ` [PATCH 2/3] staging:iio:max1363 trivial code and comment cleanups Jonathan Cameron
2010-05-17 21:35 ` [PATCH 3/3] staging:iio:lis3l02dq cleanups Jonathan Cameron

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