All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org
Subject: [GIT PULL] Staging/IIO driver fixes for 4.9-rc3
Date: Sat, 29 Oct 2016 12:46:12 -0400	[thread overview]
Message-ID: <20161029164612.GA4434@kroah.com> (raw)

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.9-rc3

for you to fetch changes up to e866dd8aab76b6a0ee8428491e65fa5c83a6ae5a:

  greybus: fix a leak on error in gb_module_create() (2016-10-24 15:51:00 +0200)

----------------------------------------------------------------
Staging/IIO driver fixes for 4.9-rc3

Here are some small staging and iio driver fixes for reported issues for
4.9-rc3.  Nothing major, the "largest" being a lustre fix for a sysfs
file that was obviously wrong, and had never been tested, so it was
moved to debugfs as that is where it belongs.  The others are small bug
fixes for reported issues with various staging or iio drivers.

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

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

----------------------------------------------------------------
Aditya Shankar (1):
      Staging: wilc1000: Fix kernel Oops on opening the device

Arnd Bergmann (1):
      iio: accel: sca3000_core: avoid potentially uninitialized variable

Dan Carpenter (3):
      staging: android/ion: testing the wrong variable
      staging: android: ion: Fix error handling in ion_query_heaps()
      greybus: fix a leak on error in gb_module_create()

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

Mika Westerberg (1):
      iio: adc: ti-adc081c: Select IIO_TRIGGERED_BUFFER to prevent build errors

Oleg Drokin (1):
      staging/lustre/llite: Move unstable_stats from sysfs to debugfs

Sandhya Bankar (1):
      iio:chemical:atlas-ph-sensor: Fix use of 32 bit int to hold 16 bit big endian value

Viresh Kumar (2):
      Staging: greybus: gpio: Use gbphy_dev->dev instead of bundle->dev
      Staging: greybus: uart: Use gbphy_dev->dev instead of bundle->dev

Wei Yongjun (2):
      greybus: arche-platform: Add missing of_node_put() in arche_platform_change_state()
      greybus: es2: fix error return code in ap_probe()

sayli karnik (1):
      iio: maxim_thermocouple: Align 16 bit big endian value of raw reads

 drivers/iio/adc/Kconfig                           |  2 ++
 drivers/iio/chemical/atlas-ph-sensor.c            |  7 +++--
 drivers/iio/temperature/maxim_thermocouple.c      | 16 ++++++-----
 drivers/staging/android/ion/ion.c                 |  6 ++--
 drivers/staging/android/ion/ion_of.c              |  2 +-
 drivers/staging/greybus/arche-platform.c          |  1 +
 drivers/staging/greybus/es2.c                     |  3 +-
 drivers/staging/greybus/gpio.c                    |  6 ++--
 drivers/staging/greybus/module.c                  |  2 +-
 drivers/staging/greybus/uart.c                    |  2 +-
 drivers/staging/iio/accel/sca3000_core.c          |  2 ++
 drivers/staging/lustre/lustre/llite/lproc_llite.c | 34 +++++++++++------------
 drivers/staging/wilc1000/host_interface.c         |  1 -
 13 files changed, 46 insertions(+), 38 deletions(-)

                 reply	other threads:[~2016-10-29 16:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20161029164612.GA4434@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=devel@linuxdriverproject.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.