Re: [PATCH 01/13] dmaengine: of_dma: Add devm_of_dma_controller_register()

From: Daniel Baluta

Date: Thu Jan 15 2026 - 03:41:23 EST


On Thu, Jan 15, 2026 at 12:34 AM Frank Li <Frank.Li@xxxxxxx> wrote:
>
> Add a managed API, devm_of_dma_controller_register(), to simplify DMA
> engine controller registration by automatically handling resource
> cleanup.

<snip>

> +static inline
> +devm_of_dma_controller_register(struct device *dev, struct device_node *np,

static inline int?