From: Jonathan Cameron <jic23@jic23.retrosnub.co.uk>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-iio@vger.kernel.org
Subject: Re: [PULL] Second set of IIO fixes for the 4.16 cycle
Date: Sat, 17 Mar 2018 16:16:41 +0000 [thread overview]
Message-ID: <20180317161641.4a62f89d@archlinux> (raw)
In-Reply-To: <20180311134152.04767f22@archlinux>
Hi Greg,
Thanks for taking the 'new stuff' pull this week.
There was this one for fixes as well - just in case it slipped through
the net!
Thanks,
Jonathan
On Sun, 11 Mar 2018 13:41:52 +0000
Jonathan Cameron <jic23@kernel.org> wrote:
> The following changes since commit c6754712e05317923e3f67ac01d45c7d5ec6f79f:
>
> Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2018-02-20 10:03:22 +0100)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.16b
>
> for you to fetch changes up to 8b438686a001db64c21782d04ef68111e53c45d9:
>
> iio: st_pressure: st_accel: pass correct platform data to init (2018-03-10 16:28:05 +0000)
>
> ----------------------------------------------------------------
> Second set of IIO fixes for the 4.16 cycle.
>
> A slightly fiddly revert then fix pair in here as the bug lead to
> an unused local variable that was then removed without us noticing
> the bug. The revert should only be needed on 4.16 - the fix
> goes back futher.
>
> * ccs811
> - Fix the transition from 'boot' to 'application' mode. Fixes the case
> where the power is not cut between boot cycles.
> * meson-saradc
> - Fix missing mutex_unlock in an error path.
> * sd-modulator
> - Fix bindings doc to have the right value of io-channel-cells to reflect
> that this device type only ever outputs one channel.
> * st-accel
> - Revert drop of redundant pointer patch.
> - Use the now available pointer to avoid overwriting the platform data
> pointer and causing trouble on reprobing the driver.
> * st-pressure
> - Use local copy of the platform data pointer to avoid overwriting the
> one associated with the device, which would cause issues on reprobing
> the driver.
> * stm32-dfsdm
> - Use the right regmap_cfg for the type of device.
> - Correct the ID passed to stop channel to be the channel one.
> - Correct which clock is used to allow for the 'audio' clock.
> - Fix allocation of channels when more than one is enabled.
>
> ----------------------------------------------------------------
> Dan Carpenter (1):
> iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock()
>
> Fabrice Gasnier (5):
> iio: adc: stm32-dfsdm: fix compatible data use
> iio: adc: stm32-dfsdm: fix call to stop channel
> iio: adc: stm32-dfsdm: fix clock source selection
> iio: adc: stm32-dfsdm: fix multiple channel initialization
> dt-bindings: iio: adc: sd-modulator: fix io-channel-cells
>
> Jonathan Cameron (1):
> Revert "iio: accel: st_accel: remove redundant pointer pdata"
>
> Michael Nosthoff (1):
> iio: st_pressure: st_accel: pass correct platform data to init
>
> Richard Lai (1):
> iio: chemical: ccs811: Corrected firmware boot/application mode transition
>
> .../bindings/iio/adc/sigma-delta-modulator.txt | 4 +--
> drivers/iio/accel/st_accel_core.c | 7 +++-
> drivers/iio/adc/meson_saradc.c | 4 ++-
> drivers/iio/adc/stm32-dfsdm-adc.c | 39 ++++++++++++----------
> drivers/iio/adc/stm32-dfsdm-core.c | 12 +++++--
> drivers/iio/chemical/ccs811.c | 3 ++
> drivers/iio/pressure/st_pressure_core.c | 2 +-
> 7 files changed, 46 insertions(+), 25 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2018-03-17 16:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-11 13:41 [PULL] Second set of IIO fixes for the 4.16 cycle Jonathan Cameron
2018-03-17 16:16 ` Jonathan Cameron [this message]
2018-03-18 10:09 ` Greg Kroah-Hartman
2018-03-18 10:24 ` Jonathan Cameron
2018-03-19 15:45 ` 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=20180317161641.4a62f89d@archlinux \
--to=jic23@jic23.retrosnub.co.uk \
--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.