From: Jonathan Cameron <jic23@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Linux IIO List <linux-iio@vger.kernel.org>
Subject: [PULL] Second set of IIO fixes for the 3.16 cycle
Date: Sun, 29 Jun 2014 15:33:40 +0100 [thread overview]
Message-ID: <53B023C4.70309@kernel.org> (raw)
The following changes since commit e28642c04a19b934e6832a218ccc9e54977f0213:
Merge tag 'iio-fixes-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2014-06-18 10:41:08 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-3.16b
for you to fetch changes up to a2c12493ed7e63a18cef33a71686d12ffcd6600e:
iio: of_iio_channel_get_by_name() returns non-null pointers for error legs (2014-06-21 12:31:38 +0100)
----------------------------------------------------------------
Second set of IIO fixes for the 3.16 cycle.
* A fix for a bug in setting threshold levels within the ad799x driver
which prevents correct setting of the thresholds.
* In ad7291 fix an case where a ERR_PTR value was returned directly
instead of having PTR_ERR applied. Hence it would report success
instead of failure.
* of_iio_channel_get_by_name returned a non null pointer if it fails
and the callee was expecting NULL to indicate failure. Fixed by
returning NULL in the error cases.
----------------------------------------------------------------
Adam Thomson (1):
iio: of_iio_channel_get_by_name() returns non-null pointers for error legs
Dan Carpenter (1):
staging: iio/ad7291: fix error code in ad7291_probe()
Peter Meerwald (1):
iio:adc:ad799x: Fix reading and writing of event values, apply shift
drivers/iio/adc/ad799x.c | 8 ++++++--
drivers/iio/inkern.c | 6 ++++--
drivers/staging/iio/adc/ad7291.c | 4 ++--
3 files changed, 12 insertions(+), 6 deletions(-)
next reply other threads:[~2014-06-29 14:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-29 14:33 Jonathan Cameron [this message]
2014-06-29 16:45 ` [PULL] Second set of IIO fixes for the 3.16 cycle Greg Kroah-Hartman
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=53B023C4.70309@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox