linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Linux IIO List <linux-iio@vger.kernel.org>
Subject: [PULL] IIO fixes for 3.14 round 3
Date: Thu, 20 Feb 2014 18:48:36 +0000	[thread overview]
Message-ID: <53064E04.10503@kernel.org> (raw)

The following changes since commit 55b40d37311807a6bb2acdae0df904f54a0da3ae:

   iio: max1363: Use devm_regulator_get_optional for optional regulator (2014-02-08 11:46:00 +0000)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-3.14c

for you to fetch changes up to a0657716416f834ef7710a9044614d50a36c3bdc:

   iio:gyro: bug on L3GD20H gyroscope support (2014-02-18 10:24:49 +0000)

----------------------------------------------------------------
Third round of fixes for IIO in the 3.14 cycle.

Fixes to 2 Capella light sensor drivers where the units of the integration
time reported to userspace were out be a factor of a thousand.
These patches are as large as they are purely due to a variable rename
tied up with the incorrect scale.  The actual change is only a couple of lines.

1 patch dropping L3GD20H from the st gyroscope driver.  It never actually
worked as the address set is different from any others supported by the
driver currently.   An additional patch enables correct support for this
part but is too large to sensibly apply as a fix to some support that never
actually allowed the driver to be successfully probed on this part.

----------------------------------------------------------------
Beomho Seo (2):
       iio: cm36651: Fix read/write integration time function.
       iio: cm32181: Change cm32181 ambient light sensor driver

Denis CIOCCA (1):
       iio:gyro: bug on L3GD20H gyroscope support

  drivers/iio/gyro/Kconfig        |  2 +-
  drivers/iio/gyro/st_gyro.h      |  1 -
  drivers/iio/gyro/st_gyro_core.c |  9 ++++-----
  drivers/iio/gyro/st_gyro_i2c.c  |  1 -
  drivers/iio/gyro/st_gyro_spi.c  |  1 -
  drivers/iio/light/cm32181.c     | 16 +++++++--------
  drivers/iio/light/cm36651.c     | 45 +++++++++++++++++++++--------------------
  7 files changed, 36 insertions(+), 39 deletions(-)

             reply	other threads:[~2014-02-20 18:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-20 18:48 Jonathan Cameron [this message]
2014-02-20 23:40 ` [PULL] IIO fixes for 3.14 round 3 Greg Kroah-Hartman

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=53064E04.10503@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).