Re: [PATCH 15/22] docs: index.rst: don't use genindex for pdf output

2019-07-25 Thread Vinod Koul
| 2 +- For dmaengine and soundwire: Acked-by: Vinod Koul -- ~Vinod

Re: [PATCH] Documentation: dmaengine: clean up description of dmatest usage

2019-07-04 Thread Vinod Koul
On 24-06-19, 18:35, Hook, Gary wrote: > Fix the formatting of the multi-channel test usage example. Call out > the note about parameter ordering and add detail on the settings of > parameters for the new version of dmatest. Applied, thanks -- ~Vinod

Re: [PATCH v2 13/22] docs: soundwire: locking: fix tags for a code-block

2019-06-04 Thread Vinod Koul
On 04-06-19, 11:17, Mauro Carvalho Chehab wrote: > There's an ascii artwork at Example 1 whose code-block is not properly > idented, causing those warnings. > > Documentation/driver-api/soundwire/locking.rst:50: WARNING: Inconsistent > literal block quoting. > Documentation/driver-api/sou

Re: [PATCH] doc:dmaengine: clarify DMA desc. pointer after submission

2019-02-11 Thread Vinod Koul
On 08-02-19, 16:30, Federico Vaga wrote: > It clarifies that the DMA description pointer returned by > `dmaengine_prep_*` function should not be used after submission. > > Signed-off-by: Federico Vaga > --- > Documentation/driver-api/dmaengine/client.rst | 7 +++ > 1 file changed, 7 insertio

Re: [PATCH] Documentation: driver-api: fix dmatest.rst warning

2019-02-11 Thread Vinod Koul
gt; Signed-off-by: Randy Dunlap > Cc: Andy Shevchenko > Cc: Vinod Koul > Cc: dmaeng...@vger.kernel.org > --- > Documentation/driver-api/dmaengine/dmatest.rst |1 + > 1 file changed, 1 insertion(+) > > --- lnx-50-rc6.orig/Documentation/driver-api/dmaengine/dmate

Re: DMA Engine Documentation: TX Descriptor and Submission

2019-02-02 Thread Vinod Koul
On 01-02-19, 09:59, Federico Vaga wrote: > > > On February 1, 2019 4:17:50 AM UTC, Vinod Koul wrote: > >On 28-01-19, 09:47, Federico Vaga wrote: > >> Hi, > >> > >> I have a new question concerning documentation. > >> > >> &g

Re: DMA Engine Documentation: TX Descriptor and Submission

2019-01-31 Thread Vinod Koul
On 28-01-19, 09:47, Federico Vaga wrote: > Hi, > > I have a new question concerning documentation. > > https://www.kernel.org/doc/html/latest/driver-api/dmaengine/client.html > > >From this document it is not really clear, at least to me, if clients can > consider valid the `struct dma_async_tx

Re: [PATCH 1/2] dmaengine: doc: fix bullet list formatting

2018-01-08 Thread Vinod Koul
On Sat, Dec 30, 2017 at 11:53:06PM +0100, Luca Ceresoli wrote: > The bullet list documenting the 'struct dma_device' fields has several > nesting errors, making it render improperly. It also has incoherent > formatting: some fields have a description in the same bullet, some in > a sub-bullet. App

Re: [alsa-devel] [PATCH v10 08/13] regmap: add SLIMbus support

2017-12-13 Thread Vinod Koul
On Wed, Dec 13, 2017 at 04:06:11PM +, Mark Brown wrote: > > On Mon, Dec 11, 2017 at 11:43:02PM +, srinivas.kandaga...@linaro.org > > wrote: > > > Mark, can I get an Ack for this patch so I can take it through my tree > > with the other patches in this series? > > I'm actually not seeing

Re: [alsa-devel] [PATCH v9 01/13] Documentation: Add SLIMbus summary

2017-12-08 Thread Vinod Koul
On Thu, Dec 07, 2017 at 11:22:51PM +, Srinivas Kandagatla wrote: > Thankyou for taking time to review the patch, > > On 07/12/17 17:32, Jonathan Corbet wrote: > >On Thu, 7 Dec 2017 10:27:08 + > >srinivas.kandaga...@linaro.org wrote: > > > >A couple of overall comments... > > > >> Documen

Re: [PATCH] dmaengine: doc : Fix warning "Title underline too short" while make xmldocs

2017-11-29 Thread Vinod Koul
On Wed, Nov 29, 2017 at 12:16:56AM +0900, Masanari Iida wrote: > This patch fix following warning during 'make xmldocs' The patch title should not document why but should document what the patch does. Checkpatch warns about that. Perhpas this would make a better title: "fix short topic underline"

[PATCH v2 1/6] dmaengine: doc: Add ReST style dmaengine document

2017-11-02 Thread Vinod Koul
This removes the index file and adds the index.rst as placeholder and update driver-api index to add dmaengine. As a consequence dmaengine documentation will be in driver-api/ Signed-off-by: Vinod Koul --- Documentation/dmaengine/00-INDEX | 8 Documentation/driver-api

[PATCH v2 2/6] dmaengine: doc: ReSTize provider doc

2017-11-02 Thread Vinod Koul
This moves and converts provider file with some format changes for RST style Signed-off-by: Vinod Koul --- Documentation/dmaengine/provider.txt| 424 Documentation/driver-api/dmaengine/index.rst| 11 + Documentation/driver-api/dmaengine/provider.rst | 508

[PATCH v2 4/6] dmaengine: doc: ReSTize dmatest doc

