Hello all, This is the third version of the unrestricted media entity ID range support set. I've taken Mauro's comments into account and fixed a number of bugs as well (omap3isp memory leak and omap4iss stream start). The more specific changes since v2 are here: - Renamed struct media_entity_enum "entities" as ent_enum. - Renamed struct media_entity_enum.e as bmap. - Fix KernelDoc documentation - Remove pre-allocated bitmap from entity enumerations. This is done in a separate patch due to API changes it necessitates. (Init may fail.) - Drop MEDIA_ENTITY_ENUM_STACK_ALLOC. Move MEDIA_ENTITY_MAX_PADS to media-entity.c. - Replace BUG_ON() in media_entity_pipeline_stop() by WARN_ON(). - Fix enumeration and graph walk init / cleanup in iss_video_streamon() in omap4iss driver. v2 is available here: <URL:http://www.spinics.net/lists/linux-media/msg95150.html> The documentation remains unchanged so far. -- Kind regards, Sakari -- 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