From: Jonathan Cameron <jic23@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-iio@vger.kernel.org
Subject: [PULL] IIO fixes 3.14 set 1
Date: Mon, 03 Feb 2014 19:01:14 +0000 [thread overview]
Message-ID: <52EFE77A.3030802@kernel.org> (raw)
The following changes since commit c6236c0ce39c809c336ca929f68cf8ad02cf94e0:
staging: comedi: drivers: fix return value of comedi_load_firmware() (2013-12-17 13:05:53 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-3.14a
for you to fetch changes up to 8c314da583c9d5c67fe59aa8c92f94f15cb8de90:
staging:iio:lpc32xx_adc: Add dependency on HAS_IOMEM (2014-01-18 11:49:39 +0000)
----------------------------------------------------------------
First set of IIO fixes for the 3.14 cycle.
Included is the patch previously set as the fourth round for 3.13 which was
to late to be appropriate.
* Another endian fix (ad799x adc) due to missuse of the IIO_ST macro (which
is going away very shortly)
* A reversed error check in ad5933 which will make the probe fail.
* A buffer overflow in the example code in the documentation.
* ad799x was freeing an irq that might or might not have been requested.
* tsl2563 was checking the wrong element of chan_spec for modifiers. Thus some
sysfs reads would give the wrong values.
* A missing dependency on HAS_IOMEM in spear_adc and lpc32xx was causing some
test build failures (on s390 and perhaps elsewhere).
I also have a few fixes queued up for things that went in during the 3.14
merge window which will follow as a separate pull request (to avoid rebasing
my tree).
----------------------------------------------------------------
Craig Markwardt (1):
iio: Fix a buffer overflow in iio_utils.h example code
Hartmut Knaack (1):
staging:iio:ad799x fix error_free_irq which was freeing an irq that may not have been requested
Ivaylo Dimitrov (1):
iio: tsl2563: Use the correct channel2 member
Jonathan Cameron (1):
staging:iio:ad799x fix incorrect endianness specification for buffer elements
Julia Lawall (1):
staging:iio:impedance:ad5933: correct error check
Richard Weinberger (2):
staging:iio:spear_adc: Add dependency on HAS_IOMEM
staging:iio:lpc32xx_adc: Add dependency on HAS_IOMEM
drivers/iio/light/tsl2563.c | 16 ++++++++++------
drivers/staging/iio/Documentation/iio_utils.h | 6 +++---
drivers/staging/iio/adc/Kconfig | 2 ++
drivers/staging/iio/adc/ad799x_core.c | 11 +++++++++--
drivers/staging/iio/impedance-analyzer/ad5933.c | 2 +-
5 files changed, 25 insertions(+), 12 deletions(-)
next reply other threads:[~2014-02-03 19:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-03 19:01 Jonathan Cameron [this message]
2014-02-07 16:58 ` [PULL] IIO fixes 3.14 set 1 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=52EFE77A.3030802@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.