mbox series

[0/3] st_lsm6dsx: move {odr,fs}_table in

Message ID cover.1563226641.git.lorenzo@kernel.org (mailing list archive)
Headers show
Series st_lsm6dsx: move {odr,fs}_table in | expand

Message

Lorenzo Bianconi July 15, 2019, 9:42 p.m. UTC
Move odr and gain table in st_lsm6dsx_sensor_settings maps in order to support
devices with different odr/fs definitions. This is a preliminary series to add
support for LSM9DS1

Lorenzo Bianconi (3):
  iio: imu: st_lsm6dsx: move odr_table in st_lsm6dsx_sensor_settings
  iio: imu: st_lsm6dsx: move fs_table in st_lsm6dsx_sensor_settings
  iio: imu: st_lsm6dsx: inline acc/gyro output regs

 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h      |   4 +
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 397 +++++++++++++++----
 2 files changed, 316 insertions(+), 85 deletions(-)

Comments

Martin Kepplinger-Novakovic July 23, 2019, 5:41 a.m. UTC | #1
On 15.07.19 23:42, Lorenzo Bianconi wrote:
> Move odr and gain table in st_lsm6dsx_sensor_settings maps in order to support
> devices with different odr/fs definitions. This is a preliminary series to add
> support for LSM9DS1
> 
> Lorenzo Bianconi (3):
>   iio: imu: st_lsm6dsx: move odr_table in st_lsm6dsx_sensor_settings
>   iio: imu: st_lsm6dsx: move fs_table in st_lsm6dsx_sensor_settings
>   iio: imu: st_lsm6dsx: inline acc/gyro output regs
> 
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h      |   4 +
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 397 +++++++++++++++----
>  2 files changed, 316 insertions(+), 85 deletions(-)
> 

Lorenzo, maybe you should resend this and add LKML and some more
relevant people to CC. Any other objections on this?

thanks,

                            martin
Martin Kepplinger July 25, 2019, 5:37 a.m. UTC | #2
On 23.07.19 07:41, Martin Kepplinger wrote:
> On 15.07.19 23:42, Lorenzo Bianconi wrote:
>> Move odr and gain table in st_lsm6dsx_sensor_settings maps in order to support
>> devices with different odr/fs definitions. This is a preliminary series to add
>> support for LSM9DS1
>>
>> Lorenzo Bianconi (3):
>>   iio: imu: st_lsm6dsx: move odr_table in st_lsm6dsx_sensor_settings
>>   iio: imu: st_lsm6dsx: move fs_table in st_lsm6dsx_sensor_settings
>>   iio: imu: st_lsm6dsx: inline acc/gyro output regs
>>
>>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h      |   4 +
>>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 397 +++++++++++++++----
>>  2 files changed, 316 insertions(+), 85 deletions(-)
>>
> 
> Lorenzo, maybe you should resend this and add LKML and some more
> relevant people to CC. Any other objections on this?
> 
> thanks,
> 
>                             martin
> 

resent as part of "Add support for ..." patchset:
https://lore.kernel.org/linux-iio/20190725053132.9589-1-martin.kepplinger@puri.sm/

I hope that's ok for you, Lorenzo.

                             martin