* [PULL] Second set of IIO fixes for the 4.14 cycle.
@ 2017-10-15 10:51 Jonathan Cameron
2017-10-15 11:16 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2017-10-15 10:51 UTC (permalink / raw)
To: Greg Kroah-Hartman, linux-iio
The following changes since commit b2e312061c5e9f533c44487862dc405094bf250a:
Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2017-09-25 10:58:22 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.14b
for you to fetch changes up to ca4c302398963c0cae29bc168e44cf91e40ff0d3:
iio: adc: at91-sama5d2_adc: fix probe error on missing trigger property (2017-10-14 19:52:07 +0100)
----------------------------------------------------------------
Second set of IIO fixes for the 4.14 cycle.
* ade7759
- Fix a signed extension bug.
* as3935
- The default noise and watch dog settings were such that the device
was unusuable in most applications. Add device tree parameters to
allow it to be configured to something that will actually work.
* at91-sama5d2 adc
- Fix handling of legacy device trees that don't provide the new
trigger edge property.
* dln2-adc
- Fix a missing Kconfig dependency on IIO_TRIGGERED_BUFFER.
* dummy driver
- Add a missing break so that writing in_voltage0_thresh_rising_en
doesn't always result in an error.
* zpa2326
- Drop a test for an always true condition so that gcc won't spit out
and unused variable warning.
----------------------------------------------------------------
Colin Ian King (1):
staging: iio: ade7759: fix signed extension bug on shift of a u8
Eugen Hristev (1):
iio: adc: at91-sama5d2_adc: fix probe error on missing trigger property
Geert Uytterhoeven (1):
iio: pressure: zpa2326: Remove always-true check which confuses gcc
Lars-Peter Clausen (1):
iio: dummy: events: Add missing break
Matt Ranostay (1):
iio: proximity: as3935: noise detection + threshold changes
Randy Dunlap (1):
iio: adc: dln2-adc: fix build error
.../ABI/testing/sysfs-bus-iio-proximity-as3935 | 8 ++++
.../devicetree/bindings/iio/proximity/as3935.txt | 5 +++
drivers/iio/adc/Kconfig | 2 +
drivers/iio/adc/at91-sama5d2_adc.c | 45 ++++++++++++++--------
drivers/iio/dummy/iio_simple_dummy_events.c | 1 +
drivers/iio/pressure/zpa2326.c | 10 ++---
drivers/iio/proximity/as3935.c | 43 +++++++++++++++++++--
drivers/staging/iio/meter/ade7759.c | 2 +-
8 files changed, 89 insertions(+), 27 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL] Second set of IIO fixes for the 4.14 cycle.
2017-10-15 10:51 [PULL] Second set of IIO fixes for the 4.14 cycle Jonathan Cameron
@ 2017-10-15 11:16 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2017-10-15 11:16 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio
On Sun, Oct 15, 2017 at 11:51:18AM +0100, Jonathan Cameron wrote:
> The following changes since commit b2e312061c5e9f533c44487862dc405094bf250a:
>
> Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2017-09-25 10:58:22 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.14b
>
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-15 11:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-15 10:51 [PULL] Second set of IIO fixes for the 4.14 cycle Jonathan Cameron
2017-10-15 11:16 ` Greg Kroah-Hartman
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.