Merge tag 'iio-fixes-for-4.1b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 18:43:25 +0000 (11:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 18:43:25 +0000 (11:43 -0700)
commita8acb4d33d476b5a5f1c549b404bfa49d73cf8b6
tree4bf837036302e8332a3eca8340686e808d17262f
parente26081808edadfd257c6c9d81014e3b25e9a6118
parente5d732186270e0881f47d95610316c0614b21c3e
Merge tag 'iio-fixes-for-4.1b' of git://git./linux/kernel/git/jic23/iio into staging-linus

Jonathan writes:

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.