History log of /drivers/iio/gyro/adis16136.c
Revision Date Author Comments
c0ca6d31a519682445e4c672b92f27ff7e0c5a7f 13-Aug-2013 Sachin Kamat <sachin.kamat@linaro.org> iio: gyro: adis16136: Use devm_iio_device_alloc

Using devm_iio_device_alloc makes code simpler.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
606f9067b573183035a0300c4595261ec9575c7d 27-Feb-2013 Jonathan Cameron <jic23@kernel.org> iio:gyro:adis16136 move to info_mask_(shared_by_type/separate)

The original info_mask is going away in favour of the broken out versions.

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
11ef9afdba19f406743f755cdeaa4e69a5068941 29-Nov-2012 Wei Yongjun <yongjun_wei@trendmicro.com.cn> iio: gyro: adis16136: remove duplicated include from adis16136.c

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
12660138b491b56d1e70333547912c56741be5e8 27-Nov-2012 Dan Carpenter <dan.carpenter@oracle.com> iio:gyro: adis16136: divide by zero in write_frequency()

It's slightly cleaner to use kstrtouint() because we pass unsigned ints
to adis16136_set_freq(). On 64 bit systems, if the user passed LONG_MIN
then it we would get past the test against zero but crash in
adis16136_set_freq() because we truncate the high bits away.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-By: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
9caed0d9d6db12cb6d81ba68d5bc98432d6b4711 20-Nov-2012 Lars-Peter Clausen <lars@metafoo.de> iio:gyro: Add support for the ADIS16136 gyroscope

This patch adds support for the ADIS16133, ADIS16135, ADIS16136 single channel
gyroscopes. The main difference between them is the sensor precision.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>