Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/6] Various cleanups.
@ 2010-06-25 15:55 Jonathan Cameron
  2010-06-25 15:55 ` [PATCH 1/6] staging:iio: Use kasprintf to allocate and fill trig->name Jonathan Cameron
  2010-06-28  8:16 ` [PATCH 0/6] Various cleanups Barry Song
  0 siblings, 2 replies; 15+ messages in thread
From: Jonathan Cameron @ 2010-06-25 15:55 UTC (permalink / raw)
  To: linux-iio; +Cc: Barry.Song, Jonathan Cameron

This patch set is the result of taking a look at Barry Song's
RFC.  The idea was to get the simple uncontroversial elements
of that in place before we move on to discussion of the more
involved elements.

One or two general cleanups have slipped in here as well.

Jonathan Cameron (6):
  staging:iio: Use kasprintf to allocate and fill trig->name
  staging:iio:lis3l02dq remove unused set_ring_length function
  staging:iio: Add and convert drivers to use iio_alloc_pollfunc
  staging:iio: Add iio_triggered_ring postenable and predisable + use
    in drivers
  staging:iio: remove timestamp field from trigger and pass instead
    through pollfuncs
  staging:iio: replace combine_8_to_16 with be16_to_cpup where
    possible.

 drivers/staging/iio/accel/adis16209_ring.c         |   51 ++++---------------
 drivers/staging/iio/accel/adis16209_trigger.c      |   10 ++--
 drivers/staging/iio/accel/adis16240_ring.c         |   51 ++++---------------
 drivers/staging/iio/accel/adis16240_trigger.c      |   10 ++--
 drivers/staging/iio/accel/lis3l02dq_ring.c         |   53 +++++---------------
 drivers/staging/iio/adc/max1363_ring.c             |   45 ++---------------
 drivers/staging/iio/gyro/adis16260_ring.c          |   51 ++++---------------
 drivers/staging/iio/gyro/adis16260_trigger.c       |   10 ++--
 drivers/staging/iio/imu/adis16300_ring.c           |   51 ++++---------------
 drivers/staging/iio/imu/adis16300_trigger.c        |   10 ++--
 drivers/staging/iio/imu/adis16350_ring.c           |   51 ++++---------------
 drivers/staging/iio/imu/adis16350_trigger.c        |   10 ++--
 drivers/staging/iio/imu/adis16400_ring.c           |   51 ++++---------------
 drivers/staging/iio/imu/adis16400_trigger.c        |   10 ++--
 drivers/staging/iio/industrialio-trigger.c         |   48 ++++++++++++++----
 drivers/staging/iio/trigger.h                      |   24 ++++++---
 drivers/staging/iio/trigger/iio-trig-gpio.c        |   12 ++---
 .../staging/iio/trigger/iio-trig-periodic-rtc.c    |   15 ++----
 18 files changed, 164 insertions(+), 399 deletions(-)

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

end of thread, other threads:[~2010-06-30  4:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25 15:55 [PATCH 0/6] Various cleanups Jonathan Cameron
2010-06-25 15:55 ` [PATCH 1/6] staging:iio: Use kasprintf to allocate and fill trig->name Jonathan Cameron
2010-06-25 15:55   ` [PATCH 2/6] staging:iio:lis3l02dq remove unused set_ring_length function Jonathan Cameron
2010-06-25 15:55     ` [PATCH 3/6] staging:iio: Add and convert drivers to use iio_alloc_pollfunc Jonathan Cameron
2010-06-25 15:55       ` [PATCH 4/6] staging:iio: Add iio_triggered_ring postenable and predisable + use in drivers Jonathan Cameron
2010-06-25 15:55         ` [PATCH 5/6] staging:iio: remove timestamp field from trigger and pass instead through pollfuncs Jonathan Cameron
2010-06-25 15:55           ` [PATCH 6/6] staging:iio: replace combine_8_to_16 with be16_to_cpup where possible Jonathan Cameron
2010-06-30  4:18             ` Barry Song
2010-06-29 10:30           ` [PATCH 5/6] staging:iio: remove timestamp field from trigger and pass instead through pollfuncs Barry Song
2010-06-28  6:35         ` [PATCH 4/6] staging:iio: Add iio_triggered_ring postenable and predisable + use in drivers Barry Song
2010-06-28  6:35       ` [PATCH 3/6] staging:iio: Add and convert drivers to use iio_alloc_pollfunc Barry Song
2010-06-30  4:21     ` [PATCH 2/6] staging:iio:lis3l02dq remove unused set_ring_length function Barry Song
2010-06-29 10:18   ` [PATCH 1/6] staging:iio: Use kasprintf to allocate and fill trig->name Barry Song
2010-06-28  8:16 ` [PATCH 0/6] Various cleanups Barry Song
2010-06-28  9:50   ` Jonathan Cameron

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