This patch series supercedes https://patchwork.linuxtv.org/patch/25954/. After working on it a bit more I realized that that patch didn't really address the core issues. Besides the il_vbackporch typo there was a too strict check in v4l2_valid_dv_timings() where it checked for compatible standards. But that only works if both sides have filled in that field, otherwise it should just accept it. When detecting timings you often do not know which standard it is so the driver will just set it to 0. The other issue was that adv7842 never zeroed the timings struct, leaving several fields undefined, again breaking v4l2_valid_dv_timings(). Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html