2012-11-21 11:21:53

by Lad, Prabhakar

[permalink] [raw]
Subject: [GIT PULL FOR v3.8] Davinci VPIF trivial fixes

Hi Mauro,

Can you please pull the following patches for vpif, which fixes
some trivial issues.

Thanks and Regards,
--Prabhakar Lad

The following changes since commit 2c4e11b7c15af70580625657a154ea7ea70b8c76:

[media] siano: fix RC compilation (2012-11-07 11:09:08 +0100)

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

Hans Verkuil (2):
vpif_capture: protect dma_queue by a spin_lock.
vpif_display: protect dma_queue by a spin_lock.

Wei Yongjun (3):
davinci: vpif_capture: fix return type check for v4l2_subdev_call()
davinci: vpif_display: fix return type check for v4l2_subdev_call()
davinci: vpif: fix return value check for vb2_dma_contig_init_ctx()

drivers/media/platform/davinci/vpif_capture.c | 34 +++++++++++++++++++-----
drivers/media/platform/davinci/vpif_display.c | 28 +++++++++++++++++---
2 files changed, 50 insertions(+), 12 deletions(-)