Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/6 V2] staging:iio Build issue fixes
@ 2010-07-29 16:50 Jonathan Cameron
  2010-07-29 16:50 ` [PATCH 1/6] staging:iio: iio_sw_ring_helper_state - add dummy case for no buffer builds Jonathan Cameron
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jonathan Cameron @ 2010-07-29 16:50 UTC (permalink / raw)
  To: Greg KH; +Cc: Randy Dunlap, akpm, linux-iio, Jonathan Cameron

Hi All,

This lot are in response to Randy Dunlap finding a number of build
issues.  The final patch actually fixes a bug that has been there
quite some time.

Sorry again for clearly not testing my previous series properly!


Jonathan Cameron (6):
  staging:iio: iio_sw_ring_helper_state - add dummy case for no buffer
    builds.
  staging:iio:lis3l02dq add a thresh_timestamp field to state for no
    ring case
  staging:iio:adis16350 add dummy ring functions for no ring build case
  staging:iio:ring_sw  Add select of triggers to avoid build issue.
  staging:iio:ring_sw  remove unnecessary function stub.
  staging:iio:ring_sw  Fix pointer arithmetic for 64bit arches by using
    phys_addr_t

 drivers/staging/iio/Kconfig                |    1 +
 drivers/staging/iio/accel/lis3l02dq.h      |    2 ++
 drivers/staging/iio/accel/lis3l02dq_core.c |   14 +++++++-------
 drivers/staging/iio/imu/adis16350.h        |    8 ++++++++
 drivers/staging/iio/ring_sw.c              |    2 +-
 drivers/staging/iio/ring_sw.h              |    5 +++--
 6 files changed, 22 insertions(+), 10 deletions(-)

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

end of thread, other threads:[~2010-07-29 17:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-29 16:50 [PATCH 0/6 V2] staging:iio Build issue fixes Jonathan Cameron
2010-07-29 16:50 ` [PATCH 1/6] staging:iio: iio_sw_ring_helper_state - add dummy case for no buffer builds Jonathan Cameron
2010-07-29 16:50 ` [PATCH 2/6] staging:iio:lis3l02dq add a thresh_timestamp field to state for no ring case Jonathan Cameron
2010-07-29 16:50 ` [PATCH 3/6] staging:iio:adis16350 add dummy ring functions for no ring build case Jonathan Cameron
2010-07-29 16:50 ` [PATCH 4/6] staging:iio:ring_sw Add select of triggers to avoid build issue Jonathan Cameron
2010-07-29 16:50 ` [PATCH 5/6] staging:iio:ring_sw remove unnecessary function stub Jonathan Cameron
2010-07-29 16:50 ` [PATCH 6/6] staging:iio:ring_sw Fix pointer arithmetic for 64bit arches by using phys_addr_t Jonathan Cameron
2010-07-29 17:38 ` [PATCH 0/6 V2] staging:iio Build issue fixes Randy Dunlap

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