All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL]  Fifth set of IIO fixes for the 3.16 cycle
@ 2014-07-20 18:55 Jonathan Cameron
  2014-07-21 17:59 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2014-07-20 18:55 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Linux IIO List

  The following changes since commit 71702e6e52c8312f4c6797a9787d0f8b5656156f:

   iio: mma8452: Use correct acceleration units. (2014-07-12 13:18:55 +0100)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-3.16e

for you to fetch changes up to 9b2a4d35a6ceaf217be61ed8eb3c16986244f640:

   iio:bma180: Missing check for frequency fractional part (2014-07-20 17:39:47 +0100)

----------------------------------------------------------------
Fifth set of fixes for IIO in the 3.16 cycle.

One nasty one that has been around a long time and a couple of non compliant
ABI fixes.

* The demux code used to split out desired channels for devices that only
   support reading sets of channels at one time had a bug where it was
   building it's conversion tables against the wrong bitmap resulting in
   it never actually demuxing anything.  This is an old bug, but will be
   effecting an increasing number of drivers as it is often used to avoid
   some fiddly code in the individual drivers.

* bma180 and mma8452 weren't obeying the ABI wrt to units for acceleration.
   Were in G rather than m/s^2. A little input check was missing from bma180
   that might lead to acceptance of incorrect values.  This last one is minor
   but might lead to incorrect userspace code working and problems in the
   future.

----------------------------------------------------------------
Lars-Peter Clausen (1):
       iio: buffer: Fix demux table creation

Peter Meerwald (2):
       iio:bma180: Fix scale factors to report correct acceleration units
       iio:bma180: Missing check for frequency fractional part

  drivers/iio/accel/bma180.c        | 8 +++++---
  drivers/iio/industrialio-buffer.c | 2 +-
  2 files changed, 6 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PULL]  Fifth set of IIO fixes for the 3.16 cycle
  2014-07-20 18:55 [PULL] Fifth set of IIO fixes for the 3.16 cycle Jonathan Cameron
@ 2014-07-21 17:59 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2014-07-21 17:59 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: Linux IIO List

On Sun, Jul 20, 2014 at 07:55:16PM +0100, Jonathan Cameron wrote:
>  The following changes since commit 71702e6e52c8312f4c6797a9787d0f8b5656156f:
> 
>   iio: mma8452: Use correct acceleration units. (2014-07-12 13:18:55 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-3.16e

Pulled and pushed out, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-21 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-20 18:55 [PULL] Fifth set of IIO fixes for the 3.16 cycle Jonathan Cameron
2014-07-21 17:59 ` Greg Kroah-Hartman

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.