Re: [GIT PULL FOR v4.14] Doc and TGP fixes

2017-08-08 Thread Mauro Carvalho Chehab
Em Fri, 28 Jul 2017 09:38:52 +0200
Hans Verkuil  escreveu:

> Hi Mauro,
> 
> Here are various documentation fixes/improvements.
> 
> The first patch renames the old pixfmt-0XX.rst files to something I can
> understand since I could never find the right rst file for the colorspace
> documentation...
> 
> Regards,
> 
>   Hans
> 
> The following changes since commit da48c948c263c9d87dfc64566b3373a858cc8aa2:
> 
>media: fix warning on v4l2_subdev_call() result interpreted as bool 
> (2017-07-26 13:43:17 -0400)
> 
> are available in the git repository at:
> 
>git://linuxtv.org/hverkuil/media_tree.git tpg-doc-fixes
> 
> for you to fetch changes up to 2ebc8a9b217c24a2e12f775b1b107ce7b8c28166:
> 
>v4l2-tpg-core.c: fix typo in bt2020_full matrix (2017-07-28 09:33:58 +0200)
> 
> 
> Hans Verkuil (6):
>media/doc: rename and reorder pixfmt files
>media/doc: improve bt.2020 documentation
>media/doc: improve the SMPTE 2084 documentation

>v4l2-tpg: fix the SMPTE-2084 transfer function

I didn't apply this one, due to its first hunk, that adds an ugly
hack due to v4l-utils. Just remove it and I'll be happy :-)

The other patches in this series were applied, thanks!

Mauro

Thanks,
Mauro


[GIT PULL FOR v4.14] Doc and TGP fixes

2017-07-28 Thread Hans Verkuil

Hi Mauro,

Here are various documentation fixes/improvements.

The first patch renames the old pixfmt-0XX.rst files to something I can
understand since I could never find the right rst file for the colorspace
documentation...

Regards,

Hans

The following changes since commit da48c948c263c9d87dfc64566b3373a858cc8aa2:

  media: fix warning on v4l2_subdev_call() result interpreted as bool 
(2017-07-26 13:43:17 -0400)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tpg-doc-fixes

for you to fetch changes up to 2ebc8a9b217c24a2e12f775b1b107ce7b8c28166:

  v4l2-tpg-core.c: fix typo in bt2020_full matrix (2017-07-28 09:33:58 +0200)


Hans Verkuil (6):
  media/doc: rename and reorder pixfmt files
  media/doc: improve bt.2020 documentation
  media/doc: improve the SMPTE 2084 documentation
  v4l2-tpg: fix the SMPTE-2084 transfer function
  media/extended-controls.rst: fix wrong enum names
  v4l2-tpg-core.c: fix typo in bt2020_full matrix

 .../media/uapi/v4l/{pixfmt-006.rst => colorspaces-defs.rst}  |   2 +-
 .../media/uapi/v4l/{pixfmt-007.rst => colorspaces-details.rst}   |  47 
++
 Documentation/media/uapi/v4l/extended-controls.rst   |  26 
+++---
 Documentation/media/uapi/v4l/pixfmt-008.rst  |  32 
---
 .../media/uapi/v4l/{pixfmt-013.rst => pixfmt-compressed.rst} |   0
 Documentation/media/uapi/v4l/{pixfmt-004.rst => pixfmt-intro.rst}|   0
 .../media/uapi/v4l/{pixfmt-003.rst => pixfmt-v4l2-mplane.rst}|   0
 Documentation/media/uapi/v4l/{pixfmt-002.rst => pixfmt-v4l2.rst} |   0
 Documentation/media/uapi/v4l/pixfmt.rst  |  15 ++-
 drivers/media/common/v4l2-tpg/v4l2-tpg-colors.c  | 154 
---
 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c|   2 +-
 11 files changed, 151 insertions(+), 127 deletions(-)
 rename Documentation/media/uapi/v4l/{pixfmt-006.rst => colorspaces-defs.rst} 
(98%)
 rename Documentation/media/uapi/v4l/{pixfmt-007.rst => 
colorspaces-details.rst} (92%)
 delete mode 100644 Documentation/media/uapi/v4l/pixfmt-008.rst
 rename Documentation/media/uapi/v4l/{pixfmt-013.rst => pixfmt-compressed.rst} 
(100%)
 rename Documentation/media/uapi/v4l/{pixfmt-004.rst => pixfmt-intro.rst} (100%)
 rename Documentation/media/uapi/v4l/{pixfmt-003.rst => pixfmt-v4l2-mplane.rst} 
(100%)
 rename Documentation/media/uapi/v4l/{pixfmt-002.rst => pixfmt-v4l2.rst} (100%)