From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:50908 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753601AbaJNTAw (ORCPT ); Tue, 14 Oct 2014 15:00:52 -0400 Received: from [192.168.0.44] (cpc4-cmbg6-0-0-cust321.5-4.cable.virginm.net [81.107.37.66]) by saturn.retrosnub.co.uk (Postfix; Retrosnub mail submission) with ESMTPSA id 593A940426 for ; Tue, 14 Oct 2014 20:00:51 +0100 (BST) Message-ID: <543D72E2.3060306@kernel.org> Date: Tue, 14 Oct 2014 20:00:50 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: "linux-iio@vger.kernel.org" Subject: Re: [PULL] IIO fixes for 3.18 set 1 References: <543D61AF.30405@kernel.org> In-Reply-To: <543D61AF.30405@kernel.org> Content-Type: text/plain; charset=utf-8 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org oops, wrong Greg. Now resent to right one. J On 14/10/14 18:47, Jonathan Cameron wrote: > The following changes since commit 0f33be009b89d2268e94194dc4fd01a7851b6d51: > > Linux 3.17-rc6 (2014-09-21 15:43:02 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git > tags/iio-fixes-for-3.18a > > for you to fetch changes up to 75d7ed3b9e7cb79a3b0e1f417fb674d54b4fc668: > > iio: adc: mxs-lradc: Disable the clock on probe failure (2014-10-09 21:02:51 > +0100) > > ---------------------------------------------------------------- > First round of IIO fixes for the 3.18 cycle. > > * ad5933 - fix a null pointer dereference due to an old change that prevents > different channels being registered for the buffer and used for sysfs > interfaces. > * ad5933 - Drop a bonus _raw from attribute names. > * st-sensors - Makes sure the correct number of elements are copied when > filling a local buffer copy. > * mxs-lradc - Disable clocks in a failure path during probe so they aren't > left running. > > ---------------------------------------------------------------- > Fabio Estevam (1): > iio: adc: mxs-lradc: Disable the clock on probe failure > > Lars-Peter Clausen (2): > staging:iio:ad5933: Fix NULL pointer deref when enabling buffer > staging:iio:ad5933: Drop "raw" from channel names > > Robin van der Gracht (1): > iio: st_sensors: Fix buffer copy > > drivers/iio/common/st_sensors/st_sensors_buffer.c | 2 +- > drivers/staging/iio/adc/mxs-lradc.c | 12 ++++++++---- > drivers/staging/iio/impedance-analyzer/ad5933.c | 15 ++++++--------- > 3 files changed, 15 insertions(+), 14 deletions(-) >