On Sun, Oct 27, 2024 at 07:08:55PM +0100, Csókás, Bence wrote: > From: Mesih Kilinc <mesihkilinc@xxxxxxxxx> > > 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@xxxxxxxxx> > [ csokas.bence: Rebased and addressed comments ] > Signed-off-by: Csókás, Bence <csokas.bence@xxxxxxxxx> > --- > > Notes: > Changes in v2: > * Call reset_control_deassert() unconditionally, as it supports optional resets > * Use dev_err_probe() > * Whitespace > Changes in v3: > * More dev_err_probe() You did not build v2. Then you send v3... which you also did not build. Please start at least compiling your own code. Then start testing it, but without building it cannot obviously be even tested. Best regards, Krzysztof