All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] staging:iio:various fixes
@ 2011-10-26 16:27 Jonathan Cameron
  2011-10-26 16:27 ` [PATCH 01/10] staging:iio:light:tsl2563 both intensity channels have same chan_spec Jonathan Cameron
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Jonathan Cameron @ 2011-10-26 16:27 UTC (permalink / raw)
  To: greg; +Cc: linux-iio, Jonathan Cameron

Hi Greg,

A mixed bag of fixes.  Nothing controversial and all have been on
the mailing list in various series.

[PATCH 0/6] staging:iio: misc fixes
Hi All,

I've just gathered up the fixes sitting in my various trees
ready to send on.  I have lost track of whether all of these
have previously been posted for review so this is to make
sure they all have.  They are all in the github master branch.

I'd like to push these out before the larger changes that
Lars-Peter and I made at the end of last week.

Thanks,

Jonathan

Jonathan Cameron (5):
  staging:iio:light:tsl2563 both intensity channels have same
    chan_spec.
  staging:iio:triggers Remove unecessary existence checks and return
    val
  staging:iio:industrialio-trigger.c Trivial code style brackets fix
  staging:iio:kfifo remove entirely pointless code.
  staging:iio: trigger fixes for repeat request of same trigger and
    allocation failure

Maxin B. John (1):
  staging:iio:light:tsl2563 missing setting of id in get id function.

[PATCH] staging:iio: one more fix

Drat, missed this one in the last set.

Anyhow, relatively trivial.


Lars-Peter's ones were bare patches as presented here.




Jonathan Cameron (7):
  staging:iio:light:tsl2563 both intensity channels have same
    chan_spec.
  staging:iio:triggers Remove unecessary existence checks and return
    val
  staging:iio:industrialio-trigger.c Trivial code style brackets fix
  staging:iio:kfifo remove entirely pointless code.
  staging:iio: trigger fixes for repeat request of same trigger and
    allocation failure
  staging:iio:core shared attrs do not work with modifier.
  staging:iio: core.  Allow for event chrdev obtaining ioctl if no
    buffer present.

Lars-Peter Clausen (2):
  staging:iio:events: Make sure userspace buffer is large enough
  staging:iio:iio_utils.h: Add missing include

Maxin B. John (1):
  staging:iio:light:tsl2563 missing setting of id in get id function.

 drivers/staging/iio/Documentation/iio_utils.h |    1 +
 drivers/staging/iio/iio_core.h                |    2 +-
 drivers/staging/iio/iio_core_trigger.h        |    3 +-
 drivers/staging/iio/industrialio-buffer.c     |    6 +++-
 drivers/staging/iio/industrialio-core.c       |    8 +++--
 drivers/staging/iio/industrialio-trigger.c    |   34 +++++++++++++-----------
 drivers/staging/iio/kfifo_buf.c               |    9 +------
 drivers/staging/iio/light/tsl2563.c           |    4 ++-
 8 files changed, 34 insertions(+), 33 deletions(-)

-- 
1.7.7


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

end of thread, other threads:[~2011-11-27  0:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-26 16:27 [PATCH 00/10] staging:iio:various fixes Jonathan Cameron
2011-10-26 16:27 ` [PATCH 01/10] staging:iio:light:tsl2563 both intensity channels have same chan_spec Jonathan Cameron
2011-10-26 16:27 ` [PATCH 02/10] staging:iio:light:tsl2563 missing setting of id in get id function Jonathan Cameron
2011-10-26 16:27 ` [PATCH 03/10] staging:iio:triggers Remove unecessary existence checks and return val Jonathan Cameron
2011-10-26 16:27 ` [PATCH 04/10] staging:iio:industrialio-trigger.c Trivial code style brackets fix Jonathan Cameron
2011-10-26 16:27 ` [PATCH 05/10] staging:iio:kfifo remove entirely pointless code Jonathan Cameron
2011-10-26 16:27 ` [PATCH 06/10] staging:iio: trigger fixes for repeat request of same trigger and allocation failure Jonathan Cameron
2011-10-26 16:27 ` [PATCH 07/10] staging:iio:core shared attrs do not work with modifier Jonathan Cameron
2011-10-26 16:27 ` [PATCH 08/10] staging:iio:events: Make sure userspace buffer is large enough Jonathan Cameron
2011-10-26 16:27 ` [PATCH 09/10] staging:iio:iio_utils.h: Add missing include Jonathan Cameron
2011-10-26 16:27 ` [PATCH 10/10] staging:iio: core. Allow for event chrdev obtaining ioctl if no buffer present Jonathan Cameron
2011-11-27  0:33 ` [PATCH 00/10] staging:iio:various fixes Greg KH

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.