Hi Sylwester, Sylwester Nawrocki wrote:
This patch drops the _ACTIVE part from the selection target names as a prerequisite to unify the selection target names across the subdev and regular video node API. The meaning of V4L2_SEL_TGT_*_ACTIVE and V4L2_SUBDEV_SEL_TGT_*_ACTUAL selection targets is logically the same. Different names add to confusion where both APIs are used in a single driver or an application. For some system configurations different names may lead to interoperability issues. For backwards compatibility V4L2_SEL_TGT_CROP_ACTIVE and V4L2_SEL_TGT_COMPOSE_ACTIVE are defined as aliases to V4L2_SEL_TGT_CROP and V4L2_SEL_TGT_COMPOSE. These aliases will be removed after deprecation period, according to Documentation/feature-removal-schedule.txt. Signed-off-by: Sylwester Nawrocki<s.nawrocki@xxxxxxxxxxx> Signed-off-by: Kyungmin Park<kyungmin.park@xxxxxxxxxxx> Acked-by: Laurent Pinchart<laurent.pinchart@xxxxxxxxxxxxxxxx> Signed-off-by: Sakari Ailus<sakari.ailus@xxxxxx> --- This a replacement for this patch: http://patchwork.linuxtv.org/patch/11226 Changes include an adition of backward compatibility alias definitions and the required bits for FIMC-LITE driver. Sakari, do you think you could update you pull request with this patch ? I assumed the Acks still apply, if not, please let me know.
I'll send a new pull req with the new patch tomorrow, during early morning unless something unexpected happens.
Cheers, -- Sakari Ailus sakari.ailus@xxxxxx -- 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