All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] 1st set of IIO fixes for 5.18
@ 2022-04-27 18:31 Jonathan Cameron
  2022-04-28 14:37 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2022-04-27 18:31 UTC (permalink / raw)
  To: gregkh, linux-iio

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

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

* Re: [PULL] 1st set of IIO fixes for 5.18
  2022-04-27 18:31 [PULL] 1st set of IIO fixes for 5.18 Jonathan Cameron
@ 2022-04-28 14:37 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-04-28 14:37 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio

On Wed, Apr 27, 2022 at 07:31:53PM +0100, Jonathan Cameron wrote:
> 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

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2022-04-28 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 18:31 [PULL] 1st set of IIO fixes for 5.18 Jonathan Cameron
2022-04-28 14:37 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.