Hi Mauro

The following changes since commit 1f96716187774be265c59a713fb570810e3a15c7:
  Mauro Carvalho Chehab (1):
        Revert "V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 
capable DVB devices"

are available in the git repository at:

  git://linuxtv.org/gliakhovetski/soc-camera.git devel

Guennadi Liakhovetski (6):
      sh_mobile_ceu_camera.c: preserve output window on VIDIOC_S_CROP
      soc-camera: update comment
      sh_mobile_ceu_camera.c: update documentation to reflect the new cropping
      videobuf-dma-contig.c: simplify pointer dereference
      V4L: SuperH Video Output Unit (VOU) driver
      V4L: v4l2-subdev driver for AK8813 and AK8814 TV-encoders from AKM

 Documentation/video4linux/sh_mobile_ceu_camera.txt |   80 +-
 drivers/media/video/Kconfig                        |   13 +
 drivers/media/video/Makefile                       |    4 +
 drivers/media/video/ak881x.c                       |  368 +++++
 drivers/media/video/sh_mobile_ceu_camera.c         |  601 ++++----
 drivers/media/video/sh_vou.c                       | 1476 ++++++++++++++++++++
 drivers/media/video/soc_camera.c                   |    3 +-
 drivers/media/video/videobuf-dma-contig.c          |    6 +-
 include/media/ak881x.h                             |   25 +
 include/media/sh_vou.h                             |   34 +
 include/media/v4l2-chip-ident.h                    |    4 +
 11 files changed, 2268 insertions(+), 346 deletions(-)
 create mode 100644 drivers/media/video/ak881x.c
 create mode 100644 drivers/media/video/sh_vou.c
 create mode 100644 include/media/ak881x.h
 create mode 100644 include/media/sh_vou.h

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to