From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932698Ab0BRCcr (ORCPT ); Wed, 17 Feb 2010 21:32:47 -0500 Received: from rcsinet12.oracle.com ([148.87.113.124]:37722 "EHLO rcsinet12.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932449Ab0BRCcq (ORCPT ); Wed, 17 Feb 2010 21:32:46 -0500 Message-ID: <4B7CA679.40906@oracle.com> Date: Wed, 17 Feb 2010 18:31:21 -0800 From: Randy Dunlap Organization: Oracle Linux Engineering User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Thunderbird/3.0 MIME-Version: 1.0 To: Mauro Carvalho Chehab CC: Linux Media Mailing List , Linux Kernel Mailing List , g.liakhovetski@gmx.de Subject: Re: [PATCH 0/4] DocBook additions for V4L new formats References: <4B7C2203.1000707@redhat.com> In-Reply-To: <4B7C2203.1000707@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt355.oracle.com [141.146.40.155] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4B7CA6BA.005C:SCFMA4539814,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/17/10 09:06, Mauro Carvalho Chehab wrote: > Adds DocBook items for Bayer and two proprietary formats used on gspca. > > In the past, a few targets were generated at the Mercurial development > tree. However, at the beginning of this year, we moved to use -git as > the primary resource. So, the Makefile logic to autogenerate those > targets needs to be moved to git as well. > > While here, I noticed that DocBook is too verbose to generate the > htmldocs target. So, make it less verbose, if V=0. > > Guennadi Liakhovetski (1): > V4L/DVB: v4l: document new Bayer and monochrome pixel formats > > Mauro Carvalho Chehab (3): > DocBook/Makefile: Make it less verbose > DocBook: Add rules to auto-generate some media docbooks > DocBook/v4l/pixfmt.xml: Add missing formats for gspca cpia1 and > sn9c2028 drivers Hi Mauro, Patches 1 & 3 are OK. I'm having problems with patch 2/4 when I use O=DOCDIR on the make command (which I always do). videodev2.h.xml is not being generated, and after that it goes downhill. I will let you know more when I have more info, or you or Guennadi can send a fixup patch for that. > Documentation/DocBook/Makefile | 493 +++++++- > Documentation/DocBook/dvb/frontend.h.xml | 415 ------ > Documentation/DocBook/media-entities.tmpl | 383 ------ > Documentation/DocBook/media-indices.tmpl | 89 -- > Documentation/DocBook/v4l/pixfmt-srggb10.xml | 90 ++ > Documentation/DocBook/v4l/pixfmt-srggb8.xml | 67 + > Documentation/DocBook/v4l/pixfmt-y10.xml | 79 ++ > Documentation/DocBook/v4l/pixfmt.xml | 18 +- > Documentation/DocBook/v4l/videodev2.h.xml | 1757 -------------------------- > 9 files changed, 738 insertions(+), 2653 deletions(-) > delete mode 100644 Documentation/DocBook/dvb/frontend.h.xml > delete mode 100644 Documentation/DocBook/media-entities.tmpl > delete mode 100644 Documentation/DocBook/media-indices.tmpl > create mode 100644 Documentation/DocBook/v4l/pixfmt-srggb10.xml > create mode 100644 Documentation/DocBook/v4l/pixfmt-srggb8.xml > create mode 100644 Documentation/DocBook/v4l/pixfmt-y10.xml > delete mode 100644 Documentation/DocBook/v4l/videodev2.h.xml > -- ~Randy