2017-11-02 Thread Vinod Koul
This converts and moves dmatest file with some format changes for RST style Signed-off-by: Vinod Koul --- .../dmaengine/dmatest.rst} | 96 +- Documentation/driver-api/dmaengine/index.rst | 10 +++ 2 files changed, 67 insertions(+), 39 deletions

[PATCH v2 5/6] dmaengine: doc: ReSTize pxa_dma doc

2017-11-02 Thread Vinod Koul
This converts and moves pxa_dma file with some format changes for RST style Signed-off-by: Vinod Koul --- Documentation/dmaengine/pxa_dma.txt| 153 Documentation/driver-api/dmaengine/index.rst | 10 ++ Documentation/driver-api/dmaengine/pxa_dma.rst | 190

[PATCH v2 3/6] dmaengine: doc: ReSTize client API doc

2017-11-02 Thread Vinod Koul
This converts and moves client API file with some format changes for RST style Signed-off-by: Vinod Koul --- Documentation/dmaengine/client.txt| 222 - Documentation/driver-api/dmaengine/client.rst | 275 ++ Documentation/driver-api

[PATCH v2 0/6] dmaengine: ReSTize documentation

2017-11-02 Thread Vinod Koul
and more indent issue Vinod Koul (6): dmaengine: doc: Add ReST style dmaengine document dmaengine: doc: ReSTize provider doc dmaengine: doc: ReSTize client API doc dmaengine: doc: ReSTize dmatest doc dmaengine: doc: ReSTize pxa_dma doc MAINTAINERS: update DMAengine documentation

[PATCH v2 6/6] MAINTAINERS: update DMAengine documentation location

2017-11-02 Thread Vinod Koul
WIth ReST style documentation, we moved it to driver-api/dmaengine so update this in MAINTAINERS entry Signed-off-by: Vinod Koul --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2281af4b41b6..1d65d7e6044f 100644 --- a

Re: [PATCH 0/5] dmaengine: ReSTize documentation

2017-10-31 Thread Vinod Koul
On Tue, Oct 31, 2017 at 02:16:14AM -0600, Jonathan Corbet wrote: > On Wed, 25 Oct 2017 12:02:51 +0530 > Vinod Koul wrote: > > > So here is the conversion of the dmaengine documents form txt files to rst > > format. Not much functional change but somehow git detects only two

[PATCH 1/5] dmaengine: doc: Add ReST style dmaengine document

2017-10-24 Thread Vinod Koul
This removes the index file and adds the index.rst as placeholder and update top index to add dmaengine Signed-off-by: Vinod Koul --- Documentation/dmaengine/00-INDEX | 8 Documentation/dmaengine/index.rst | 13 + Documentation/index.rst | 1 + 3 files changed

[PATCH 5/5] dmaengine: doc: ReSTize pxa_dma doc

2017-10-24 Thread Vinod Koul
This converts pxa_dma file with some format changes for RST style Signed-off-by: Vinod Koul --- Documentation/dmaengine/index.rst | 10 ++ Documentation/dmaengine/pxa_dma.rst | 184 Documentation/dmaengine/pxa_dma.txt | 153

[PATCH 2/5] dmaengine: doc: ReSTize provider doc

2017-10-24 Thread Vinod Koul
This converts provider file with some format changes for RST style Signed-off-by: Vinod Koul --- Documentation/dmaengine/index.rst | 11 + .../dmaengine/{provider.txt => provider.rst} | 281 + 2 files changed, 193 insertions(+), 99 deleti

[PATCH 4/5] dmaengine: doc: ReSTize dmatest doc

2017-10-24 Thread Vinod Koul
This converts dmatest file with some format changes for RST style Signed-off-by: Vinod Koul --- .../dmaengine/{dmatest.txt => dmatest.rst} | 58 ++ Documentation/dmaengine/index.rst | 10 2 files changed, 57 insertions(+), 11 deleti

[PATCH 3/5] dmaengine: doc: ReSTize client API doc

2017-10-24 Thread Vinod Koul
This converts client API file with some format changes for RST style Signed-off-by: Vinod Koul --- Documentation/dmaengine/client.rst | 271 + Documentation/dmaengine/client.txt | 222 -- Documentation/dmaengine/index.rst | 11

[PATCH 0/5] dmaengine: ReSTize documentation

2017-10-24 Thread Vinod Koul
So here is the conversion of the dmaengine documents form txt files to rst format. Not much functional change but somehow git detects only two renames (possibly due to added indent to make new format happier) Vinod Koul (5): dmaengine: doc: Add ReST style dmaengine document dmaengine: doc

Re: [PATCH v3 0/3] Support for QCOM BAM DMA command descriptor

2017-08-28 Thread Vinod Koul
On Tue, Aug 01, 2017 at 07:41:41PM +0530, Abhishek Sahu wrote: > v3: > > 1. Added Documentation for new flag > 2. Changed the flag description > > v2: > > 1. Added DMA_PREP_CMD flag and used the same for BAM DMA >command descriptor > 2. Removed custom mapping API patches > > v1: > > https:

Re: [PATCH 36/41] Documentation: sound: fix spelling mistakes

2016-04-25 Thread Vinod Koul
On Mon, Apr 25, 2016 at 07:37:02AM +0100, Eric Engestrom wrote: > Signed-off-by: Eric Engestrom > --- > Documentation/sound/alsa/compress_offload.txt | 2 +- Acked-by: Vinod Koul Thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in th