From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-media@vger.kernel.org
Cc: sakari.ailus@iki.fi
Subject: [GIT PULL FOR v3.18] OMAP3 ISP BT.656 support and other fixes
Date: Wed, 06 Aug 2014 00:05:48 +0200 [thread overview]
Message-ID: <1448171.CAZps10qQ7@avalon> (raw)
Hi Mauro,
The following changes since commit 0f3bf3dc1ca394a8385079a5653088672b65c5c4:
[media] cx23885: fix UNSET/TUNER_ABSENT confusion (2014-08-01 15:30:59
-0300)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git omap3isp/next
for you to fetch changes up to e001d2bd076be98a691fa9641e15f3a96966061b:
omap3isp: resizer: Protect against races when updating crop (2014-08-05
23:54:27 +0200)
----------------------------------------------------------------
Laurent Pinchart (22):
v4l: subdev: Extend default link validation to cover field order
omap3isp: Don't ignore subdev streamoff failures
omap3isp: Remove boilerplate disclaimer and FSF address
omap3isp: Move non-critical code out of the mutex-protected section
omap3isp: Default to progressive field order when setting the format
omap3isp: video: Validate the video node field order
omap3isp: ccdc: Simplify the configuration function
omap3isp: ccdc: Simplify the ccdc_isr_buffer() function
omap3isp: ccdc: Add basic support for interlaced video
omap3isp: ccdc: Support the interlaced field orders at the CCDC output
omap3isp: ccdc: Add support for BT.656 YUV format at the CCDC input
omap3isp: ccdc: Disable the video port when unused
omap3isp: ccdc: Only complete buffer when all fields are captured
omap3isp: ccdc: Rename __ccdc_handle_stopping to ccdc_handle_stopping
omap3isp: ccdc: Simplify ccdc_lsc_is_configured()
omap3isp: ccdc: Increment the frame number at VD0 time for BT.656
omap3isp: ccdc: Fix freeze when a short frame is received
omap3isp: ccdc: Don't timeout on stream off when the CCDC is stopped
omap3isp: ccdc: Restart the CCDC immediately after an underrun in BT.656
omap3isp: resizer: Remove needless variable initializations
omap3isp: resizer: Remove slow debugging message from interrupt handler
omap3isp: resizer: Protect against races when updating crop
drivers/media/platform/omap3isp/cfa_coef_table.h | 10 -
drivers/media/platform/omap3isp/gamma_table.h | 10 -
drivers/media/platform/omap3isp/isp.c | 20 +-
drivers/media/platform/omap3isp/isp.h | 10 -
drivers/media/platform/omap3isp/ispccdc.c | 424 ++++++++++++------
drivers/media/platform/omap3isp/ispccdc.h | 21 +-
drivers/media/platform/omap3isp/ispccp2.c | 10 -
drivers/media/platform/omap3isp/ispccp2.h | 10 -
drivers/media/platform/omap3isp/ispcsi2.c | 10 -
drivers/media/platform/omap3isp/ispcsi2.h | 10 -
drivers/media/platform/omap3isp/ispcsiphy.c | 10 -
drivers/media/platform/omap3isp/ispcsiphy.h | 10 -
drivers/media/platform/omap3isp/isph3a.h | 10 -
drivers/media/platform/omap3isp/isph3a_aewb.c | 10 -
drivers/media/platform/omap3isp/isph3a_af.c | 10 -
drivers/media/platform/omap3isp/isphist.c | 10 -
drivers/media/platform/omap3isp/isphist.h | 10 -
drivers/media/platform/omap3isp/isppreview.c | 10 -
drivers/media/platform/omap3isp/isppreview.h | 10 -
drivers/media/platform/omap3isp/ispreg.h | 20 +-
drivers/media/platform/omap3isp/ispresizer.c | 80 ++---
drivers/media/platform/omap3isp/ispresizer.h | 13 +-
drivers/media/platform/omap3isp/ispstat.c | 10 -
drivers/media/platform/omap3isp/ispstat.h | 10 -
drivers/media/platform/omap3isp/ispvideo.c | 59 +++-
drivers/media/platform/omap3isp/ispvideo.h | 12 +-
drivers/media/platform/omap3isp/luma_enhance_table.h | 10 -
drivers/media/platform/omap3isp/noise_filter_table.h | 10 -
drivers/media/v4l2-core/v4l2-subdev.c | 9 +
include/media/omap3isp.h | 3 +
30 files changed, 418 insertions(+), 443 deletions(-)
--
Regards,
Laurent Pinchart
reply other threads:[~2014-08-05 22:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1448171.CAZps10qQ7@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=sakari.ailus@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).