linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL] 2nd set of IIO fixes for the 5.4 cycle.
@ 2019-10-30 20:16 Jonathan Cameron
  2019-10-31 17:55 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2019-10-30 20:16 UTC (permalink / raw)
  To: linux-iio, gregkh

The following changes since commit 3f3d31622a2c18b644328965925110dd7638b376:

  Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2019-10-10 11:18:37 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.4b

for you to fetch changes up to e6afcf6c598d6f3a0c9c408bfeddb3f5730608b0:

  iio: adc: stm32-adc: fix stopping dma (2019-10-27 15:57:19 +0000)

----------------------------------------------------------------
Second set of IIO fixes for the 5.4 cycle.

* adis16480
  - Prevent negative numbers being accepted for sampling frequency.
* inv_mpu6050
  - Fix an issue where fifo overflow bits don't actually work as expected,
    by checking the fifo count instead.
* srf04
  - Allow more time for echo to signal as some sensors supported have
    a higher range.
* stm32-adc
  - Fix a potential race in dma disable by ensuring all transfers are done.

----------------------------------------------------------------
Alexandru Ardelean (1):
      iio: imu: adis16480: make sure provided frequency is positive

Andreas Klinger (1):
      iio: srf04: fix wrong limitation in distance measuring

Fabrice Gasnier (1):
      iio: adc: stm32-adc: fix stopping dma

Jean-Baptiste Maneyrol (1):
      iio: imu: inv_mpu6050: fix no data on MPU6050

 drivers/iio/adc/stm32-adc.c                |  4 ++--
 drivers/iio/imu/adis16480.c                |  5 ++++-
 drivers/iio/imu/inv_mpu6050/inv_mpu_core.c |  9 +++++++++
 drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h  |  2 ++
 drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c | 15 ++++++++++++---
 drivers/iio/proximity/srf04.c              | 29 +++++++++++++++--------------
 6 files changed, 44 insertions(+), 20 deletions(-)

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

end of thread, other threads:[~2019-10-31 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 20:16 [PULL] 2nd set of IIO fixes for the 5.4 cycle Jonathan Cameron
2019-10-31 17:55 ` 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).