Hi Mauro, This includes corrections of the media entity links handling and resolves potential issues when media entity drivers are in different kernel modules. It allows to keep all entities that belong to same media graph in correct state, when one of an entity's driver module gets unloaded. The following changes since commit dd8c393b3c39f7ebd9ad69ce50cc836773d512b6: [media] media: i2c: ths7303: make the pdata as a constant pointer (2013-06-13 11:42:17 -0300) are available in the git repository at: git://linuxtv.org/snawrocki/samsung.git for-v3.11-2 for you to fetch changes up to 28521e45c4478b7bc083e445573aacb7d174dd35: V4L: Remove all links of the media entity when unregistering subdev (2013-06-17 13:42:22 +0200) ---------------------------------------------------------------- Sakari Ailus (2): davinci_vpfe: Clean up media entity after unregistering subdev smiapp: Clean up media entity after unregistering subdev Sylwester Nawrocki (2): media: Add a function removing all links of a media entity V4L: Remove all links of the media entity when unregistering subdev drivers/media/i2c/smiapp/smiapp-core.c | 2 +- drivers/media/media-entity.c | 50 ++++++++++++++++++++ drivers/media/v4l2-core/v4l2-device.c | 4 +- drivers/staging/media/davinci_vpfe/dm365_ipipe.c | 4 +- drivers/staging/media/davinci_vpfe/dm365_ipipeif.c | 4 +- drivers/staging/media/davinci_vpfe/dm365_isif.c | 4 +- drivers/staging/media/davinci_vpfe/dm365_resizer.c | 14 +++--- drivers/staging/media/davinci_vpfe/vpfe_video.c | 2 +- include/media/media-entity.h | 3 ++ 9 files changed, 71 insertions(+), 16 deletions(-) Thanks, Sylwester -- 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