linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL] IIO fixes for 4.0 set 4
@ 2015-03-30 19:38 Jonathan Cameron
  2015-04-01 11:51 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2015-03-30 19:38 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-iio@vger.kernel.org

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

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

end of thread, other threads:[~2015-04-01 11:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 19:38 [PULL] IIO fixes for 4.0 set 4 Jonathan Cameron
2015-04-01 11:51 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).