It seems you somehow managed to send patches separately from email perspective. Make sure you pass parameter --thread to `git format-patch`, so it will create a proper chain of emails. On Sun, Jul 10, 2022 at 11:17:06AM +0200, Angel Iglesias wrote: > Simplified common initialization logic of different sensor types > unifying calibration and initial configuration recovery. > > Default config param values of each sensor type are stored inside > chip_info structure and used to initialize sensor data struct instance. > > The auxiliar functions for read each sensor type calibration are converted > to a callback available on the chip_info struct. > Signed-off-by: Angel Iglesias <ang.iglesiasg@xxxxxxxxx> > Suggested-by: Jonathan Cameron <jic23@xxxxxxxxxx> Usually this kind of tag goes before your SoB, because it's chronologically correct. -- With Best Regards, Andy Shevchenko