Re: [PATCH v2 0/8] update DMA API documentation

From: Jonathan Corbet
Date: Tue Jul 01 2025 - 15:53:43 EST


Petr Tesarik <ptesarik@xxxxxxxx> writes:

> A few documentation updates:
>
> * remove outdated and confusing parts
> * reduce duplicates
> * update streaming DMA API expectations
>
> Changes from v1:
>
> * move DMA Pools to dma-api.rst
> * improve streaming DMA addressing constraints
>
> Petr Tesarik (8):
> docs: dma-api: use "DMA API" consistently throughout the document
> docs: dma-api: replace consistent with coherent
> docs: dma-api: remove remnants of PCI DMA API
> docs: dma-api: add a kernel-doc comment for dma_pool_zalloc()
> docs: dma-api: remove duplicate description of the DMA pool API
> docs: dma-api: clarify DMA addressing limitations
> docs: dma-api: update streaming DMA physical address constraints
> docs: dma-api: clean up documentation of dma_map_sg()

OK, I have applied these - thanks.

jon