| 2 +-
For dmaengine and soundwire:
Acked-by: Vinod Koul
--
~Vinod
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
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
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
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
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
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
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
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
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
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"
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
27 matches
Mail list logo