Linux IIO development
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org
Subject: [PULL] 1st set of IIO fixes for 5.18
Date: Wed, 27 Apr 2022 19:31:53 +0100	[thread overview]
Message-ID: <20220427193153.69d3237b@jic23-huawei> (raw)

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b5d6ba09b10d2ccb865ed9bc45941db0a41c6756:

  iio: imu: inv_icm42600: Fix I2C init possible nack (2022-04-16 15:03:58 +0100)

----------------------------------------------------------------
1st set of IIO fixes for the 5.18 cycle

ad3552r:
 - Fix a bug with error codes being stored in unsigned local variable.
 - Fix IS_ERR when value is either NULL or not rather than ERR_PTR
ad5446
 - Fix shifting of read_raw value.
ad5592r
 - Fix missing return value being set for a fwnode property read.
ad7280a
 - Wrong variable being used to set thresholds.
admv8818
 - Kconfig dependency fix.
ak8975
 - Missing regulator disable in error path.
bmi160
 - Disable regulators in an error path.
dac5571
 - Fix chip id detection for devices with OF bindings.
inv_icm42600
 - Handle a case of a missing I2C NACK during initially configuration.
ltc2688
 - Fix voltage scaling where integer part was written twice and
   decimal part not at all.
scd4x
 - Handle error before using value.
sx9310
 - Device property parsing against indio_dev->dev.of_node which
   hasn't been set yet.
sx9324
 - Fix hardware gain related maths.
 - Wrong defaults for precharge internal resistance register.

----------------------------------------------------------------
Dan Carpenter (2):
      iio: dac: ad3552r: fix signedness bug in ad3552r_reset()
      iio:dac:ad3552r: Fix an IS_ERR() vs NULL check

Fawzi Khaber (1):
      iio: imu: inv_icm42600: Fix I2C init possible nack

Gwendal Grignou (1):
      iio: sx9324: Fix default precharge internal resistance register

Jonathan Cameron (1):
      iio: adc: ad7280a: Fix wrong variable used when setting thresholds.

Jose Cazarin (1):
      iio: dac: dac5571: Fix chip id detection for OF devices

Michael Hennerich (1):
      iio: dac: ad5446: Fix read_raw not returning set value

Nuno Sá (1):
      iio: dac: ltc2688: fix voltage scale read

Stephen Boyd (2):
      iio:proximity:sx_common: Fix device property parsing on DT systems
      iio:proximity:sx9324: Fix hardware gain read/write

Tom Rix (1):
      iio: scd4x: check return of scd4x_write_and_fetch

Tong Zhang (1):
      iio:imu:bmi160: disable regulator in error path

Wang ShaoBo (1):
      iio:filter:admv8818: select REGMAP_SPI for ADMV8818

Zheyu Ma (1):
      iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()

Zizhuang Deng (1):
      iio: dac: ad5592r: Fix the missing return value.

 drivers/iio/adc/ad7280a.c                       | 12 +++++-----
 drivers/iio/chemical/scd4x.c                    |  5 +++-
 drivers/iio/dac/ad3552r.c                       |  6 ++---
 drivers/iio/dac/ad5446.c                        |  2 +-
 drivers/iio/dac/ad5592r-base.c                  |  2 +-
 drivers/iio/dac/ltc2688.c                       |  2 +-
 drivers/iio/dac/ti-dac5571.c                    | 28 ++++++++++++++--------
 drivers/iio/filter/Kconfig                      |  1 +
 drivers/iio/imu/bmi160/bmi160_core.c            | 20 +++++++++++-----
 drivers/iio/imu/inv_icm42600/inv_icm42600_i2c.c | 15 +++++++-----
 drivers/iio/magnetometer/ak8975.c               |  1 +
 drivers/iio/proximity/sx9324.c                  | 32 +++++++++++++++++++------
 drivers/iio/proximity/sx_common.c               |  1 +
 13 files changed, 85 insertions(+), 42 deletions(-)

             reply	other threads:[~2022-04-27 18:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 18:31 Jonathan Cameron [this message]
2022-04-28 14:37 ` [PULL] 1st set of IIO fixes for 5.18 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220427193153.69d3237b@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox