This series includes some fixes and updates of the s5p-fimc driver, it includes some prerequisite patches for adding the device tree support. The last patch depends of the deferred probe infrastructure which is already in linux-next: http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commitdiff;h=d1c3414c2a9d10ef7f0f7665f5d2947cd088c093 Sylwester Nawrocki (6): s5p-fimc: Don't use platform data for CSI data alignment configuration s5p-fimc: Reinitialize the pipeline properly after VIDIOC_STREAMOFF s5p-fimc: Simplify locking by removing the context data structure spinlock s5p-fimc: Refactor hardware setup for m2m transaction s5p-fimc: Remove unneeded fields from struct fimc_dev s5p-fimc: Handle sub-device interdependencies using deferred probing drivers/media/video/s5p-fimc/fimc-capture.c | 33 ++++---- drivers/media/video/s5p-fimc/fimc-core.c | 112 ++++++++------------------- drivers/media/video/s5p-fimc/fimc-core.h | 18 ++--- drivers/media/video/s5p-fimc/fimc-mdevice.c | 70 +++++++++++++---- drivers/media/video/s5p-fimc/fimc-reg.c | 3 +- drivers/media/video/s5p-fimc/mipi-csis.c | 21 ++--- 6 files changed, 119 insertions(+), 138 deletions(-) -- 1.7.9.2 -- 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