From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755652AbcIKJIa (ORCPT ); Sun, 11 Sep 2016 05:08:30 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48464 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755383AbcIKJI2 (ORCPT ); Sun, 11 Sep 2016 05:08:28 -0400 Date: Sun, 11 Sep 2016 11:08:33 +0200 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.8-rc6 Message-ID: <20160911090833.GA17040@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit c6935931c1894ff857616ff8549b61236a19148f: Linux 4.8-rc5 (2016-09-04 14:31:46 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.8-rc6 for you to fetch changes up to 72d508ad488a63678396cf1039fc5a65e04caa9e: Merge tag 'iio-fixes-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2016-09-09 13:44:37 +0200) ---------------------------------------------------------------- Staging/IIO fixes for 4.8-rc6 Here are a few small IIO fixes for 4.8-rc6. Nothing major, full details are in the shortlog, all of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Colin Ian King (1): iio: ensure ret is initialized to zero before entering do loop Greg Kroah-Hartman (1): Merge tag 'iio-fixes-for-4.8b' of git://git.kernel.org/.../jic23/iio into staging-linus Gregor Boirie (2): tools:iio:iio_generic_buffer: fix trigger-less mode iio:core: fix IIO_VAL_FRACTIONAL sign handling Kweh, Hock Leong (1): iio: fix pressure data output unit in hid-sensor-attributes Linus Walleij (1): iio: accel: kxsd9: Fix scaling bug Olof Johansson (1): iio: accel: bmc150: reset chip at init time drivers/iio/accel/bmc150-accel-core.c | 11 +++++++++++ drivers/iio/accel/kxsd9.c | 1 + drivers/iio/common/hid-sensors/hid-sensor-attributes.c | 4 ++-- drivers/iio/industrialio-buffer.c | 4 ++-- drivers/iio/industrialio-core.c | 5 ++--- tools/iio/iio_generic_buffer.c | 2 +- 6 files changed, 19 insertions(+), 8 deletions(-)