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] IIO: 2nd set of features for the 6.4 cycle.
Date: Sat, 15 Apr 2023 18:50:27 +0100	[thread overview]
Message-ID: <20230415185027.60a34106@jic23-huawei> (raw)

The following changes since commit fba51482b6c0a6743b441bd57d53be11beb35a9b:

  Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next (2023-04-12 09:45:34 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 52cc189b4fc6af6accc45fe7b7053d76d8724059:

  iio: adc: palmas: don't alter event config on suspend/resume (2023-04-13 12:10:11 +0100)

----------------------------------------------------------------
2nd set of IIO features and cleanups for the 6.4 cycle.

A few more changes. Some were dependent on fixes that are now upstream
and in char-misc-next.

st,lsm6dsx:
 - Add an ACPI ID (SMO8B30) and mount matrix (ROTM) seen in the wild.
ti,palmas
 - Take probe fully devm managed.
 - Add threshold event support (after some rework)
 - Stop changing the event config on suspend and resume.

----------------------------------------------------------------
Jonathan Cameron (3):
      iio: imu: lsm6dsx: Support SMO8B30 ACPI ID for LSM6DS3TR-C
      iio: imu: lsm6dsx: Add ACPI mount matrix retrieval
      iio: adc: palmas: Take probe fully device managed.

Patrik Dahlström (7):
      iio: adc: palmas: remove adc_wakeupX_data
      iio: adc: palmas: replace "wakeup" with "event"
      iio: adc: palmas: use iio_event_direction for threshold polarity
      iio: adc: palmas: move eventX_enable into palmas_adc_event
      iio: adc: palmas: always reset events on unload
      iio: adc: palmas: add support for iio threshold events
      iio: adc: palmas: don't alter event config on suspend/resume

 drivers/iio/adc/palmas_gpadc.c               | 615 +++++++++++++++++++++------
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h      |   2 +-
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c |  77 +++-
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c  |  16 +-
 include/linux/mfd/palmas.h                   |   8 -
 5 files changed, 566 insertions(+), 152 deletions(-)

             reply	other threads:[~2023-04-15 17:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-15 17:50 Jonathan Cameron [this message]
2023-04-15 18:25 ` [PULL] IIO: 2nd set of features for the 6.4 cycle 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=20230415185027.60a34106@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