]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8d57c3a0c4384f0dd828b66076c1859768d7ab9f
tree4bf837036302e8332a3eca8340686e808d17262f
parent487f8369a912c26a52c8d6d80522bda1571046b7
parent677bcbede213ccc533b5295e58497ae9d3adc818
Merge tag 'iio-fixes-for-4.1b' of git://git.kernel.org/pub/scm/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.