All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@cam.ac.uk>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: [PULL] IIO fixes for 3.13 set 2
Date: Tue, 03 Dec 2013 20:49:53 +0000	[thread overview]
Message-ID: <529E43F1.207@cam.ac.uk> (raw)

The following changes since commit 930ba4a374b96560ef9fde2145cdc454a164ddcc:

  Staging: tidspbridge: disable driver (2013-11-27 09:32:49 -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.13b

for you to fetch changes up to 419a4aaeb0f7a96359f7e937201b004f23e61976:

  Fix build failure for gp2ap020a00f.c (2013-12-02 21:11:30 +0000)

----------------------------------------------------------------
Second round of IIO fixes for the 3.13 cycle.

2 fixes here.

* The gp2ap020a00f is a simple missing kconfig dependency.

* The hid sensors hub fix is a work around for an issue introduced by hardware
changes due to a certain large software vendor having an 'interesting'
interpretation of the specification and hence indexing some arrays from 1
rather than 0.  The fix takes advantage of the logical min and max reading
facilities introduced by the precursor patch to figure out whether we have
a 0 indexed or 1 indexed device and to adjust appropriately.  It also
drops a previous kconfig option that allowed this issue to be worked around
at build time.

----------------------------------------------------------------
Russell King - ARM Linux (1):
      Fix build failure for gp2ap020a00f.c

Srinivas Pandruvada (2):
      HID: hid-sensor-hub: Add logical min and max
      iio: hid-sensors: Fix power and report state

 drivers/hid/hid-sensor-hub.c                        | 20 ++++++++------------
 drivers/iio/common/hid-sensors/Kconfig              |  9 ---------
 drivers/iio/common/hid-sensors/hid-sensor-trigger.c | 20 +++++++++++++++-----
 drivers/iio/light/Kconfig                           |  1 +
 include/linux/hid-sensor-hub.h                      |  2 ++
 include/linux/hid-sensor-ids.h                      | 12 ++++++++++++
 6 files changed, 38 insertions(+), 26 deletions(-)

             reply	other threads:[~2013-12-03 21:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-03 20:49 Jonathan Cameron [this message]
2013-12-03 21:25 ` [PULL] IIO fixes for 3.13 set 2 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=529E43F1.207@cam.ac.uk \
    --to=jic23@cam.ac.uk \
    --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.