All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
	linux-media@vger.kernel.org, linux-sh@vger.kernel.org,
	Hans Verkuil <hverkuil@xs4all.nl>,
	Sakari Ailus <sakari.ailus@iki.fi>
Subject: Re: [PATCH v2 3/5] v4l: Add media format codes for ARGB8888 and AYUV8888 on 32-bit busses
Date: Thu, 25 Jul 2013 11:44:12 +0000	[thread overview]
Message-ID: <2328654.t4tri5nhxO@avalon> (raw)
In-Reply-To: <51F04688.6090900@gmail.com>

Hi Sylwester,

On Wednesday 24 July 2013 23:26:32 Sylwester Nawrocki wrote:
> On 07/17/2013 04:54 PM, Laurent Pinchart wrote:
> > Signed-off-by: Laurent Pinchart<laurent.pinchart+renesas@ideasonboard.com>
> > 
> > ---
> > 
> >   Documentation/DocBook/media/v4l/subdev-formats.xml | 609   ++++++-------
> >   Documentation/DocBook/media_api.tmpl               |   6 +
> >   include/uapi/linux/v4l2-mediabus.h                 |   6 +-
> >   3 files changed, 254 insertions(+), 367 deletions(-)
> > 
> > diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml
> > b/Documentation/DocBook/media/v4l/subdev-formats.xml index
> > 0c2b1f2..9100674 100644
> > --- a/Documentation/DocBook/media/v4l/subdev-formats.xml
> > +++ b/Documentation/DocBook/media/v4l/subdev-formats.xml
> > @@ -97,31 +97,39 @@
> 
> [...]
> 
> > +	<row id="V4L2-MBUS-FMT-ARGB888-1X24">
> > +	<entry>V4L2_MBUS_FMT_ARGB888_1X24</entry>
> 
> This should be V4L2_MBUS_FMT_ARGB888_1X32, right ?

Oops, indeed.

> 
> Fix this correction feel free to add:
> 
>   Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

Thank you.

> > +	<entry>0x100d</entry>
> > +	<entry></entry>

-- 
Regards,

Laurent Pinchart


WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
	linux-media@vger.kernel.org, linux-sh@vger.kernel.org,
	Hans Verkuil <hverkuil@xs4all.nl>,
	Sakari Ailus <sakari.ailus@iki.fi>
Subject: Re: [PATCH v2 3/5] v4l: Add media format codes for ARGB8888 and AYUV8888 on 32-bit busses
Date: Thu, 25 Jul 2013 13:44:12 +0200	[thread overview]
Message-ID: <2328654.t4tri5nhxO@avalon> (raw)
In-Reply-To: <51F04688.6090900@gmail.com>

Hi Sylwester,

On Wednesday 24 July 2013 23:26:32 Sylwester Nawrocki wrote:
> On 07/17/2013 04:54 PM, Laurent Pinchart wrote:
> > Signed-off-by: Laurent Pinchart<laurent.pinchart+renesas@ideasonboard.com>
> > 
> > ---
> > 
> >   Documentation/DocBook/media/v4l/subdev-formats.xml | 609   ++++++-------
> >   Documentation/DocBook/media_api.tmpl               |   6 +
> >   include/uapi/linux/v4l2-mediabus.h                 |   6 +-
> >   3 files changed, 254 insertions(+), 367 deletions(-)
> > 
> > diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml
> > b/Documentation/DocBook/media/v4l/subdev-formats.xml index
> > 0c2b1f2..9100674 100644
> > --- a/Documentation/DocBook/media/v4l/subdev-formats.xml
> > +++ b/Documentation/DocBook/media/v4l/subdev-formats.xml
> > @@ -97,31 +97,39 @@
> 
> [...]
> 
> > +	<row id="V4L2-MBUS-FMT-ARGB888-1X24">
> > +	<entry>V4L2_MBUS_FMT_ARGB888_1X24</entry>
> 
> This should be V4L2_MBUS_FMT_ARGB888_1X32, right ?

Oops, indeed.

> 
> Fix this correction feel free to add:
> 
>   Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

Thank you.

> > +	<entry>0x100d</entry>
> > +	<entry></entry>

-- 
Regards,

Laurent Pinchart


  reply	other threads:[~2013-07-25 11:44 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-17 14:54 [PATCH v2 0/5] Renesas VSP1 driver Laurent Pinchart
2013-07-17 14:54 ` Laurent Pinchart
2013-07-17 14:54 ` [PATCH v2 1/5] media: Fix circular graph traversal Laurent Pinchart
2013-07-17 14:54   ` Laurent Pinchart
2013-07-17 19:47   ` Sakari Ailus
2013-07-17 19:47     ` Sakari Ailus
2013-07-17 23:06     ` Laurent Pinchart
2013-07-17 23:06       ` Laurent Pinchart
2013-07-18 10:22       ` Sakari Ailus
2013-07-18 10:22         ` Sakari Ailus
2013-07-24 14:09         ` Laurent Pinchart
2013-07-24 14:09           ` Laurent Pinchart
2013-07-17 14:54 ` [PATCH v2 2/5] v4l: Fix V4L2_MBUS_FMT_YUV10_1X30 media bus pixel code value Laurent Pinchart
2013-07-17 14:54   ` Laurent Pinchart
2013-07-17 14:54 ` [PATCH v2 3/5] v4l: Add media format codes for ARGB8888 and AYUV8888 on 32-bit busses Laurent Pinchart
2013-07-17 14:54   ` Laurent Pinchart
2013-07-24 21:26   ` Sylwester Nawrocki
2013-07-24 21:26     ` Sylwester Nawrocki
2013-07-25 11:44     ` Laurent Pinchart [this message]
2013-07-25 11:44       ` Laurent Pinchart
2013-07-17 14:54 ` [PATCH v2 4/5] v4l: Add V4L2_PIX_FMT_NV16M and V4L2_PIX_FMT_NV61M formats Laurent Pinchart
2013-07-17 14:54   ` Laurent Pinchart
2013-07-24 21:23   ` Sylwester Nawrocki
2013-07-24 21:23     ` Sylwester Nawrocki
2013-07-17 14:54 ` [PATCH v2 5/5] v4l: Renesas R-Car VSP1 driver Laurent Pinchart
2013-07-24 10:38   ` Katsuya MATSUBARA
2013-07-24 10:38     ` Katsuya MATSUBARA
2013-07-24 15:05     ` Laurent Pinchart
2013-07-24 15:05       ` Laurent Pinchart
2013-07-24 22:48   ` Sakari Ailus
2013-07-24 22:48     ` Sakari Ailus
2013-07-25 11:46     ` Laurent Pinchart
2013-07-25 11:46       ` Laurent Pinchart
2013-07-25 13:43       ` Sakari Ailus
2013-07-25 13:43         ` Sakari Ailus
2013-07-31 15:13         ` Laurent Pinchart
2013-07-31 15:13           ` Laurent Pinchart

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=2328654.t4tri5nhxO@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=hverkuil@xs4all.nl \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=sakari.ailus@iki.fi \
    --cc=sylvester.nawrocki@gmail.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 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.