From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752592AbbJWV0O (ORCPT ); Fri, 23 Oct 2015 17:26:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46072 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751773AbbJWV0N (ORCPT ); Fri, 23 Oct 2015 17:26:13 -0400 Date: Fri, 23 Oct 2015 14:26:10 -0700 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.3-rc7 Message-ID: <20151023212610.GA5049@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 25cb62b76430a91cc6195f902e61c2cb84ade622: Linux 4.3-rc5 (2015-10-11 11:09:45 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.3-rc7 for you to fetch changes up to 4301de3b0ac4614fdf629fa414fb94f598e7ad6f: Merge tag 'iio-fixes-for-4.3a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2015-10-16 21:15:52 -0700) ---------------------------------------------------------------- staging driver fixes for 4.3-rc7 Here are 4 iio driver fixes for 4.3-rc7, fixing some reported issues. All of these have been in linux-next for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Adam YH Lee (1): iio: adc: twl4030: Fix ADC[3:6] readings Alexandre Belloni (1): iio: mxs-lradc: Fix temperature offset Dan Carpenter (1): iio: accel: sca3000: memory corruption in sca3000_read_first_n_hw_rb() Greg Kroah-Hartman (1): Merge tag 'iio-fixes-for-4.3a' of git://git.kernel.org/.../jic23/iio into staging-linus Linus Walleij (1): iio: st_accel: fix interrupt handling on LIS3LV02 drivers/iio/accel/st_accel_core.c | 6 ------ drivers/iio/adc/twl4030-madc.c | 34 ++++++++++++++++++++++++++++++++ drivers/staging/iio/accel/sca3000_ring.c | 2 +- drivers/staging/iio/adc/mxs-lradc.c | 9 +++++---- 4 files changed, 40 insertions(+), 11 deletions(-)