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 <e...@engestrom.ch> > --- > Documentation/sound/alsa/compress_offload.txt | 2 +- Acked-by: Vinod Koul <vinod.k...@intel.com> Thanks -- ~Vinod -- To unsubscribe from thi

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: > >

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

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

[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 <vinod.k...@intel.com> --- Documentation/dmaengine/00-INDEX

[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 <vinod.k...@intel.com> --- Documentation/dmaengine/provider.txt| 424 Documentation/driver-api/dmaengine/index.rst| 11 + Documentation/driv

[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 <vinod.k...@intel.com> --- .../dmaengine/dmatest.rst} | 96 +- Documentation/driver-api/dmaengine/index.rst | 10 +++ 2 files chang

[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 <vinod.k...@intel.com> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2281af4b41b6..1d65d7

[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 <vinod.k...@intel.com> --- Documentation/dmaengine/client.txt| 222 - Documentation/driver-api/dmaengine/client.rst

[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 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 <vinod.k...@intel.com> --- Documentation/dmaengine/pxa_dma.txt| 153 Documentation/driver-api/dmaengine/index.rst | 10 ++ Documentation/driver-api/dma

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... > > > >>

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

2017-10-25 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 <vinod.k...@intel.com> --- Documentation/dmaengine/00-INDEX | 8 Documentation/dmaengine/index.rst | 13 + Documentation/ind

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

2017-10-25 Thread Vinod Koul
This converts pxa_dma file with some format changes for RST style Signed-off-by: Vinod Koul <vinod.k...@intel.com> --- Documentation/dmaengine/index.rst | 10 ++ Documentation/dmaengine/pxa_dma.rst | 184 Documentation/dmaengine/pxa_dma.txt

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

2017-10-25 Thread Vinod Koul
This converts provider file with some format changes for RST style Signed-off-by: Vinod Koul <vinod.k...@intel.com> --- Documentation/dmaengine/index.rst | 11 + .../dmaengine/{provider.txt => provider.rst} | 281 + 2 files changed, 193 i

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

2017-10-25 Thread Vinod Koul
This converts client API file with some format changes for RST style Signed-off-by: Vinod Koul <vinod.k...@intel.com> --- Documentation/dmaengine/client.rst | 271 + Documentation/dmaengine/client.txt | 222 -- Documen

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

2017-10-25 Thread Vinod Koul
This converts dmatest file with some format changes for RST style Signed-off-by: Vinod Koul <vinod.k...@intel.com> --- .../dmaengine/{dmatest.txt => dmatest.rst} | 58 ++ Documentation/dmaengine/index.rst | 10 2 files changed, 57 i

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 <vinod.k...@intel.com> wrote: > > > So here is the conversion of the dmaengine documents form txt files to rst > > format. Not much functional change but s

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.