From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753090AbdLEPpk (ORCPT ); Tue, 5 Dec 2017 10:45:40 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:33598 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753067AbdLEPpe (ORCPT ); Tue, 5 Dec 2017 10:45:34 -0500 Date: Tue, 5 Dec 2017 16:45:42 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton , Stephen Rothwell Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org Subject: [GIT PULL] Staging/IIO driver fixes for 4.15-rc3 Message-ID: <20171205154542.GA4585@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.15-rc3 for you to fetch changes up to e168e9845d956e6d0c057f9ecd28782a1ab4a08a: Merge tag 'iio-fixes-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2017-12-03 16:04:38 +0100) ---------------------------------------------------------------- staging and iio driver fixes for 4.15-rc3 Here are a number of small staging and iio driver fixes for reported issues for 4.15-rc3. Nothing major here, the majority is IIO issues, like normal, but there are also some small bugfixes for a few staging drivers as well. Full details are in the shortlog. All of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Aaro Koskinen (1): staging: octeon-usb: use __delay() instead of cvmx_wait() Andy Shevchenko (1): iio: proximity: sx9500: Assign interrupt from GpioIo() Arnd Bergmann (1): iio: stm32: fix adc/trigger link error Gilad Ben-Yossef (1): staging: ccree: fix leak of import() after init() Greg Kroah-Hartman (1): Merge tag 'iio-fixes-for-4.15a' of git://git.kernel.org/.../jic23/iio into staging-linus Larry Finger (1): staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID Martin Blumenstingl (3): iio: adc: meson-saradc: fix the bit_idx of the adc_en clock iio: adc: meson-saradc: initialize the bandgap correctly on older SoCs iio: adc: meson-saradc: Meson8 and Meson8b do not have REG11 and REG13 Matthew Giassa (1): staging: comedi: ni_atmio: fix license warning. Pan Bian (1): iio: adc: cpcap: fix incorrect validation Peter Meerwald-Stadler (1): iio: health: max30102: Temperature should be in milli Celsius Randy Dunlap (1): iio: fix kernel-doc build errors drivers/iio/adc/cpcap-adc.c | 2 +- drivers/iio/adc/meson_saradc.c | 52 +++++++++++++++++++++----- drivers/iio/health/max30102.c | 2 +- drivers/iio/industrialio-core.c | 4 +- drivers/iio/proximity/sx9500.c | 9 +++++ drivers/staging/ccree/ssi_hash.c | 9 +++-- drivers/staging/comedi/drivers/ni_atmio.c | 5 +++ drivers/staging/octeon-usb/octeon-hcd.c | 6 +-- drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 14 ++----- include/linux/iio/timer/stm32-lptim-trigger.h | 5 ++- 10 files changed, 77 insertions(+), 31 deletions(-)