Re: [PATCH v2] Documentation: Standardize DTS examples to use status "okay", not "ok"

2017-09-02 Thread Randy Dunlap
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

[PATCH 03/12] media: vidioc-g-tuner.rst: Fix table number of cols

2017-09-02 Thread Mauro Carvalho Chehab
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

[PATCH 08/12] media: cec uapi: Adjust table sizes for PDF output

2017-09-02 Thread Mauro Carvalho Chehab
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

[PATCH 07/12] media: mc uapi: adjust some table sizes for PDF output

2017-09-02 Thread Mauro Carvalho Chehab
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

[PATCH 00/12] media documentation ReST fixes

2017-09-02 Thread Mauro Carvalho Chehab
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

[PATCH 11/12] media: em28xx-cardlist.rst: update to reflect last changes

2017-09-02 Thread Mauro Carvalho Chehab
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-

[PATCH 09/12] media: docs: don't show ToC for each part on PDF output

2017-09-02 Thread Mauro Carvalho Chehab
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

[PATCH 01/12] media: v4l uAPI: add descriptions for arguments to all ioctls

2017-09-02 Thread Mauro Carvalho Chehab
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

[PATCH 02/12] media: vidioc-querycap: use a more realistic value for KERNEL_VERSION

2017-09-02 Thread Mauro Carvalho Chehab
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

[PATCH 05/12] media: docs: fix PDF build with Sphinx 1.4

2017-09-02 Thread Mauro Carvalho Chehab
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

[PATCH 10/12] media: v4l2-event.rst: adjust table to fit on PDF output

2017-09-02 Thread Mauro Carvalho Chehab
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/

[PATCH 04/12] media: v4l uAPI docs: adjust some tables for PDF output

2017-09-02 Thread Mauro Carvalho Chehab
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

[PATCH 06/12] media: rc-sysfs-nodes.rst: better use literals

2017-09-02 Thread Mauro Carvalho Chehab
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

Re: [PATCH v7 00/19] simplify crypto wait for async op

2017-09-02 Thread Gilad Ben-Yossef
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