Hi All, This patch series fixes DVP support and enables BT656 mode in the driver. Cheers, Prabhakar Changes for v4: * Split patch 1/3 from v3 patch series [1] more granular as requested by Sakari * Included [Tested/Reviewed]-by tag from Jacopo [1] https://patchwork.kernel.org/cover/11712735/ Changes for v3 (https://patchwork.kernel.org/cover/11712735/): * Dropped DT binding patch * Fail probe if unsupported bus_type is passed * Fixed review comments pointed by Jacopo Changes for v2 (https://lkml.org/lkml/2020/8/3/830): * Added support to fallback in parallel mode * Documented bus-type property * Added descriptive commit message for patch 2/4 as pointed by Sakari * Fixed review comments pointed by Laurent to have separate functions for mipi and dvp setup * Made sure the sensor is in power down mode during startup too for DVP mode Lad Prabhakar (6): media: i2c: ov5640: Remain in power down for DVP mode unless streaming media: i2c: ov5640: Separate out mipi configuration from s_power media: i2c: ov5640: Enable data pins on poweron for DVP mode media: i2c: ov5640: Configure HVP lines in s_power callback media: i2c: ov5640: Add support for BT656 mode media: i2c: ov5640: Fail probe on unsupported bus_type drivers/media/i2c/ov5640.c | 336 +++++++++++++++++++++---------------- 1 file changed, 191 insertions(+), 145 deletions(-) -- 2.17.1