[PATCH v2 02/10] dma-engine: sun4i: Add has_reset option to quirk
Csókás Bence
csokas.bence at prolan.hu
Sun Oct 27 11:03:55 PDT 2024
On 2024. 10. 27. 10:14, Csókás, Bence wrote:
> From: Mesih Kilinc <mesihkilinc at gmail.com>
>
> Allwinner suniv F1C100s has a reset bit for DMA in CCU. Sun4i do not
> has this bit but in order to support suniv we need to add it. So add
> support for reset bit.
>
> Signed-off-by: Mesih Kilinc <mesihkilinc at gmail.com>
> [ csokas.bence: Rebased and addressed comments ]
> Signed-off-by: Csókás, Bence <csokas.bence at prolan.hu>
> ---
>
> Notes:
> Changes in v2:
> * Call reset_control_deassert() unconditionally, as it supports optional resets
> * Use dev_err_probe()
I missed one, namely:
> + dev_err(&pdev->dev,
> + "Failed to deassert the reset control\n");
> + goto err_clk_disable;
> + }
For now I'll resubmit just this patch, and then wait for more comments
that may arise during the week, then resubmit the whole amended series.
More information about the linux-arm-kernel
mailing list