All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: linux-media@vger.kernel.org,
	Hans Verkuil <hans.verkuil@cisco.com>,
	Andrzej Hajda <a.hajda@samsung.com>,
	Sakari Ailus <sakari.ailus@iki.fi>,
	Sangwook Lee <sangwook.lee@linaro.org>
Subject: Re: [PATCH 0/6] Fix the format field order value for progressive subdevs
Date: Mon, 26 May 2014 21:27:36 +0200	[thread overview]
Message-ID: <538395A8.3040700@gmail.com> (raw)
In-Reply-To: <1401131165-3542-1-git-send-email-laurent.pinchart@ideasonboard.com>

Hi Laurent,

On 05/26/2014 09:05 PM, Laurent Pinchart wrote:
> Hello,
>
> This patch set fixes five sensor drivers and one camera interface driver to
> return a format field order value set to V4L2_FIELD_NONE instead of
> V4L2_FIELD_ANY.
>
> V4L2_FIELD_ANY is used by applications to notify the driver that they don't
> care about the interlaced video field order. The value must never be returned
> by drivers, they must instead select a default field order they support.
>
> The six drivers fixed by this patch all forgot to initialize the field order,
> resulting in V4L2_FIELD_ANY (=0) being returned. As all those drivers support
> progressive video only, make them return V4L2_FIELD_NONE instead.
>
> Cc: Andrzej Hajda <a.hajda@samsung.com>
> Cc: Sakari Ailus <sakari.ailus@iki.fi>
> Cc: Sangwook Lee <sangwook.lee@linaro.org>
>
> Laurent Pinchart (6):
>    v4l: noon010p30: Return V4L2_FIELD_NONE from pad-level set format
>    v4l: s5k4ecgx: Return V4L2_FIELD_NONE from pad-level set format
>    v4l: s5k5baf: Return V4L2_FIELD_NONE from pad-level set format
>    v4l: s5k6a3: Return V4L2_FIELD_NONE from pad-level set format
>    v4l: smiapp: Return V4L2_FIELD_NONE from pad-level get/set format
>    v4l: s3c-camif: Return V4L2_FIELD_NONE from pad-level set format

For patches 1...4, 6:

Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

>   drivers/media/i2c/noon010pc30.c                  | 1 +
>   drivers/media/i2c/s5k4ecgx.c                     | 1 +
>   drivers/media/i2c/s5k5baf.c                      | 2 ++
>   drivers/media/i2c/s5k6a3.c                       | 1 +
>   drivers/media/i2c/smiapp/smiapp-core.c           | 3 +++
>   drivers/media/platform/s3c-camif/camif-capture.c | 2 ++
>   6 files changed, 10 insertions(+)

--
Regards,
Sylwester

      parent reply	other threads:[~2014-05-26 19:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-26 19:05 [PATCH 0/6] Fix the format field order value for progressive subdevs Laurent Pinchart
2014-05-26 19:06 ` [PATCH 1/6] v4l: noon010p30: Return V4L2_FIELD_NONE from pad-level set format Laurent Pinchart
2014-05-26 19:06 ` [PATCH 2/6] v4l: s5k4ecgx: " Laurent Pinchart
2014-05-26 19:06 ` [PATCH 3/6] v4l: s5k5baf: " Laurent Pinchart
2014-05-26 19:06 ` [PATCH 4/6] v4l: s5k6a3: " Laurent Pinchart
2014-05-26 19:06 ` [PATCH 5/6] v4l: smiapp: Return V4L2_FIELD_NONE from pad-level get/set format Laurent Pinchart
2014-05-26 20:56   ` Sakari Ailus
2014-05-26 19:06 ` [PATCH 6/6] v4l: s3c-camif: Return V4L2_FIELD_NONE from pad-level set format Laurent Pinchart
2014-05-26 19:27 ` Sylwester Nawrocki [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=538395A8.3040700@gmail.com \
    --to=sylvester.nawrocki@gmail.com \
    --cc=a.hajda@samsung.com \
    --cc=hans.verkuil@cisco.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=sakari.ailus@iki.fi \
    --cc=sangwook.lee@linaro.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.