All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] IIO fixes for 3.13 - set 3
@ 2013-12-17 20:50 Jonathan Cameron
  2013-12-17 21:00 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2013-12-17 20:50 UTC (permalink / raw)
  To: Greg KH, linux-iio@vger.kernel.org

The following changes since commit 55ef003e4ae684d5660f984eb2352df12572d9df:

  Merge tag 'iio-fixes-for-3.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
(2013-12-03 13:24:58 -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.13c

for you to fetch changes up to e39d99059ad7f75d7ae2d3c59055d3c476cdb0d9:

  iio:adc:ad7887 Fix channel reported endianness from cpu to big endian (2013-12-17 20:37:14 +0000)

----------------------------------------------------------------
Third set of fixes for IIO in the 3.13 cycle.

* Fix for a bug in the new cm36651 driver where it told the IIO driver it
  was providing a decimal part, but then didn't.  Now it correctly tells the
  IIO core that it is only providing an integer value.  This prevents random
  incorrect values being output on a sysfs read.

* 3 fixes where drivers were miss specifying the endianness of their channels
  as output through the buffer interface.  These were discovered whilst
  removing the terrible IIO_ST macro once and for all.  The result is that
  userspace may be informed that the buffer elements are being output as
  little endian (on little endian platforms) when infact they are big endian.
  Thus userspace will handle them incorrectly.  This incorrect buffer
  element specification is provided as sysfs attributes under
  iio:deviceN/scan_elements.

----------------------------------------------------------------
Beomho Seo (1):
      iio: cm36651: Changed return value of read function

Jonathan Cameron (3):
      staging:iio:mag:hmc5843 fix incorrect endianness of channel as a result of missuse of the IIO_ST macro.
      iio:imu:adis16400 fix pressure channel scan type
      iio:adc:ad7887 Fix channel reported endianness from cpu to big endian

 drivers/iio/adc/ad7887.c                   | 16 ++++++++++++++--
 drivers/iio/imu/adis16400_core.c           |  7 ++++++-
 drivers/iio/light/cm36651.c                |  2 +-
 drivers/staging/iio/magnetometer/hmc5843.c |  7 ++++++-
 4 files changed, 27 insertions(+), 5 deletions(-)

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

* Re: [PULL] IIO fixes for 3.13 - set 3
  2013-12-17 20:50 [PULL] IIO fixes for 3.13 - set 3 Jonathan Cameron
@ 2013-12-17 21:00 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2013-12-17 21:00 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio@vger.kernel.org

On Tue, Dec 17, 2013 at 08:50:50PM +0000, Jonathan Cameron wrote:
> The following changes since commit 55ef003e4ae684d5660f984eb2352df12572d9df:
> 
>   Merge tag 'iio-fixes-for-3.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
> (2013-12-03 13:24:58 -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.13c

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2013-12-17 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 20:50 [PULL] IIO fixes for 3.13 - set 3 Jonathan Cameron
2013-12-17 21:00 ` Greg KH

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.