Hi, On Thu, Sep 15, 2016 at 02:22:26PM +0300, Sakari Ailus wrote: > Besides the image data, SMIA++ compliant sensors also provide embedded > data in form of registers used to capture the image. Store this > information for later use in frame descriptor and routing. Reviewed-By: Sebastian Reichel > [...] > > + if (sensor->embedded_end > sensor->image_start) > + sensor->image_start = sensor->embedded_end; Maybe add a dev_dbg about sensor format information being broken? -- Sebastian