All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: [PULL] IIO fixes for 3.12 set 3
Date: Tue, 15 Oct 2013 23:04:59 +0100	[thread overview]
Message-ID: <525DBC0B.9050903@kernel.org> (raw)

The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:

  Linux 3.12-rc4 (2013-10-06 14:00:20 -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.12c

for you to fetch changes up to e086ed76671252d5b539854a83f8506be7bea05c:

  iio:buffer: Free active scan mask in iio_disable_all_buffers() (2013-10-15 19:26:43 +0100)

----------------------------------------------------------------
Third set of IIO fixes for the 3.12 cycle.

Two little ones this time:

1) A missing clk_unprepare in adf4350.
2) A missing free of the active_scan_mask when iio_disable_all_buffers is
called during an unexpected device removal.  This leak was introduced by
the fix
a87c82e454f184a9473f8cdfd4d304205f585f65 iio: Stop sampling when the device is removed
and hence is a regression fix.

----------------------------------------------------------------
Lars-Peter Clausen (1):
      iio:buffer: Free active scan mask in iio_disable_all_buffers()

Wei Yongjun (1):
      iio: frequency: adf4350: add missing clk_disable_unprepare() on error in adf4350_probe()

 drivers/iio/frequency/adf4350.c   | 6 ++++--
 drivers/iio/industrialio-buffer.c | 3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)

             reply	other threads:[~2013-10-15 21:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-15 22:04 Jonathan Cameron [this message]
2013-10-17 17:10 ` [PULL] IIO fixes for 3.12 set 3 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=525DBC0B.9050903@kernel.org \
    --to=jic23@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.