Re: [PATCH] mmc: mmci: use peripheral flow control for STM32

From: Linus Walleij
Date: Wed Sep 27 2023 - 18:19:32 EST


Hi Ben,

thanks for your patch!

On Wed, Sep 27, 2023 at 8:47 PM Ben Wolsieffer
<ben.wolsieffer@xxxxxxxxxxx> wrote:

> @@ -378,6 +379,7 @@ struct variant_data {
> u8 dma_lli:1;
> u32 stm32_idmabsize_mask;
> u32 stm32_idmabsize_align;
> + u8 dma_flow_controller:1;

I've insisted that we use bool rather than u8:1, ut admittedly it is
nitpicking.

Either way:
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij