Re: [PATCH] docs: core-api: Fix the ISA DMA example

From: Jonathan Corbet

Date: Mon Sep 07 2026 - 12:37:12 EST


Karl Mehltretter <kmehltretter@xxxxxxxxx> writes:

> The example never matched the ISA DMA API: the functions are named
> enable_dma(), disable_dma() and get_dma_residue(), clear_dma_ff() takes
> the channel number, and claim_dma_lock() returns an unsigned long.
>
> Fixes: ddb99f3d35b1 ("[PATCH] ISA DMA API documentation")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@xxxxxxxxx>
> ---
> Documentation/core-api/dma-isa-lpc.rst | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)

Applied, thanks (not that I think people are paying much attention to
ISA DMA these days).

jon