linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-iio@vger.kernel.org
Subject: [PULL] First set of IIO fixes for the 4.17 cycle.
Date: Mon, 7 May 2018 18:02:21 +0100	[thread overview]
Message-ID: <20180507180221.0efedf77@archlinux> (raw)

The following changes since commit 8b438686a001db64c21782d04ef68111e53c45d9:

  iio: st_pressure: st_accel: pass correct platform data to init (2018-03-10 16:28:05 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 76974ef9d1bf397b7bb97892a3b3bc516a1fc2c2:

  iio: adc: select buffer for at91-sama5d2_adc (2018-04-21 15:57:10 +0100)

----------------------------------------------------------------
First round of IIO fixes for the 4.17 cycle.

* core
  - fix up some issues with overflow etc around wrong types
    for some fo the kfifo handling functions.  Seems unlikely
    this would be triggered in reality but the fixes are simple
    so let's tidy them up.  Second patch deals with checking
    the userspace value passed for length for potential overflow.
* ad7793
  - Catch up with changes to the ad_sigma_delta core and use
    read_raw / write_raw iwth IIO_CHAN_INFO_SAMP_FEW to handle
    sampling frequency control.
* at91-sama5d2
  - Channel config for differential channels was completely broken.
  - Missing Kconfig dependency for buffer support.
* hid-sensor
  - Fix an issue with powering up after resume due to wrong reference
    counting.
* stm32-dfsdm
  - Fix an issue with second writes of the oversampling settings
    failing.
  - Fix an issue with the sample rate being set to half of requested
    value when particular clock source is used.

----------------------------------------------------------------
Eugen Hristev (2):
      iio: adc: at91-sama5d2_adc: fix channel configuration for differential channels
      iio: adc: select buffer for at91-sama5d2_adc

Fabrice Gasnier (2):
      iio: adc: stm32-dfsdm: fix successive oversampling settings
      iio: adc: stm32-dfsdm: fix sample rate for div2 spi clock

Hans de Goede (1):
      iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after resume

Martin Kelly (2):
      iio:buffer: make length types match kfifo types
      iio:kfifo_buf: check for uint overflow

Michael Nosthoff (1):
      iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ

 drivers/iio/adc/Kconfig                            |  1 +
 drivers/iio/adc/ad7793.c                           | 75 +++++++---------------
 drivers/iio/adc/at91-sama5d2_adc.c                 | 41 ++++++++++--
 drivers/iio/adc/stm32-dfsdm-adc.c                  | 17 ++++-
 drivers/iio/buffer/industrialio-buffer-dma.c       |  2 +-
 drivers/iio/buffer/kfifo_buf.c                     | 11 +++-
 .../iio/common/hid-sensors/hid-sensor-trigger.c    |  8 +--
 include/linux/iio/buffer_impl.h                    |  6 +-
 8 files changed, 93 insertions(+), 68 deletions(-)

             reply	other threads:[~2018-05-07 17:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-07 17:02 Jonathan Cameron [this message]
2018-05-09 15:10 ` [PULL] First set of IIO fixes for the 4.17 cycle Greg Kroah-Hartman

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=20180507180221.0efedf77@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).