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] 2nd set of IIO fixes for the 6.6 cycle (probably for 6.7 merge window given timing)
Date: Sat, 21 Oct 2023 15:57:27 +0100	[thread overview]
Message-ID: <20231021155727.511a344c@jic23-huawei> (raw)

The following changes since commit ffd1f150fffe8a708f6ccd15152791d0e8f812b6:

  Merge tag 'iio-fixes-for-6.6a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2023-10-06 16:58:28 +0200)

are available in the Git repository at:

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

for you to fetch changes up to bee448390e5166d019e9e037194d487ee94399d9:

  iio: afe: rescale: Accept only offset channels (2023-10-17 20:25:32 +0100)

----------------------------------------------------------------
2nd set of IIO fixes for the 6.6 cycle.

Note, given timing my expectation is these will be queued for the
6.7 merge window but they could go quicker if the 6.6 cycle ends up
being extended.

afe:
  * Allow for channels with offset but no scale.  In this case the scale
    can be assumed to be 1.
adi,ad74115:
  * Add missing dt-binding constraint on number of reset-gpios.
samsung,exynos:
  * Don't request touchscreen interrupt if it is not going to be used,
    getting rid of an incorrect resulting warning message.
xilinx,xadc:
  * Avoid changing preset voltage and themperature thresholds as they
    are typicaly set as part of FPGA image building so should be left
    alone.
  * Fix wrong temperature offset and scale for some devices.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      dt-bindings: iio: add missing reset-gpios constrain

Linus Walleij (1):
      iio: afe: rescale: Accept only offset channels

Marek Szyprowski (1):
      iio: exynos-adc: request second interupt only when touchscreen mode is used

Robert Hancock (2):
      iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholds
      iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale

 .../devicetree/bindings/iio/addac/adi,ad74115.yaml |  3 +-
 .../devicetree/bindings/iio/dac/adi,ad5758.yaml    |  3 +-
 .../devicetree/bindings/iio/health/ti,afe4403.yaml |  3 +-
 .../devicetree/bindings/iio/health/ti,afe4404.yaml |  3 +-
 drivers/iio/adc/exynos_adc.c                       | 24 +++++++------
 drivers/iio/adc/xilinx-xadc-core.c                 | 39 ++++++++--------------
 drivers/iio/adc/xilinx-xadc.h                      |  2 ++
 drivers/iio/afe/iio-rescale.c                      | 19 ++++++++---
 8 files changed, 53 insertions(+), 43 deletions(-)

             reply	other threads:[~2023-10-21 14:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-21 14:57 Jonathan Cameron [this message]
2023-10-21 15:36 ` [PULL] 2nd set of IIO fixes for the 6.6 cycle (probably for 6.7 merge window given timing) 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=20231021155727.511a344c@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