From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752480AbcGAQPM (ORCPT ); Fri, 1 Jul 2016 12:15:12 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57916 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751900AbcGAQPK (ORCPT ); Fri, 1 Jul 2016 12:15:10 -0400 Date: Fri, 1 Jul 2016 09:15:17 -0700 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.7-rc6 Message-ID: <20160701161517.GA29408@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e: Linux 4.7-rc4 (2016-06-19 21:30:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.7-rc6 for you to fetch changes up to d839722131307eff1f3fe1636a5af839c90fbf96: Merge tag 'iio-fixes-for-4.7c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2016-06-29 13:53:31 -0700) ---------------------------------------------------------------- Staging/IIO fixes for 4.7-rc6 Here are a few small staging and iio driver fixes for 4.7-rc6. Nothing major here, just a number of small fixes, all have been in linux-next for a while, and the full details are in the shortlog. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Arnd Bergmann (1): staging: iio: fix ad7606_spi regression Crestez Dan Leonard (1): iio: inv_mpu6050: Fix use-after-free in ACPI code Greg Kroah-Hartman (2): Merge tag 'iio-fixes-for-4.7b' of git://git.kernel.org/.../jic23/iio into staging-linus Merge tag 'iio-fixes-for-4.7c' of git://git.kernel.org/.../jic23/iio into staging-linus Linus Walleij (1): iio: accel: kxsd9: fix the usage of spi_w8r8() Luis de Bethencourt (2): staging: iio: ad5933: fix order of cycle conditions staging: iio: accel: fix error check Mark Brown (3): iio:ad7266: Fix broken regulator error handling iio:ad7266: Fix support for optional regulators iio:ad7266: Fix probe deferral for vref drivers/iio/accel/kxsd9.c | 4 ++-- drivers/iio/adc/ad7266.c | 7 +++++-- drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c | 5 +++-- drivers/staging/iio/accel/sca3000_core.c | 2 +- drivers/staging/iio/adc/ad7606_spi.c | 2 +- drivers/staging/iio/impedance-analyzer/ad5933.c | 6 +++--- 6 files changed, 15 insertions(+), 11 deletions(-)