From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756743AbcJ2QqF (ORCPT ); Sat, 29 Oct 2016 12:46:05 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53306 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756580AbcJ2QqE (ORCPT ); Sat, 29 Oct 2016 12:46:04 -0400 Date: Sat, 29 Oct 2016 12:46:12 -0400 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org Subject: [GIT PULL] Staging/IIO driver fixes for 4.9-rc3 Message-ID: <20161029164612.GA4434@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)