Hi Mauro, The following changes since commit 7f196789b3ffee243b681d3e7dab8890038db856: si2135: Declare the structs even if frontend is not enabled (2014-07-28 10:37:08 -0300) are available in the git repository at: git://linuxtv.org/snawrocki/samsung.git for-v3.17 for you to fetch changes up to 42bb855f82fc4f8ddbae8d614c2c187e1d824ba8: s5p-mfc: remove unnecessary calling to function video_devdata() (2014-07-29 15:29:14 +0200) I assume patch "s5p-jpeg: Document sclk-jpeg clock for Exynos3250 SoC" is correct, since I didn't get any more DT mainainer's review comments. ---------------------------------------------------------------- Jacek Anaszewski (8): [media] s5p-jpeg: Document sclk-jpeg clock for Exynos3250 SoC s5p-jpeg: Add support for Exynos3250 SoC s5p-jpeg: return error immediately after get_byte fails s5p-jpeg: Adjust jpeg_bound_align_image to Exynos3250 needs s5p-jpeg: fix g_selection op s5p-jpeg: Assure proper crop rectangle initialization s5p-jpeg: Prevent erroneous downscaling for Exynos3250 SoC s5p-jpeg: add chroma subsampling adjustment for Exynos3250 Zhaowei Yuan (1): s5p-mfc: remove unnecessary calling to function video_devdata() .../bindings/media/exynos-jpeg-codec.txt | 12 +- drivers/media/platform/Kconfig | 5 +- drivers/media/platform/s5p-jpeg/Makefile | 2 +- drivers/media/platform/s5p-jpeg/jpeg-core.c | 660 ++++++++++++++++++-- drivers/media/platform/s5p-jpeg/jpeg-core.h | 32 +- .../media/platform/s5p-jpeg/jpeg-hw-exynos3250.c | 487 +++++++++++++++ .../media/platform/s5p-jpeg/jpeg-hw-exynos3250.h | 60 ++ drivers/media/platform/s5p-jpeg/jpeg-regs.h | 247 +++++++- drivers/media/platform/s5p-mfc/s5p_mfc.c | 2 +- 9 files changed, 1447 insertions(+), 60 deletions(-) create mode 100644 drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.c create mode 100644 drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.h -- Regards, Sylwester -- 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