Hi Mauro,

Can you please pull the following patches for davinci VPIF driver.
There are patches which affect davinci platform code, on top
of which cleanup was done, So to avoid conflicts these patches
need to go through media tree. Patches affecting davinci platform
code have been Acked by Sekhar.

Thanks and Regards,
--Prabhakar Lad

The following changes since commit 2425bb3d4016ed95ce83a90b53bd92c7f31091e4:

  em28xx: regression fix: use DRX-K sync firmware requests on em28xx
(2012-10-02 17:15:22 -0300)

are available in the git repository at:
  git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git da850_vpif_machine

Hans Verkuil (14):
      vpif_capture: remove unused data structure.
      vpif_display: remove unused data structures.
      vpif_capture: move input_idx to channel_obj.
      vpif_display: move output_id to channel_obj.
      vpif_capture: remove unnecessary can_route flag.
      vpif_capture: move routing info from subdev to input.
      vpif_capture: first init subdevs, then register device nodes.
      vpif_display: first init subdevs, then register device nodes.
      vpif_display: fix cleanup code.
      vpif_capture: fix cleanup code.
      vpif_capture: separate subdev from input.
      vpif_display: use a v4l2_subdev pointer to call a subdev.
      davinci: move struct vpif_interface to chan_cfg.
      tvp514x: s_routing should just change routing, not try to detect a
signal.

Lad, Prabhakar (4):
      media: davinci: vpif: add check for NULL handler
      media: davinci: vpif: display: separate out subdev from output
      media: davinci: vpif: Add return code check at vb2_queue_init()
      media: davinci: vpif: set device capabilities

Manjunath Hadli (2):
      ARM: davinci: da850: Add SoC related definitions for VPIF
      ARM: davinci: da850 evm: Add EVM specific code for VPIF to work

 arch/arm/mach-davinci/Kconfig                 |    7 +
 arch/arm/mach-davinci/board-da850-evm.c       |  179 ++++++++++++
 arch/arm/mach-davinci/board-dm646x-evm.c      |   80 ++++--
 arch/arm/mach-davinci/da850.c                 |  152 ++++++++++
 arch/arm/mach-davinci/include/mach/da8xx.h    |   11 +
 arch/arm/mach-davinci/include/mach/mux.h      |   42 +++
 arch/arm/mach-davinci/include/mach/psc.h      |    1 +
 drivers/media/i2c/tvp514x.c                   |   77 +-----
 drivers/media/platform/davinci/vpif_capture.c |  370
++++++++++++-------------
 drivers/media/platform/davinci/vpif_capture.h |   16 +-
 drivers/media/platform/davinci/vpif_display.c |  275 ++++++++++++------
 drivers/media/platform/davinci/vpif_display.h |   18 +-
 include/media/davinci/vpif_types.h            |   26 ++-
 13 files changed, 837 insertions(+), 417 deletions(-)
--
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