From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: linux-media@vger.kernel.org, a.hajda@samsung.com,
sakari.ailus@iki.fi, hverkuil@xs4all.nl,
kyungmin.park@samsung.com, sw0312.kim@samsung.com
Subject: Re: [PATCH RFC v2 0/5] s5p-fimc: Add interleaved image data capture support
Date: Tue, 25 Sep 2012 13:37:06 +0200 [thread overview]
Message-ID: <2532715.t0qPncDtcZ@avalon> (raw)
In-Reply-To: <1348498546-2652-1-git-send-email-s.nawrocki@samsung.com>
Hi Sylwester,
On Monday 24 September 2012 16:55:41 Sylwester Nawrocki wrote:
> Hi All,
>
> This patch series adds device/vendor specific media bus pixel code section
> and defines S5C73MX camera specific media bus pixel code, along with
> corresponding fourcc. I realize this isn't probably the best possible
> solution but I don't know how to better handle this without major changes
> in V4L2 API.
Well, given that the format is highly specific to your hardware, I don't think
it's such a bad solution. It actually looks OK to me.
> The third patch adds support for MIPI-CSI2 Embedded Data capture in
> Samsung S5P/Exynos MIPI-CSIS device. It depends on patch
> "[PATCH RFC] V4L: Add s_rx_buffer subdev video operation".
>
> The fourth patch extends s5p-fimc driver to allow it to support
> 2-planar V4L2_PIX_FMT_S5C_UYVY_JPG format. More details can be found
> in the patch summary. The [get/set]_frame_desc subdev callback are
> used only to retrive from a sensor subdev required buffer size.
> It depends on patch
> "[PATCH RFC] V4L: Add get/set_frame_desc subdev callbacks"
>
> The fifth patch adds [get/set]_frame_desc op handlers to the m5mols
> driver as an example. I prepared also similar patch for S5C73M3
> sensor where 2 frame description entries are used, but that driver
> is not yet mainlined due to a few missing items in V4L2 required
> to fully control it, so I didn't include that patch in this series.
>
> Comments, suggestions welcome.
>
> Thanks,
> Sylwester
>
> Sylwester Nawrocki (5):
> 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
>
> Documentation/DocBook/media/v4l/compat.xml | 4 +
> Documentation/DocBook/media/v4l/pixfmt.xml | 9 ++
> Documentation/DocBook/media/v4l/subdev-formats.xml | 45 ++++++++
> 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 | 128 +++++++++++++++---
> drivers/media/platform/s5p-fimc/fimc-core.c | 19 ++-
> drivers/media/platform/s5p-fimc/fimc-core.h | 28 ++++-
> 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 | 59 +++++++++-
> include/linux/v4l2-mediabus.h | 5 +
> include/linux/videodev2.h | 1 +
> 15 files changed, 351 insertions(+), 33 deletions(-)
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2012-09-25 11:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-24 14:55 [PATCH RFC v2 0/5] s5p-fimc: Add interleaved image data capture support Sylwester Nawrocki
2012-09-24 14:55 ` [PATCH RFC 1/5] V4L: Add V4L2_MBUS_FMT_S5C_UYVY_JPEG_1X8 media bus format Sylwester Nawrocki
2012-09-25 11:42 ` Laurent Pinchart
2012-09-25 14:39 ` Sylwester Nawrocki
2012-10-09 13:36 ` Vincent ABRIOU
2012-10-09 17:09 ` Sylwester Nawrocki
2012-10-15 18:35 ` Sakari Ailus
2012-11-06 10:02 ` Vincent ABRIOU
2012-09-24 14:55 ` [PATCH RFC 2/5] V4L: Add V4L2_PIX_FMT_S5C_UYVY_JPG fourcc definition Sylwester Nawrocki
2012-09-25 11:44 ` Laurent Pinchart
2012-09-25 14:47 ` Sylwester Nawrocki
2012-09-24 14:55 ` [PATCH RFC 3/5] s5p-csis: Add support for non-image data packets capture Sylwester Nawrocki
2012-09-24 14:55 ` [PATCH RFC 4/5] s5p-fimc: Add support for V4L2_PIX_FMT_S5C_UYVY_JPG fourcc Sylwester Nawrocki
2012-09-24 14:55 ` [PATCH RFC 5/5] m5mols: Implement .get_frame_desc subdev callback Sylwester Nawrocki
2012-09-24 15:10 ` [PATCH RFC v2 0/5] s5p-fimc: Add interleaved image data capture support Sylwester Nawrocki
2012-09-25 11:37 ` Laurent Pinchart [this message]
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=2532715.t0qPncDtcZ@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=a.hajda@samsung.com \
--cc=hverkuil@xs4all.nl \
--cc=kyungmin.park@samsung.com \
--cc=linux-media@vger.kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sakari.ailus@iki.fi \
--cc=sw0312.kim@samsung.com \
/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).