public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL] IIO fixes for 3.15 round 2
@ 2014-04-26 15:01 Jonathan Cameron
  2014-04-30 21:20 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2014-04-26 15:01 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Linux IIO List

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(-)

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

* Re: [PULL] IIO fixes for 3.15 round 2
  2014-04-26 15:01 [PULL] IIO fixes for 3.15 round 2 Jonathan Cameron
@ 2014-04-30 21:20 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2014-04-30 21:20 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: Linux IIO List

On Sat, Apr 26, 2014 at 04:01:38PM +0100, Jonathan Cameron wrote:
> 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

Pulled and pushed out.

thanks,

greg k-h

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

end of thread, other threads:[~2014-04-30 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-26 15:01 [PULL] IIO fixes for 3.15 round 2 Jonathan Cameron
2014-04-30 21:20 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox