are these values from the hw FIFO? can you please add sensor->ts_ref
to the trace and
a log into st_lsm6dsx_reset_hw_ts?
Hi,
This certainly looks weird,
https://gist.github.com/sknsean/b32bae140008cf446a8fea58e305da47
Seems like the ts_ref is updated and used but not read/used in userspace...
/Sean
added to st_lsm6dsx_read_fifo :
printk("ts_ref %lld, ts %lld, sample_time %lld\n", acc_sensor->ts_ref,
ts, acc_sensor->ts_ref + ts);
https://gist.github.com/sknsean/3ad1e9e05cb0e2ef811a3c83492a1980
Suspend again was 15sec
/Sean