public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL] IIO fixes for 3.18 set 1
@ 2014-10-14 17:47 Jonathan Cameron
  2014-10-14 19:00 ` Jonathan Cameron
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2014-10-14 17:47 UTC (permalink / raw)
  To: Greg Fedorenko, linux-iio@vger.kernel.org

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PULL] IIO fixes for 3.18 set 1
@ 2014-10-14 19:00 Jonathan Cameron
  2014-10-25  2:10 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2014-10-14 19:00 UTC (permalink / raw)
  To: linux-iio@vger.kernel.org, Greg KH

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL] IIO fixes for 3.18 set 1
  2014-10-14 17:47 Jonathan Cameron
@ 2014-10-14 19:00 ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2014-10-14 19:00 UTC (permalink / raw)
  To: 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(-)
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL] IIO fixes for 3.18 set 1
  2014-10-14 19:00 [PULL] IIO fixes for 3.18 set 1 Jonathan Cameron
@ 2014-10-25  2:10 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2014-10-25  2:10 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org

On Tue, Oct 14, 2014 at 08:00:22PM +0100, 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

Line wrapped :(

Anyway, pulled and pushed out, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-25  2:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-14 19:00 [PULL] IIO fixes for 3.18 set 1 Jonathan Cameron
2014-10-25  2:10 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2014-10-14 17:47 Jonathan Cameron
2014-10-14 19:00 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox