mbox series

[PULL] First set of IIO fixes for the 5.6 cycle

Message ID 20200308170941.6d3b36ab@archlinux (mailing list archive)
State New, archived
Headers show
Series [PULL] First set of IIO fixes for the 5.6 cycle | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.6a

Message

Jonathan Cameron March 8, 2020, 5:09 p.m. UTC
The following changes since commit 39bed42de2e7d74686a2d5a45638d6a5d7e7d473:

  Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2020-01-29 19:56:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.6a

for you to fetch changes up to 10856d88f7653b42196ca5b2775bbc1f15122a58:

  iio: ping: set pa_laser_ping_cfg in of_ping_match (2020-03-08 16:21:23 +0000)

----------------------------------------------------------------
First set of IIO fixes in the 5.6 cycle.

* adxl372
  - Fix marking of buffered values as big endian.
* ak8974
  - Fix wrong handling of negative values when read from sysfs.
* at91-sama5d2
  - Fix differential mode by ensuring configuration set correctly.
* ping
  - Use the write sensor type for of_ping_match table.
* sps30
  - Kconfig build dependency fix.
* st-sensors
  - Fix a wrong identification of which part the SMO8840 ACPI ID indicates.
* stm32-dsfdm
  - Fix a sleep in atomic issue by not using a trigger when it makes no sense.
* stm32-timer
  - Make sure master mode is disabled when stopping.
* vcnl400
  - Update some sampling periods based on new docs.

----------------------------------------------------------------
Alexandru Tachici (1):
      iio: accel: adxl372: Set iio_chan BE

Eugen Hristev (1):
      iio: adc: at91-sama5d2_adc: fix differential channels in triggered mode

Fabrice Gasnier (1):
      iio: trigger: stm32-timer: disable master mode when stopping

Olivier Moysan (1):
      iio: adc: stm32-dfsdm: fix sleep in atomic context

Petr Štetiar (1):
      iio: chemical: sps30: fix missing triggered buffer dependency

Stephan Gerhold (1):
      iio: magnetometer: ak8974: Fix negative raw values in sysfs

Tomas Novotny (2):
      iio: light: vcnl4000: update sampling periods for vcnl4200
      iio: light: vcnl4000: update sampling periods for vcnl4040

Wen-chien Jesse Sung (1):
      iio: st_sensors: remap SMO8840 to LIS2DH12

YueHaibing (1):
      iio: ping: set pa_laser_ping_cfg in of_ping_match

 drivers/iio/accel/adxl372.c               |  1 +
 drivers/iio/accel/st_accel_i2c.c          |  2 +-
 drivers/iio/adc/at91-sama5d2_adc.c        | 15 +++++++++++
 drivers/iio/adc/stm32-dfsdm-adc.c         | 43 +++++++------------------------
 drivers/iio/chemical/Kconfig              |  2 ++
 drivers/iio/light/vcnl4000.c              | 15 ++++++-----
 drivers/iio/magnetometer/ak8974.c         |  2 +-
 drivers/iio/proximity/ping.c              |  2 +-
 drivers/iio/trigger/stm32-timer-trigger.c | 11 ++++++--
 9 files changed, 48 insertions(+), 45 deletions(-)

Comments

Greg Kroah-Hartman March 18, 2020, 10:24 a.m. UTC | #1
On Sun, Mar 08, 2020 at 05:09:41PM +0000, Jonathan Cameron wrote:
> The following changes since commit 39bed42de2e7d74686a2d5a45638d6a5d7e7d473:
> 
>   Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2020-01-29 19:56:50 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.6a

Sorry for the delay, now pulled and pushed out.

greg k-h