The following changes since commit 3d8bbe243dc7418b4b2eadcbf5693887d076a521: Merge tag 'iio-fixes-for-4.0c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2015-03-24 22:55:20 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.0d for you to fetch changes up to 4ce7ca89d6e8eae9e201cd0e972ba323f33e2fb4: iio: imu: Use iio_trigger_get for indio_dev->trig assignment (2015-03-28 13:51:40 +0000) ---------------------------------------------------------------- IIO fixes for 4.0 set 4 A couple more IIO fixes. * Fix check for HAS_IOMEM in the cc100001_adc driver to avoid build errors. Rather curiously it was ORed with Regulator and clock support. * vf610 driver was trying to use an ADC clock outside the possible spec on some boards. The driver assumed a fixed clock speed previously across all boards, but that is not true. This fix ensures that the reported frequency is correct on all boards. * The adis imu common code directly set the current trigger to the driver supplied one. Unfortunately this didn't increase the use count leading to a double free via a particular path of changing the trigger then removing the driver. ---------------------------------------------------------------- Darshana Padmadas (1): iio: imu: Use iio_trigger_get for indio_dev->trig assignment Richard Weinberger (1): iio/adc/cc10001_adc.c: Fix !HAS_IOMEM build Stefan Agner (1): iio: adc: vf610: use ADC clock within specification drivers/iio/adc/Kconfig | 3 +- drivers/iio/adc/vf610_adc.c | 91 ++++++++++++++++++++++++++++-------------- drivers/iio/imu/adis_trigger.c | 2 +- 3 files changed, 64 insertions(+), 32 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html