On 09/01/17 23:57, Robert P. J. Day wrote:
>
> While the current kernel code in drivers/of/ allows developers to be
> sloppy and use a status value of "ok" in DTS files, the current DTSpec
> 0.1 makes it clear that the only acceptable spelling of that is
> "okay". There's quite a lot of this scatt
The Tuner Audio Matrix table is broken: the first row has 7
columns instead of 6, causing it to be parsed wrong and displayed
very badly on PDF output.
Fix it and adjust the table to look nice at PDF output
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/v4l/vidioc-g-tuner.rst
Several tables at this media book chapter have issues
when PDF is produced. Adjust them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst | 7 +--
Documentation/media/uapi/cec/cec-ioc-dqevent.rst | 9 +
Documentation/media/ua
Some cells are too small to fit the text written to it.
Increase it. No text changes.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst | 2 +-
Documentation/media/uapi/mediactl/media-ioc-g-topology.rst| 2 +-
Documentation/media/uapi/med
This series contain media documentation ReST fixes, mostly related to
table parsing and the corresponding PDF output (tested with Sphinx 1.4).
It also contains a few documentation trivial improvements, from a
few minor issues I noticed when reading the PDF output text on some
places.
Probably the
There were some new board additions. Update the cardlist
accordingly.
Signed-off-by: Mauro Carvalho Chehab
---
.../media/v4l-drivers/em28xx-cardlist.rst | 210 +++--
1 file changed, 106 insertions(+), 104 deletions(-)
diff --git a/Documentation/media/v4l-drivers/em28xx-
The "Table of Contents" of a PDF file is generated only once,
at the beginning fo the output. It doesn't produce it on
each part.
So, don't output this text on each part of the document.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/cec-drivers/index.rst | 4 +++-
Do
Several ioctls are missing descriptions for the third argument
of the ioctl() command. They should have a description, as
otherwise the output won't be ok, and will sound like something
is missing.
So, add them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/uapi/v4l/vidioc-create
In the past, V4L2 versions were 0.x.y, but that changed years
ago. Since Kernel 3.1, however, the numbering schema was changed
to match the Kernel version.
However, the presented example still uses the old numerating
schema, with is a misleading information.
So, update it to the new schema.
Sign
changeset 70b074df4ed1 ("media: fix pdf build with Spinx 1.6") caused
a regression at Sphinx 1.4 PDF build: although it produces a full
document in batch mode, it returns errors on interactive mode:
[63]
Runaway argument?
{\relax
! Paragraph ended before \multicolum
The tables there don't quite fit on PDF output.
Adjust it by adding a tabularcolumns macro.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/media/kapi/v4l2-event.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/media/kapi/v4l2-event.rst
b/Documentation/media/kapi/
On tests with Spinx 1.4, some tables are still writing text
outside cells. Adjust those tables.
PS.: As this was revisited several times, I suspect that this
will only be fully fixed if we add tabularcolumns to all tables
at the V4L2 part of the book.
Signed-off-by: Mauro Carvalho Chehab
---
Do
A literal box provides a better visual when pdf and html output
is generated for things like the output of a sysfs devnode.
It alsod matches other conventions used within the media book.
So, use it.
While here, use literals for protocol names.
Signed-off-by: Mauro Carvalho Chehab
---
Documenta
On Thu, Aug 31, 2017 at 3:31 PM, Harsh Jain wrote:
> HI Gilad,
>
> I think we need an update in ESP also. Now EBUSY return means driver
> has accepted, Packet should not be dropped in
>
> esp_output_tail() function.
Good catch. You are right and the same holds true for ah_output() in ah4.c.
But
14 matches
Mail list logo