Hello, Here's the second version of the common clock framework support for the OMAP3 ISP and MT9P031 drivers. They finally get rid of the last isp_platform_callback operation, and thus of the isp_platform_callback structure completely, as well as the only platform callback from the mt9p031 driver. As with v1 the patches depend on Mike Turquette's common clock framework reentrancy patches: clk: abstract locking out into helper functions clk: allow reentrant calls into the clk framework v6 of those two patches has been posted to LKML and LAKML. Changes since v1 are: - Remove the unusued isp_xclk_init_data structure - Move a variable declaration inside a loop Laurent Pinchart (2): omap3isp: Use the common clock framework mt9p031: Use the common clock framework drivers/media/i2c/mt9p031.c | 22 ++- drivers/media/platform/omap3isp/isp.c | 270 ++++++++++++++++++++++++---------- drivers/media/platform/omap3isp/isp.h | 22 ++- include/media/mt9p031.h | 2 - include/media/omap3isp.h | 10 +- 5 files changed, 233 insertions(+), 93 deletions(-) -- Regards, Laurent Pinchart -- 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