The following patch set converts noon010pc30 camera sensor driver to the subdev pad level operations. Additionally it adds a s_stream operation and marks driver as experimental as it now uses V4L2 sub-device API. Now unneeded g_chip_ident op is also removed.
Changes since v1: - fixed subdev's flags initialization - corrected s_stream handler so the sensor's sleep mode is used for suspending/resuming the output signal - removed g_chip_indent operation handler Sylwester Nawrocki (4): noon010pc30: Do not ignore errors in initial controls setup noon010pc30: Convert to the pad level ops noon010pc30: Clean up the s_power callback noon010pc30: Remove g_chip_ident operation handler drivers/media/video/Kconfig | 2 +- drivers/media/video/noon010pc30.c | 173 +++++++++++++++++++++++-------------- include/media/v4l2-chip-ident.h | 3 - 3 files changed, 109 insertions(+), 69 deletions(-) Regards, -- Sylwester Nawrocki Samsung Poland R&D Center -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html