diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-02-08 21:21:53 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-02-08 21:23:41 +0000 |
commit | c42d9bead493854507e1a180942ebe33c9180598 (patch) | |
tree | e0960ecbb5f1ed09dbe5bc2c9185a5d1ea210b5f /include | |
parent | d1ff85fdf0b8f63a6e042ae7559c630f9b1c50e2 (diff) |
spi: pl022: Add missing dma_filter field kerneldoc
Add kerneldoc for dma_filter field in struct pl022_ssp_controller.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240208202154.630336-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/amba/pl022.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/amba/pl022.h b/include/linux/amba/pl022.h index e08488df6d28..d7b07d0311e1 100644 --- a/include/linux/amba/pl022.h +++ b/include/linux/amba/pl022.h @@ -225,6 +225,7 @@ struct dma_chan; * struct pl022_ssp_master - device.platform_data for SPI controller devices. * @bus_id: identifier for this bus * @enable_dma: if true enables DMA driven transfers. + * @dma_filter: callback filter for dma_request_channel. * @dma_rx_param: parameter to locate an RX DMA channel. * @dma_tx_param: parameter to locate a TX DMA channel. * @autosuspend_delay: delay in ms following transfer completion before the |