All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: gregkh@linuxfoundation.org
Cc: linux-iio@vger.kernel.org
Subject: [PULL] First set of IIO fixes for the 5.8 cycle.
Date: Tue, 7 Jul 2020 19:26:11 +0100	[thread overview]
Message-ID: <20200707192611.6a5d3e99@archlinux> (raw)

The following changes since commit b791d1bdf9212d944d749a5c7ff6febdba241771:

  Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2020-06-11 18:55:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b0536f9826a5ed3328d527b4fc1686867a9f3041:

  iio: adc: ad7780: Fix a resource handling path in 'ad7780_probe()' (2020-07-05 14:22:48 +0100)

----------------------------------------------------------------
First set of IIO and counter fixes in the 5.8 cycle.

The buffer alignment fixes continue to trickle through as we get
reviews in.  The rest are the standard mixed bag of long term issues
just discovered an things we missed in this cycle.

IIO fixes

* core
  - Add missing IIO_MOD_H2 and ETHANOL strings. Somehow got missed
    when drivers were added using these in attribute names.
* afe4403, afe4404, ak8974, hdc100x, hts221, ms5611
  - Fix a recently identified issue with alignment when using
    iio_push_to_buffers_with_timestamp which assumes the timestamp
    is 8 byte aligned.
* ad7780
  - Fix a some premature / excess cleanup in an error path.
* adi-axi-adc
  - Fix reference counting on the wrong object.
* ak8974
  - Fix unbalance runtime pm.
* mma8452
  - Fix missing iio_device_unregister in error path.
* zp2326
  - Error handling for pm_runtime_get_sync failing.

counter fixes
* Add lock guards in 104-quad-8 to protect against races - done
  in 2 patches to allow easy back porting.

----------------------------------------------------------------
Christophe JAILLET (1):
      iio: adc: ad7780: Fix a resource handling path in 'ad7780_probe()'

Chuhong Yuan (1):
      iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()

Dinghao Liu (1):
      iio: magnetometer: ak8974: Fix runtime PM imbalance on error

Jonathan Cameron (6):
      iio:health:afe4403 Fix timestamp alignment and prevent data leak.
      iio:health:afe4404 Fix timestamp alignment and prevent data leak.
      iio:magnetometer:ak8974: Fix alignment and data leak issues
      iio:humidity:hdc100x Fix alignment and data leak issues
      iio:humidity:hts221 Fix alignment and data leak issues
      iio:pressure:ms5611 Fix buffer element alignment

Matt Ranostay (1):
      iio: core: add missing IIO_MOD_H2/ETHANOL string identifiers

Navid Emamdoost (1):
      iio: pressure: zpa2326: handle pm_runtime_get_sync failure

Nuno Sá (1):
      iio: adc: adi-axi-adc: Fix object reference counting

Syed Nayyar Waris (2):
      counter: 104-quad-8: Add lock guards - differential encoder
      counter: 104-quad-8: Add lock guards - filter clock prescaler

 drivers/counter/104-quad-8.c         | 22 +++++++++++++++++++---
 drivers/iio/accel/mma8452.c          |  5 ++++-
 drivers/iio/adc/ad7780.c             |  2 +-
 drivers/iio/adc/adi-axi-adc.c        |  4 ++--
 drivers/iio/health/afe4403.c         |  9 ++++++---
 drivers/iio/health/afe4404.c         |  8 +++++---
 drivers/iio/humidity/hdc100x.c       | 10 +++++++---
 drivers/iio/humidity/hts221.h        |  7 +++++--
 drivers/iio/humidity/hts221_buffer.c |  9 +++++----
 drivers/iio/industrialio-core.c      |  2 ++
 drivers/iio/magnetometer/ak8974.c    | 29 +++++++++++++++++------------
 drivers/iio/pressure/ms5611_core.c   | 11 ++++++++---
 drivers/iio/pressure/zpa2326.c       |  4 +++-
 13 files changed, 84 insertions(+), 38 deletions(-)

             reply	other threads:[~2020-07-07 18:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-07 18:26 Jonathan Cameron [this message]
2020-07-08  7:21 ` [PULL] First set of IIO fixes for the 5.8 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=20200707192611.6a5d3e99@archlinux \
    --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 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.