Re: [PATCH 04/12] iio: imu: inv_icm42600: add gyroscope IIO device

2020-05-21 Thread Jonathan Cameron
robh...@kernel.org > ; r...@kernel.org ; > mchehab+hua...@kernel.org ; da...@davemloft.net > ; gre...@linuxfoundation.org > ; linux-...@vger.kernel.org > ; devicet...@vger.kernel.org > ; linux-kernel@vger.kernel.org > > Subject: Re: [PATCH 04/12] iio: imu: inv_icm

Re: [PATCH 04/12] iio: imu: inv_icm42600: add gyroscope IIO device

2020-05-18 Thread Jean-Baptiste Maneyrol
...@kernel.org ; da...@davemloft.net ; gre...@linuxfoundation.org ; linux-...@vger.kernel.org ; devicet...@vger.kernel.org ; linux-kernel@vger.kernel.org Subject: Re: [PATCH 04/12] iio: imu: inv_icm42600: add gyroscope IIO device    CAUTION: This email originated from outside of the organization

Re: [PATCH 04/12] iio: imu: inv_icm42600: add gyroscope IIO device

2020-05-08 Thread Jonathan Cameron
On Thu, 7 May 2020 16:42:14 +0200 Jean-Baptiste Maneyrol wrote: > Add IIO device for gyroscope sensor with data polling interface. > Attributes: raw, scale, sampling_frequency, calibbias. > > Gyroscope in low noise mode. > > Signed-off-by: Jean-Baptiste Maneyrol Few trivial things and

[PATCH 04/12] iio: imu: inv_icm42600: add gyroscope IIO device

2020-05-07 Thread Jean-Baptiste Maneyrol
Add IIO device for gyroscope sensor with data polling interface. Attributes: raw, scale, sampling_frequency, calibbias. Gyroscope in low noise mode. Signed-off-by: Jean-Baptiste Maneyrol --- drivers/iio/imu/inv_icm42600/inv_icm42600.h | 4 + .../iio/imu/inv_icm42600/inv_icm42600_core.c |