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 V2] IIO Fixes for v3.6-rc1
Date: Thu, 16 Aug 2012 21:03:29 +0100	[thread overview]
Message-ID: <502D5211.5020206@kernel.org> (raw)


The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:

  Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/v3.6-rc1-iio-fixes

for you to fetch changes up to 95d1c8c7e26e303ccab5b65fe0ce04f70f42ea8a:

  iio: lm3533-als: Fix build warnings (2012-08-16 20:24:38 +0100)

----------------------------------------------------------------
IIO fixes for v3.6-rc1

These mostly consist of fixes from Lars-Peter Clausen that were
the first part of a large series reworking the drivers concerned.
Turns out these drivers had quite a wealth of minor bugs.

Also here are some build warning fixes for lm3533-als and
adjd_s111 (both new drives in this cycle).
Final elements are a a div factor overflow and a warning
related fix in a couple of Analog Devices drivers.

All in all nothing major, but a worthwhile bunch of short
fixes.

----------------------------------------------------------------
Alexey Khoroshilov (1):
      iio/adjd_s311: Fix potential memory leak in adjd_s311_update_scan_mode()

Axel Lin (1):
      iio: lm3533-als: Fix build warnings

Lars-Peter Clausen (12):
      staging:iio:ad7793: Add missing break in switch statement
      staging:iio:ad7793: Mark channels as unsigned
      staging:iio:ad7793: Report channel offset
      staging:iio:ad7793: Fix temperature scale and offset
      staging:iio:ad7793: Follow new IIO naming spec
      staging:iio:ad7793: Fix internal reference value
      staging:iio:ad7192: Add missing break in switch statement
      staging:iio:ad7192: Fix setting ACX
      staging:iio:ad7192: Mark channels as unsigned
      staging:iio:ad7192: Report channel offset
      staging:iio:ad7192: Report offset and scale for temperature channel
      staging:iio:ad7780: Mark channels as unsigned

Michael Hennerich (2):
      iio: staging: ad7298_ring: Fix maybe-uninitialized warning
      iio: frequency: ADF4350: Fix potential reference div factor overflow.

 drivers/iio/frequency/adf4350.c       | 24 +++++----
 drivers/iio/light/adjd_s311.c         |  7 +--
 drivers/iio/light/lm3533-als.c        |  4 +-
 drivers/staging/iio/adc/ad7192.c      | 48 +++++++++--------
 drivers/staging/iio/adc/ad7298_ring.c |  2 +-
 drivers/staging/iio/adc/ad7780.c      | 10 ++--
 drivers/staging/iio/adc/ad7793.c      | 99 +++++++++++++++++++++--------------
 include/linux/iio/frequency/adf4350.h |  2 +
 8 files changed, 116 insertions(+), 80 deletions(-)

             reply	other threads:[~2012-08-16 20:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-16 20:03 Jonathan Cameron [this message]
2012-08-16 21:22 ` [PULL V2] IIO Fixes for v3.6-rc1 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=502D5211.5020206@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.