* [PULL] IIO fixes for the 4.1 cycle, round 2
@ 2015-05-24 16:12 Jonathan Cameron
2015-05-24 18:45 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2015-05-24 16:12 UTC (permalink / raw)
To: Greg KH; +Cc: linux-iio@vger.kernel.org
The following changes since commit ec94efcdadab69f41d257a1054260f8295ab77ef:
Merge tag 'iio-fixes-for-4.1a-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2015-05-13 11:51:14 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.1b
for you to fetch changes up to e5d732186270e0881f47d95610316c0614b21c3e:
iio: adc: twl6030-gpadc: Fix modalias (2015-05-23 12:30:52 +0100)
----------------------------------------------------------------
Second round of fixes for IIO in the 4.1 cycle.
* twl6030-gpadc - Drop a bonus space from the modalias.
* adis16400 - Report pressure channel scale (not much use without it)
- Use different channel indices for the two voltage channels (ABI)
- Compute the san mask from the channel indices instead of using
~0UL as we now care about extra bits being set.
- Fix burst mode due to rx buffer not being intialized and wrong
tx buffer type being set. Also had the wrong transfer length.
All in all it didn't work, now it does ;)
- adis16448 has additional registers in burst mode so we skip
over them to make it work.
----------------------------------------------------------------
Axel Lin (1):
iio: adc: twl6030-gpadc: Fix modalias
Lars-Peter Clausen (2):
iio: adis16400: Report pressure channel scale
iio: adis16400: Fix burst transfer for adis16448
Paul Cercueil (3):
iio: adis16400: Use != channel indices for the two voltage channels
iio: adis16400: Compute the scan mask from channel indices
iio: adis16400: Fix burst mode
drivers/iio/adc/twl6030-gpadc.c | 2 +-
drivers/iio/imu/adis16400.h | 2 ++
drivers/iio/imu/adis16400_buffer.c | 26 ++++++++++++++++--------
drivers/iio/imu/adis16400_core.c | 41 +++++++++++++++++++++++++++-----------
4 files changed, 50 insertions(+), 21 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-24 18:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-24 16:12 [PULL] IIO fixes for the 4.1 cycle, round 2 Jonathan Cameron
2015-05-24 18:45 ` 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.