Hi Mauro, The following changes since commit 431cb350187c6bf1ed083622d633418a298a7216: [media] az6007: support Technisat Cablestar Combo HDCI (minus remote) (2013-12-10 07:15:54 -0200) are available in the git repository at: git://linuxtv.org/pinchartl/media.git vsp1/next for you to fetch changes up to 08057ef1daf4bba618c8145b95b249a7dcc523fd: v4l: vsp1: Add LUT support (2013-12-10 14:44:43 +0100) ---------------------------------------------------------------- Laurent Pinchart (6): v4l: vsp1: Supply frames to the DU continuously v4l: vsp1: Add cropping support v4l: Add media format codes for AHSV8888 on 32-bit busses v4l: vsp1: Add HST and HSI support v4l: vsp1: Add SRU support v4l: vsp1: Add LUT support Documentation/DocBook/media/v4l/subdev-formats.xml | 157 +++++++++++++ drivers/media/platform/vsp1/Makefile | 3 +- drivers/media/platform/vsp1/vsp1.h | 7 + drivers/media/platform/vsp1/vsp1_drv.c | 39 ++++ drivers/media/platform/vsp1/vsp1_entity.c | 7 + drivers/media/platform/vsp1/vsp1_entity.h | 4 + drivers/media/platform/vsp1/vsp1_hsit.c | 222 ++++++++++++++++++ drivers/media/platform/vsp1/vsp1_hsit.h | 38 +++ drivers/media/platform/vsp1/vsp1_lut.c | 252 ++++++++++++++++++++ drivers/media/platform/vsp1/vsp1_lut.h | 38 +++ drivers/media/platform/vsp1/vsp1_regs.h | 16 ++ drivers/media/platform/vsp1/vsp1_rpf.c | 34 ++- drivers/media/platform/vsp1/vsp1_rwpf.c | 96 ++++++++ drivers/media/platform/vsp1/vsp1_rwpf.h | 10 + drivers/media/platform/vsp1/vsp1_sru.c | 356 ++++++++++++++++++++ drivers/media/platform/vsp1/vsp1_sru.h | 41 ++++ drivers/media/platform/vsp1/vsp1_video.c | 13 ++ drivers/media/platform/vsp1/vsp1_wpf.c | 17 +- include/linux/platform_data/vsp1.h | 2 + include/uapi/linux/v4l2-mediabus.h | 3 + include/uapi/linux/vsp1.h | 34 +++ 21 files changed, 1372 insertions(+), 17 deletions(-) create mode 100644 drivers/media/platform/vsp1/vsp1_hsit.c create mode 100644 drivers/media/platform/vsp1/vsp1_hsit.h create mode 100644 drivers/media/platform/vsp1/vsp1_lut.c create mode 100644 drivers/media/platform/vsp1/vsp1_lut.h create mode 100644 drivers/media/platform/vsp1/vsp1_sru.c create mode 100644 drivers/media/platform/vsp1/vsp1_sru.h create mode 100644 include/uapi/linux/vsp1.h -- Regards, Laurent Pinchart -- 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