This series includes s5p-fimc driver fixes, one v4l2 compliance fix (I'm working on converting this driver to use the selection API and there is more to come after that, patches 4/6 is required for the driver to work with v3.9 kernel and patch 5/5 is a prerequiste for FIMC-IS driver - as this is all I could push now for v3.9. without the device tree support. Sylwester Nawrocki (5): s5p-fimc: Avoid null pointer dereference in fimc_capture_ctrls_create() s5p-fimc: Set default image format at device open() s5p-fimc: Fix FIMC.n subdev set_selection ioctl handler s5p-fimc: Add clk_prepare/unprepare for sclk_cam clocks s5p-fimc: Redefine platform data structure for fimc-is arch/arm/mach-exynos/mach-nuri.c | 8 +- arch/arm/mach-exynos/mach-universal_c210.c | 8 +- arch/arm/mach-s5pv210/mach-goni.c | 6 +- drivers/media/platform/s5p-fimc/fimc-capture.c | 19 ++-- drivers/media/platform/s5p-fimc/fimc-core.c | 20 +--- drivers/media/platform/s5p-fimc/fimc-core.h | 5 +- drivers/media/platform/s5p-fimc/fimc-lite-reg.c | 8 +- drivers/media/platform/s5p-fimc/fimc-lite-reg.h | 4 +- drivers/media/platform/s5p-fimc/fimc-m2m.c | 131 +++++++++++++---------- drivers/media/platform/s5p-fimc/fimc-mdevice.c | 69 +++++++----- drivers/media/platform/s5p-fimc/fimc-mdevice.h | 2 +- drivers/media/platform/s5p-fimc/fimc-reg.c | 34 +++--- drivers/media/platform/s5p-fimc/fimc-reg.h | 6 +- include/media/s5p_fimc.h | 49 +++++---- 14 files changed, 196 insertions(+), 173 deletions(-) -- 1.7.9.5 -- 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