All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Staging/IIO driver fixes for 4.14-rc6
@ 2017-10-23  7:26 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2017-10-23  7:26 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Stephen Rothwell; +Cc: linux-kernel, devel

The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f:

  Linux 4.14-rc4 (2017-10-08 20:53:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.14-rc6

for you to fetch changes up to c97d96b4e612c7dc1b37d7afc61b598a9a25994d:

  staging: bcm2835-audio: Fix memory corruption (2017-10-18 15:09:45 +0200)

----------------------------------------------------------------
Staging/IIO fixes for 4.14-rc6

Here are a small number of patches to resolve some reported IIO and a
staging driver problem.  Nothing major here, full details are in the
shortlog below.

All have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
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

Greg Kroah-Hartman (1):
      Merge tag 'iio-fixes-for-4.14b' of git://git.kernel.org/.../jic23/iio into staging-linus

Lars-Peter Clausen (1):
      iio: dummy: events: Add missing break

Matt Ranostay (1):
      iio: proximity: as3935: noise detection + threshold changes

Phil Elwell (1):
      staging: bcm2835-audio: Fix memory corruption

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 +-
 .../vc04_services/bcm2835-audio/bcm2835-vchiq.c    | 19 ++++-----
 9 files changed, 96 insertions(+), 39 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-23  7:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-23  7:26 [GIT PULL] Staging/IIO driver fixes for 4.14-rc6 Greg KH

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.