All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v3.5] Rebased version of the new Timings API
@ 2012-05-15 11:20 Hans Verkuil
  2012-05-15 20:32 ` Sylwester Nawrocki
  2012-05-15 20:44 ` [PATCH] V4L: DocBook: Corrected focus control documentation Sylwester Nawrocki
  0 siblings, 2 replies; 4+ messages in thread
From: Hans Verkuil @ 2012-05-15 11:20 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Rebased as there were some conflicts after all the recent changes.

Also tested DocBook, works fine for me.

Note that I get this:

Error: no ID for constraint linkend: v4l2-auto-focus-area.

Something missing in those focus control patches.

Regards,

	Hans

The following changes since commit 152a3a7320d1582009db85d8be365ce430d079af:

  [media] v4l2-dev: rename two functions (2012-05-14 15:06:50 -0300)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git timingsv6

for you to fetch changes up to dc3ea70ea7d9b710b1e8bab83e92165806f91a42:

  V4L2: Mark the DV Preset API as deprecated. (2012-05-15 13:09:56 +0200)

----------------------------------------------------------------
Hans Verkuil (7):
      videodev2.h: add enum/query/cap dv_timings ioctls.
      V4L2 spec: document the new V4L2 DV timings ioctls.
      v4l2 framework: add support for the new dv_timings ioctls.
      v4l2-dv-timings.h: definitions for CEA-861 and VESA DMT timings.
      tvp7002: add support for the new dv timings API.
      Feature removal: remove invalid DV presets.
      V4L2: Mark the DV Preset API as deprecated.

 Documentation/DocBook/media/v4l/biblio.xml                  |   18 ++
 Documentation/DocBook/media/v4l/common.xml                  |   38 ++--
 Documentation/DocBook/media/v4l/compat.xml                  |   17 ++
 Documentation/DocBook/media/v4l/v4l2.xml                    |   15 +-
 Documentation/DocBook/media/v4l/vidioc-create-bufs.xml      |    6 +
 Documentation/DocBook/media/v4l/vidioc-dv-timings-cap.xml   |  211 ++++++++++++++++++++++
 Documentation/DocBook/media/v4l/vidioc-enum-dv-presets.xml  |    4 +
 Documentation/DocBook/media/v4l/vidioc-enum-dv-timings.xml  |  119 +++++++++++++
 Documentation/DocBook/media/v4l/vidioc-enuminput.xml        |    2 +-
 Documentation/DocBook/media/v4l/vidioc-enumoutput.xml       |    2 +-
 Documentation/DocBook/media/v4l/vidioc-g-dv-preset.xml      |    6 +
 Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml     |  130 ++++++++++++--
 Documentation/DocBook/media/v4l/vidioc-prepare-buf.xml      |    6 +
 Documentation/DocBook/media/v4l/vidioc-query-dv-preset.xml  |    4 +
 Documentation/DocBook/media/v4l/vidioc-query-dv-timings.xml |  104 +++++++++++
 Documentation/feature-removal-schedule.txt                  |    9 +
 drivers/media/video/tvp7002.c                               |  102 +++++++++--
 drivers/media/video/v4l2-compat-ioctl32.c                   |    3 +
 drivers/media/video/v4l2-ioctl.c                            |  126 +++++++++----
 include/linux/Kbuild                                        |    1 +
 include/linux/v4l2-dv-timings.h                             |  816 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/videodev2.h                                   |  179 ++++++++++++++++---
 include/media/v4l2-ioctl.h                                  |    6 +
 include/media/v4l2-subdev.h                                 |    6 +
 24 files changed, 1825 insertions(+), 105 deletions(-)
 create mode 100644 Documentation/DocBook/media/v4l/vidioc-dv-timings-cap.xml
 create mode 100644 Documentation/DocBook/media/v4l/vidioc-enum-dv-timings.xml
 create mode 100644 Documentation/DocBook/media/v4l/vidioc-query-dv-timings.xml
 create mode 100644 include/linux/v4l2-dv-timings.h

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

* Re: [GIT PULL FOR v3.5] Rebased version of the new Timings API
  2012-05-15 11:20 [GIT PULL FOR v3.5] Rebased version of the new Timings API Hans Verkuil
