Hi Mauro, It looks that the review process for s5p-jpeg driver has been finally finished and all the suggestions have been applied to the driver. I would ask You to pull the code to the for-v3.3 kernel tree. This driver depends on the selection api extension, which merge has been requested in '[GIT PATCHES FOR 3.3] v4l: introduce selection API' thread. Best regards, Marek Szyprowski The following changes since commit 2a887d27708a4f9f3b5ad8258f9e19a150b58f03: [media] tm6000: fix OOPS at tm6000_ir_int_stop() and tm6000_ir_int_start() (2011-11-30 16:49:45 -0200) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-2.6-samsung s5p-jpeg Andrzej Pietrasiewicz (1): Exynos4 JPEG codec v4l2 driver drivers/media/video/Kconfig | 8 + drivers/media/video/Makefile | 1 + drivers/media/video/s5p-jpeg/Makefile | 2 + drivers/media/video/s5p-jpeg/jpeg-core.c | 1481 ++++++++++++++++++++++++++++++ drivers/media/video/s5p-jpeg/jpeg-core.h | 143 +++ drivers/media/video/s5p-jpeg/jpeg-hw.h | 353 +++++++ drivers/media/video/s5p-jpeg/jpeg-regs.h | 170 ++++ 7 files changed, 2158 insertions(+), 0 deletions(-) create mode 100644 drivers/media/video/s5p-jpeg/Makefile create mode 100644 drivers/media/video/s5p-jpeg/jpeg-core.c create mode 100644 drivers/media/video/s5p-jpeg/jpeg-core.h create mode 100644 drivers/media/video/s5p-jpeg/jpeg-hw.h create mode 100644 drivers/media/video/s5p-jpeg/jpeg-regs.h -- 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