All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] blue part 4: IIO general cleanup
@ 2011-07-25 13:10 Jonathan Cameron
  2011-07-25 13:10 ` [PATCH 1/8] staging:iio:core flatten convenience function that only has one user Jonathan Cameron
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Jonathan Cameron @ 2011-07-25 13:10 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron

Nothing overwhelming in here, but all sensible (I think) bits and bobs.

Some are necessary precursors for following series, but not explicitly
relevant to them.

Thanks,

Jonathan

Jonathan Cameron (8):
  staging:iio:core flatten convenience function that only has one user.
  staging:iio:core squash trivial wrappers and use ida allocation func.
  staging:iio:trigger core. Trivial code cleanups.
  staging:iio: Introduce iio_core.h and move all core only stuff out of
    iio.h.
  staging:iio:sysfs cleanout header for unused definitions.
  staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of
    IIO_EV_CLASS_<TYPE> etc
  staging:iio:trigger push functions that don't need to be generaly
    available down into the core.
  staging:iio:kfifo buffer - push structure definition down into
    implementation.

 drivers/staging/iio/accel/lis3l02dq_core.c |   24 +++---
 drivers/staging/iio/accel/sca3000_core.c   |   18 ++--
 drivers/staging/iio/adc/ad7150.c           |    8 +-
 drivers/staging/iio/adc/ad7816.c           |    2 +-
 drivers/staging/iio/adc/ad799x_core.c      |    4 +-
 drivers/staging/iio/adc/adt75.c            |    2 +-
 drivers/staging/iio/adc/max1363_core.c     |   24 ++---
 drivers/staging/iio/dac/ad5504.c           |    2 +-
 drivers/staging/iio/iio.h                  |   69 +--------------
 drivers/staging/iio/iio_core.h             |   48 ++++++++++
 drivers/staging/iio/iio_core_trigger.h     |    5 +-
 drivers/staging/iio/industrialio-core.c    |  138 +++++++++++-----------------
 drivers/staging/iio/industrialio-ring.c    |    1 +
 drivers/staging/iio/industrialio-trigger.c |   53 +++++++----
 drivers/staging/iio/kfifo_buf.c            |    8 ++
 drivers/staging/iio/kfifo_buf.h            |    8 --
 drivers/staging/iio/light/tsl2563.c        |    2 +-
 drivers/staging/iio/sysfs.h                |   71 +--------------
 drivers/staging/iio/trigger.h              |   39 --------
 19 files changed, 186 insertions(+), 340 deletions(-)
 create mode 100644 drivers/staging/iio/iio_core.h

-- 
1.7.3.4

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

end of thread, other threads:[~2011-07-26  7:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-25 13:10 [PATCH 0/2] blue part 4: IIO general cleanup Jonathan Cameron
2011-07-25 13:10 ` [PATCH 1/8] staging:iio:core flatten convenience function that only has one user Jonathan Cameron
2011-07-25 13:10 ` [PATCH 2/8] staging:iio:core squash trivial wrappers and use ida allocation func Jonathan Cameron
2011-07-25 13:10 ` [PATCH 3/8] staging:iio:trigger core. Trivial code cleanups Jonathan Cameron
2011-07-25 13:10 ` [PATCH 4/8] staging:iio: Introduce iio_core.h and move all core only stuff out of iio.h Jonathan Cameron
2011-07-25 13:10 ` [PATCH 5/8] staging:iio:sysfs cleanout header for unused definitions Jonathan Cameron
2011-07-25 13:10 ` [PATCH 6/8] staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TYPE> etc Jonathan Cameron
2011-07-26  7:27   ` Michael Hennerich
2011-07-25 13:10 ` [PATCH 7/8] staging:iio:trigger push functions that don't need to be generaly available down into the core Jonathan Cameron
2011-07-25 13:10 ` [PATCH 8/8] staging:iio:kfifo buffer - push structure definition down into implementation Jonathan Cameron

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.