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