From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162119AbdAHNEW (ORCPT ); Sun, 8 Jan 2017 08:04:22 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58286 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964849AbdAHNEE (ORCPT ); Sun, 8 Jan 2017 08:04:04 -0500 Date: Sun, 8 Jan 2017 14:04:24 +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-rc3 Message-ID: <20170108130424.GA20463@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 0c744ea4f77d72b3dcebb7a8f2684633ec79be88: Linux 4.10-rc2 (2017-01-01 14:31:53 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.10-rc3 for you to fetch changes up to 01d0f715869161dc70e2bf66fcdf6533a6a782cd: MAINTAINERS: add greybus subsystem mailing list (2017-01-07 17:05:42 +0100) ---------------------------------------------------------------- Staging/IIO fixes for 4.10-rc3 Here are some staging and IIO driver fixes for 4.10-rc3. Most of these are minor IIO fixes of reported issues, along with one network driver fix to resolve an issue. And a MAINTAINERS update with a new mailing list. All of these, except the MAINTAINERS file update, have been in linux-next with no reported issues (the MAINTAINERS patch happened on Friday...) Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Akinobu Mita (1): iio: max44000: correct value in illuminance_integration_time_available Florian Fainelli (1): staging: octeon: Call SET_NETDEV_DEV() Geert Uytterhoeven (1): iio: adc: TI_AM335X_ADC should depend on HAS_DMA Greg Kroah-Hartman (2): Merge tag 'iio-fixes-for-4.10a' of git://git.kernel.org/.../jic23/iio into staging-linus MAINTAINERS: add greybus subsystem mailing list Linus Walleij (1): iio: accel: st_accel: fix LIS3LV02 reading and scaling Lorenzo Bianconi (1): iio: common: st_sensors: fix channel data parsing Marcin Niestroj (1): iio: bmi160: Fix time needed to sleep after command execution William Breathitt Gray (3): iio: 104-quad-8: Fix index control configuration iio: 104-quad-8: Fix off-by-one errors when addressing IOR iio: 104-quad-8: Fix active level mismatch for the preset enable option MAINTAINERS | 1 + drivers/iio/accel/st_accel_core.c | 12 +++++++++-- drivers/iio/adc/Kconfig | 2 +- drivers/iio/common/st_sensors/st_sensors_buffer.c | 4 +++- drivers/iio/common/st_sensors/st_sensors_core.c | 13 +++++++++++- drivers/iio/counter/104-quad-8.c | 13 +++++++----- drivers/iio/imu/bmi160/bmi160_core.c | 25 ++++++----------------- drivers/iio/light/max44000.c | 2 +- drivers/staging/octeon/ethernet.c | 2 ++ include/linux/iio/common/st_sensors.h | 12 +++++++++++ 10 files changed, 56 insertions(+), 30 deletions(-)