All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: [PULL] IIO fixes for 3.9 post merge window
Date: Tue, 05 Mar 2013 20:59:55 +0000	[thread overview]
Message-ID: <51365CCB.9020105@kernel.org> (raw)

The following changes since commit 76426daf50d5df38893cc189e9ccd026093debc8:

  staging/zcache: Fix/improve zcache writeback code, tie to a config option (2013-02-11 14:58:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 852afe99fc1c2d2b1376e49f128a3b929e811f2d:

  iio:common:st_sensors fixed all warning messages about uninitialized variables (2013-03-05 18:14:13 +0000)

----------------------------------------------------------------
First round of iio fixes post the 3.9 merge window.

1) Some little fixes for the ad5064 dac driver.
2) A build warning 'fix' for a false positive in st_sensors
3) A couple of missing dependencies on IIO_BUFFER.

So nothing major and these mostly showed the advantages of the randconfig
builds various people have performed.

----------------------------------------------------------------
Denis CIOCCA (1):
      iio:common:st_sensors fixed all warning messages about uninitialized variables

Guenter Roeck (2):
      iio/imu: inv_mpu6050 depends on IIO_BUFFER
      iio: Fix build error seen if IIO_TRIGGER is defined but IIO_BUFFER is not

Lars-Peter Clausen (3):
      iio:ad5064: Fix address of the second channel for ad5065/ad5045/ad5025
      iio:ad5064: Fix off by one in DAC value range check
      iio:ad5064: Initialize register cache correctly

 drivers/iio/common/st_sensors/st_sensors_core.c |  9 ++--
 drivers/iio/dac/ad5064.c                        | 64 +++++++++++++++----------
 drivers/iio/imu/inv_mpu6050/Kconfig             |  1 +
 include/linux/iio/common/st_sensors.h           |  9 ++--
 4 files changed, 49 insertions(+), 34 deletions(-)

             reply	other threads:[~2013-03-05 20:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-05 20:59 Jonathan Cameron [this message]
2013-03-05 21:57 ` [PULL] IIO fixes for 3.9 post merge window 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=51365CCB.9020105@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.