mbox series

[PULL] 2nd set of IIO fixes for the 5.4 cycle.

Message ID 20191030201651.0f9b5237@archlinux (mailing list archive)
State New, archived
Headers show
Series [PULL] 2nd set of IIO fixes for the 5.4 cycle. | expand

Pull-request

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

Message

Jonathan Cameron Oct. 30, 2019, 8:16 p.m. UTC
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(-)

Comments

Greg Kroah-Hartman Oct. 31, 2019, 5:55 p.m. UTC | #1
On Wed, Oct 30, 2019 at 08:16:51PM +0000, Jonathan Cameron wrote:
> 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

Pulled and pushed out, thanks.

greg k-h