From: Greg Kroah-Hartman Date: Sun, 24 May 2015 18:43:25 +0000 (-0700) Subject: Merge tag 'iio-fixes-for-4.1b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23... X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a8acb4d33d476b5a5f1c549b404bfa49d73cf8b6;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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. --- a8acb4d33d476b5a5f1c549b404bfa49d73cf8b6