Hello, The following patch set converts noon010pc30 camera sensor driver to the subdev pad level operations and user-space V4L2 subdev API. In addition it implements s_stream operation, removes the now unneeded g_chip_ident op and tags the driver as experimental. 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 Changes since v2: - added subdev internal open() operation - moved registers access to s_power or s_stream so the user space calls are supported before/without enabling sensor's power Sylwester Nawrocki (3): noon010pc30: Conversion to the media controller API noon010pc30: Improve s_power operation handling noon010pc30: Remove g_chip_ident operation handler drivers/media/video/Kconfig | 2 +- drivers/media/video/noon010pc30.c | 295 ++++++++++++++++++++++--------------- include/media/v4l2-chip-ident.h | 3 - 3 files changed, 177 insertions(+), 123 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html