All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: [PULL] 4th set of IIO fixes for the 4.2 cycle
Date: Sat, 8 Aug 2015 20:07:26 +0100	[thread overview]
Message-ID: <55C6536E.3030300@kernel.org> (raw)

The following changes since commit 40c3ef9d2f14cce91dbd6ae9c9ccf6210d8c5df7:

  staging: comedi: das1800: add missing break in switch (2015-07-31 16:59:47 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.2d

for you to fetch changes up to 2e8ea3cded44a8fe0ba4d4d14b290a458f969b1f:

  iio: event: Remove negative error code from iio_event_poll (2015-08-08 17:18:16 +0100)

----------------------------------------------------------------
Fourth set of IIO fixes for the 4.2 cycle.

* Poll functions for both event chardev and the buffer one were returning
  negative error codes (via a positive value).
* A recent change to lsiio adding some error handling that was wrong and
  stopped the tool working.
* bmg160 was missing some dependencies in Kconfig
* berlin2-adc had a misshandled register (wrote a value rather than a bitmap)

----------------------------------------------------------------
Cristina Opriceana (2):
      iio: industrialio-buffer: Fix iio_buffer_poll return value
      iio: event: Remove negative error code from iio_event_poll

Hartmut Knaack (1):
      iio:adc:berlin2-adc: Fix register definition

Linus Walleij (1):
      iio: lsiio: fix error code handling error

Markus Pargmann (1):
      iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required

 drivers/iio/adc/berlin2-adc.c     | 8 ++++----
 drivers/iio/gyro/Kconfig          | 3 ++-
 drivers/iio/industrialio-buffer.c | 2 +-
 drivers/iio/industrialio-event.c  | 2 +-
 tools/iio/lsiio.c                 | 4 ++--
 5 files changed, 10 insertions(+), 9 deletions(-)

             reply	other threads:[~2015-08-08 19:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-08 19:07 Jonathan Cameron [this message]
2015-08-10 20:00 ` [PULL] 4th set of IIO fixes for the 4.2 cycle Jonathan Cameron
2015-08-11  0:06 ` Greg KH
2015-08-11  7:29   ` Jonathan Cameron
2015-08-11 22:42     ` Greg KH
2015-08-12 18:35       ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55C6536E.3030300@kernel.org \
    --to=jic23@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.