@ 2012-05-15 20:32 ` Sylwester Nawrocki
  2012-05-15 20:44 ` [PATCH] V4L: DocBook: Corrected focus control documentation Sylwester Nawrocki
  1 sibling, 0 replies; 4+ messages in thread
From: Sylwester Nawrocki @ 2012-05-15 20:32 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: linux-media, Mauro Carvalho Chehab

Hi,

On 05/15/2012 01:20 PM, Hans Verkuil wrote:
> Hi Mauro,
>
> Rebased as there were some conflicts after all the recent changes.
>
> Also tested DocBook, works fine for me.
>
> Note that I get this:
>
> Error: no ID for constraint linkend: v4l2-auto-focus-area.
>
> Something missing in those focus control patches.

These are leftovers from V4L2_CID_AUTO_FOCUS_AREA control. I missed to
remove one chunk from Documentation/DocBook/media/v4l/compat.xml while
rebasing the patches. To follow a patch rectifying that issue. Sorry
about that omission.


Regards,
Sylwester

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

* [PATCH] V4L: DocBook: Corrected focus control documentation
  2012-05-15 11:20 [GIT PULL FOR v3.5] Rebased version of the new Timings API Hans Verkuil
  2012-05-15 20:32 ` Sylwester Nawrocki
@ 2012-05-15 20:44 ` Sylwester Nawrocki
  2012-06-30 15:38   ` Sylwester Nawrocki
  1 sibling, 1 reply; 4+ messages in thread
From: Sylwester Nawrocki @ 2012-05-15 20:44 UTC (permalink / raw)
  To: linux-media; +Cc: Sylwester Nawrocki

Remove documentation chunk of not existent V4L2_CID_AUTO_FOCUS_AREA
control. It fixes following build error:

Error: no ID for constraint linkend: v4l2-auto-focus-area.

Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
---
 Documentation/DocBook/media/v4l/compat.xml |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/Documentation/DocBook/media/v4l/compat.xml b/Documentation/DocBook/media/v4l/compat.xml
index dc61b01..b98f3bf 100644
--- a/Documentation/DocBook/media/v4l/compat.xml
+++ b/Documentation/DocBook/media/v4l/compat.xml
@@ -2570,9 +2570,5 @@ ioctls.</para>
 	  <para>Sub-device selection API: &VIDIOC-SUBDEV-G-SELECTION;
 	  and &VIDIOC-SUBDEV-S-SELECTION; ioctls.</para>
         </listitem>
-        <listitem>
-	  <para><link linkend="v4l2-auto-focus-area"><constant>
-	  V4L2_CID_AUTO_FOCUS_AREA</constant></link> control.</para>
-        </listitem>
       </itemizedlist>
     </section>

--
1.7.4.1


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

* Re: [PATCH] V4L: DocBook: Corrected focus control documentation
  2012-05-15 20:44 ` [PATCH] V4L: DocBook: Corrected focus control documentation Sylwester Nawrocki
@ 2012-06-30 15:38   ` Sylwester Nawrocki
  0 siblings, 0 replies; 4+ messages in thread
From: Sylwester Nawrocki @ 2012-06-30 15:38 UTC (permalink / raw)
  To: Sylwester Nawrocki, Mauro Carvalho Chehab; +Cc: linux-media

On 05/15/2012 10:44 PM, Sylwester Nawrocki wrote:
> Remove documentation chunk of not existent V4L2_CID_AUTO_FOCUS_AREA
> control. It fixes following build error:
>
> Error: no ID for constraint linkend: v4l2-auto-focus-area.

Ping.

This patch is still not in linux-next (and marked as "Changes requested"
in the patchwork).

Regards,
Sylwester

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

end of thread, other threads:[~2012-06-30 15:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-15 11:20 [GIT PULL FOR v3.5] Rebased version of the new Timings API Hans Verkuil
2012-05-15 20:32 ` Sylwester Nawrocki
2012-05-15 20:44 ` [PATCH] V4L: DocBook: Corrected focus control documentation Sylwester Nawrocki
2012-06-30 15:38   ` Sylwester Nawrocki

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.