All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/1] Documentation: media: Refer to mbus format documentation from CSI-2 docs
@ 2020-05-19 11:21 Sakari Ailus
  2020-05-19 11:23 ` Hans Verkuil
  2020-05-20  0:18 ` Laurent Pinchart
  0 siblings, 2 replies; 4+ messages in thread
From: Sakari Ailus @ 2020-05-19 11:21 UTC (permalink / raw)
  To: linux-media; +Cc: laurent.pinchart, hverkuil

The media bus formats to be used on serial busses are documented but there
was no reference from CSI-2 documentation. Add that now.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
since v2:

- Refer to mbus formats.

- Remove other elaboration on formats.

- Fix subject (format vs. code)

 Documentation/driver-api/media/csi2.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/driver-api/media/csi2.rst b/Documentation/driver-api/media/csi2.rst
index da8b356389f0..310849d53d05 100644
--- a/Documentation/driver-api/media/csi2.rst
+++ b/Documentation/driver-api/media/csi2.rst
@@ -10,6 +10,12 @@ the host SoC. It is defined by the `MIPI alliance`_.
 
 .. _`MIPI alliance`: http://www.mipi.org/
 
+Media bus formats
+-----------------
+
+See :ref:`v4l2-mbus-pixelcode` for details on which media bus formats should   
+be used for CSI-2 interfaces.
+
 Transmitter drivers
 -------------------
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v3 1/1] Documentation: media: Refer to mbus format documentation from CSI-2 docs
  2020-05-19 11:21 [PATCH v3 1/1] Documentation: media: Refer to mbus format documentation from CSI-2 docs Sakari Ailus
@ 2020-05-19 11:23 ` Hans Verkuil
  2020-05-19 11:25   ` Sakari Ailus
  2020-05-20  0:18 ` Laurent Pinchart
  1 sibling, 1 reply; 4+ messages in thread
From: Hans Verkuil @ 2020-05-19 11:23 UTC (permalink / raw)
  To: Sakari Ailus, linux-media; +Cc: laurent.pinchart

On 19/05/2020 13:21, Sakari Ailus wrote:
> The media bus formats to be used on serial busses are documented but there
> was no reference from CSI-2 documentation. Add that now.
> 
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>

Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

Regards,

	Hans

> ---
> since v2:
> 
> - Refer to mbus formats.
> 
> - Remove other elaboration on formats.
> 
> - Fix subject (format vs. code)
> 
>  Documentation/driver-api/media/csi2.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/driver-api/media/csi2.rst b/Documentation/driver-api/media/csi2.rst
> index da8b356389f0..310849d53d05 100644
> --- a/Documentation/driver-api/media/csi2.rst
> +++ b/Documentation/driver-api/media/csi2.rst
> @@ -10,6 +10,12 @@ the host SoC. It is defined by the `MIPI alliance`_.
>  
>  .. _`MIPI alliance`: http://www.mipi.org/
>  
> +Media bus formats
> +-----------------
> +
> +See :ref:`v4l2-mbus-pixelcode` for details on which media bus formats should   
> +be used for CSI-2 interfaces.
> +
>  Transmitter drivers
>  -------------------
>  
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3 1/1] Documentation: media: Refer to mbus format documentation from CSI-2 docs
  2020-05-19 11:23 ` Hans Verkuil
@ 2020-05-19 11:25   ` Sakari Ailus
  0 siblings, 0 replies; 4+ messages in thread
From: Sakari Ailus @ 2020-05-19 11:25 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: linux-media, laurent.pinchart

On Tue, May 19, 2020 at 01:23:51PM +0200, Hans Verkuil wrote:
> On 19/05/2020 13:21, Sakari Ailus wrote:
> > The media bus formats to be used on serial busses are documented but there
> > was no reference from CSI-2 documentation. Add that now.
> > 
> > Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> 
> Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

Thanks!

-- 
Sakari Ailus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3 1/1] Documentation: media: Refer to mbus format documentation from CSI-2 docs
  2020-05-19 11:21 [PATCH v3 1/1] Documentation: media: Refer to mbus format documentation from CSI-2 docs Sakari Ailus
  2020-05-19 11:23 ` Hans Verkuil
@ 2020-05-20  0:18 ` Laurent Pinchart
  1 sibling, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2020-05-20  0:18 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: linux-media, hverkuil

Hi Sakari,

Thank you for the patch.

On Tue, May 19, 2020 at 02:21:36PM +0300, Sakari Ailus wrote:
> The media bus formats to be used on serial busses are documented but there
> was no reference from CSI-2 documentation. Add that now.
> 
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
> since v2:
> 
> - Refer to mbus formats.
> 
> - Remove other elaboration on formats.
> 
> - Fix subject (format vs. code)
> 
>  Documentation/driver-api/media/csi2.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/driver-api/media/csi2.rst b/Documentation/driver-api/media/csi2.rst
> index da8b356389f0..310849d53d05 100644
> --- a/Documentation/driver-api/media/csi2.rst
> +++ b/Documentation/driver-api/media/csi2.rst
> @@ -10,6 +10,12 @@ the host SoC. It is defined by the `MIPI alliance`_.
>  
>  .. _`MIPI alliance`: http://www.mipi.org/
>  
> +Media bus formats
> +-----------------
> +
> +See :ref:`v4l2-mbus-pixelcode` for details on which media bus formats should   
> +be used for CSI-2 interfaces.
> +
>  Transmitter drivers
>  -------------------
>  

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-20  0:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19 11:21 [PATCH v3 1/1] Documentation: media: Refer to mbus format documentation from CSI-2 docs Sakari Ailus
2020-05-19 11:23 ` Hans Verkuil
2020-05-19 11:25   ` Sakari Ailus
2020-05-20  0:18 ` Laurent Pinchart

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.