From: Jonathan Cameron <jic23@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Linux IIO List <linux-iio@vger.kernel.org>
Subject: [PULL] IIO fixes for 3.15 round 2
Date: Sat, 26 Apr 2014 16:01:38 +0100 [thread overview]
Message-ID: <535BCA52.4000905@kernel.org> (raw)
The following changes since commit 8b425aa193439a2b60a988a9230f1de753e36902:
Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2014-04-22 21:29:20 -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.15b
for you to fetch changes up to bbc28134e915d2e2e8cac0254d1d056db0ae3247:
iio: adc: Nothing in ADC should be a bool CONFIG (2014-04-26 11:22:16 +0100)
----------------------------------------------------------------
Second set of fixes for IIO in the 3.15 cycle.
* ad2s1200 - Fix some missing parenthesis in a for statement that could have
led to an error being missed when getting gpios.
* Fix a null derefference issue in the mpu6050 when platform data is not
provided (or is provided via the device tree for example).
* exynos_adc bug on remove due to child devices having been added to the
parent of the IIO device rather than the IIO device itself. This caused an
issue with the IIO device removing itself in it's remove function.
* Make all ADC drivers buildable as modules to avoid dependency issues if
the IIO core is itself built as a module. The exynos adc bug became
apparently whilst this fix was being tested.
----------------------------------------------------------------
Atilla Filiz (1):
iio:imu:mpu6050: Fixed segfault in Invensens MPU driver due to null dereference
Doug Anderson (1):
iio: adc: Nothing in ADC should be a bool CONFIG
Jimmy Li (1):
staging:iio:ad2s1200 fix missing parenthesis in a for statment.
Naveen Krishna Ch (1):
iio: exynos_adc: use indio_dev->dev structure to handle child nodes
drivers/iio/adc/Kconfig | 4 ++--
drivers/iio/adc/exynos_adc.c | 6 +++---
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 7 +++++--
drivers/staging/iio/resolver/ad2s1200.c | 3 ++-
4 files changed, 12 insertions(+), 8 deletions(-)
next reply other threads:[~2014-04-26 15:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-26 15:01 Jonathan Cameron [this message]
2014-04-30 21:20 ` [PULL] IIO fixes for 3.15 round 2 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=535BCA52.4000905@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