From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754058AbdBDLgC (ORCPT ); Sat, 4 Feb 2017 06:36:02 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:36498 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754040AbdBDLgA (ORCPT ); Sat, 4 Feb 2017 06:36:00 -0500 Date: Sat, 4 Feb 2017 12:36:03 +0100 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.10-rc7 Message-ID: <20170204113603.GA22346@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8: Linux 4.10-rc3 (2017-01-08 14:18:17 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.10-rc7 for you to fetch changes up to b17c1bba9cec1727451b906d9a0c209774624873: staging: greybus: timesync: validate platform state callback (2017-01-25 11:36:59 +0100) ---------------------------------------------------------------- Staging/IIO fixes for 4.10-rc7 Here are a few small IIO and one staging driver fix for 4.10-rc7. They fix some reported issues with the drivers. All of them have been in linux-next for a week or so with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Alison Schofield (3): iio: health: afe4403: retrieve a valid iio_dev in suspend/resume iio: health: afe4404: retrieve a valid iio_dev in suspend/resume iio: adc: palmas_gpadc: retrieve a valid iio_dev in suspend/resume Greg Kroah-Hartman (1): Merge tag 'iio-fixes-for-4.10b' of git://git.kernel.org/.../jic23/iio into staging-linus John Brooks (1): iio: dht11: Use usleep_range instead of msleep for start signal Matt Ranostay (1): iio: health: max30100: fixed parenthesis around FIFO count check Rui Miguel Silva (1): staging: greybus: timesync: validate platform state callback drivers/iio/adc/palmas_gpadc.c | 4 ++-- drivers/iio/health/afe4403.c | 4 ++-- drivers/iio/health/afe4404.c | 4 ++-- drivers/iio/health/max30100.c | 2 +- drivers/iio/humidity/dht11.c | 6 ++++-- drivers/staging/greybus/timesync_platform.c | 6 ++++++ 6 files changed, 17 insertions(+), 9 deletions(-)