Re: [PATCH 00/12] media: ov5640: Misc cleanup and improvements

2018-03-13 Thread Hugues FRUCHET
Thanks Maxime for this great series ! I've tested this series successfully on STM32 platform, I had a regression on JPEG capture linked to revisit of clocking, but easy to fix. I had another problem claimed by v4l2-compliance on format tests: v4l2-test-formats.cpp(961): Video Capture:

[PATCH 00/12] media: ov5640: Misc cleanup and improvements

2018-03-02 Thread Maxime Ripard
Hi, Here is a "small" series that mostly cleans up the ov5640 driver code, slowly getting rid of the big data array for more understandable code (hopefully). The biggest addition would be the clock rate computation at runtime, instead of relying on those arrays to setup the clock tree properly.