From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751137AbcEGRo7 (ORCPT ); Sat, 7 May 2016 13:44:59 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34023 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751117AbcEGRo6 (ORCPT ); Sat, 7 May 2016 13:44:58 -0400 Date: Sat, 7 May 2016 19:44:54 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org Subject: [GIT PULL] Staging driver fixes for 4.6-rc7 Message-ID: <20160507174454.GA24768@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 bf16200689118d19de1b8d2a3c314fc21f5dc7bb: Linux 4.6-rc3 (2016-04-10 17:58:30 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.6-rc7 for you to fetch changes up to 2b86c4a84377b74a6ec0ec9463feb0803bcb1066: Merge tag 'iio-fixes-for-4.6d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2016-05-05 15:38:07 -0700) ---------------------------------------------------------------- Staging/IIO driver fixes for 4.6-rc7 Well, it's really just IIO drivers here, some small fixes that resolve some "crash on boot" errors that have shown up in the -rc series, and other bugfixes that are required. All have been in linux-next with no reported problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Daniel Baluta (1): iio: imu: mpu6050: Fix name/chip_id when using ACPI Greg Kroah-Hartman (2): Merge tag 'iio-fixes-for-4.6c' of git://git.kernel.org/.../jic23/iio into staging-linus Merge tag 'iio-fixes-for-4.6d' of git://git.kernel.org/.../jic23/iio into staging-linus Krzysztof Kozlowski (1): iio: ak8975: Fix NULL pointer exception on early interrupt Marek Vasut (1): iio:adc:at91-sama5d2: Repair crash on module removal Matt Ranostay (1): iio: imu: mpu6050: fix possible NULL dereferences Richard Leitner (1): iio: ak8975: fix maybe-uninitialized warning drivers/iio/adc/at91-sama5d2_adc.c | 2 ++ drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c | 30 +++++++++++++++++++++++++++--- drivers/iio/imu/inv_mpu6050/inv_mpu_spi.c | 3 ++- drivers/iio/magnetometer/ak8975.c | 6 +++--- 4 files changed, 34 insertions(+), 7 deletions(-)