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 4.3 - set 1.
Date: Sun, 11 Oct 2015 16:01:10 +0100	[thread overview]
Message-ID: <561A79B6.1000003@kernel.org> (raw)

The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c:

  Linux 4.3-rc3 (2015-09-27 07:50:08 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.3a

for you to fetch changes up to b94e22805a2224061bb263a82b72e09544a5fbb3:

  iio: mxs-lradc: Fix temperature offset (2015-10-11 15:02:02 +0100)

----------------------------------------------------------------
First set of IIO fixes for the 4.3 cycle.

* twl4030 - incorrect readings for some channels due to a failure to
  initialize a bias regulator or configure the lines for input rather than
  USB use.
* lis3lv02 - a missunderstanding of the way the interrupts worked on this
  chip lead to activation of the wrong interrupt.
* sca3000 - an old bug meant that memory corruption could occur in the
  hardware ring buffer readout function.
* mxs-lradc - wrong temp offset.

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

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

             reply	other threads:[~2015-10-11 15:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-11 15:01 Jonathan Cameron [this message]
2015-10-17  4:23 ` [PULL] IIO fixes for 4.3 - set 1 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=561A79B6.1000003@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.