From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: LMML <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v3.7] V4L: s5p-fimc: support for interleaved image data capture
Date: Wed, 03 Oct 2012 19:34:01 +0200 [thread overview]
Message-ID: <506C7709.8030905@samsung.com> (raw)
Hi Mauro,
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://git.infradead.org/users/kmpark/linux-samsung v4l_for_mauro
for you to fetch changes up to 7f06319c3a6e99fcdf9774556384c62661a31940:
m5mols: Implement .get_frame_desc subdev callback (2012-10-03 13:01:25 +0200)
This includes a few more s5p-* driver updates and fixes, addition of
a fourcc and media bus pixel code for S5C73M3 camera, some new v4l2
subdev callbacks for low level media bus frame parameters and a helper
for capture of frame embedded data.
----------------------------------------------------------------
Hans Verkuil (2):
s5p-g2d: fix compiler warning
s5p-fimc: fix compiler warning
Sylwester Nawrocki (7):
V4L: Add s_rx_buffer subdev video operation
V4L: Add [get/set]_frame_desc subdev callbacks
V4L: Add V4L2_MBUS_FMT_S5C_UYVY_JPEG_1X8 media bus format
V4L: Add V4L2_PIX_FMT_S5C_UYVY_JPG fourcc definition
s5p-csis: Add support for non-image data packets capture
s5p-fimc: Add support for V4L2_PIX_FMT_S5C_UYVY_JPG fourcc
m5mols: Implement .get_frame_desc subdev callback
Thomas Abraham (1):
s5p-jpeg: use clk_prepare_enable and clk_disable_unprepare
Documentation/DocBook/media/v4l/compat.xml | 4 +
Documentation/DocBook/media/v4l/pixfmt.xml | 28 ++++
Documentation/DocBook/media/v4l/subdev-formats.xml | 44 +++++++
drivers/media/i2c/m5mols/m5mols.h | 9 ++
drivers/media/i2c/m5mols/m5mols_capture.c | 3 +
drivers/media/i2c/m5mols/m5mols_core.c | 47 +++++++
drivers/media/i2c/m5mols/m5mols_reg.h | 1 +
drivers/media/platform/s5p-fimc/fimc-capture.c | 135 +++++++++++++++++---
drivers/media/platform/s5p-fimc/fimc-core.c | 19 ++-
drivers/media/platform/s5p-fimc/fimc-core.h | 28 +++-
drivers/media/platform/s5p-fimc/fimc-m2m.c | 25 ++--
drivers/media/platform/s5p-fimc/fimc-reg.c | 23 +++-
drivers/media/platform/s5p-fimc/fimc-reg.h | 3 +-
drivers/media/platform/s5p-fimc/mipi-csis.c | 52 +++++++-
drivers/media/platform/s5p-g2d/g2d.c | 2 +-
drivers/media/platform/s5p-jpeg/jpeg-core.c | 6 +-
include/linux/v4l2-mediabus.h | 5 +
include/linux/videodev2.h | 1 +
include/media/v4l2-subdev.h | 48 +++++++
19 files changed, 433 insertions(+), 50 deletions(-)
---
Thanks,
Sylwester
reply other threads:[~2012-10-03 17:34 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=506C7709.8030905@samsung.com \
--to=s.nawrocki@samsung.com \
--cc=linux-media@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.