Re: [PATCH 09/42] mmc: dw_mmc: Extract setting the DMA descriptor into a separate routine

2024-05-23 Thread Quentin Schulz
Hi Sam, On 5/23/24 1:31 AM, Sam Protsenko wrote: Make dwmci_prepare_data() function easier to read by extracting the preparation of IDMAC descriptor into a dedicated function. No functional change. Signed-off-by: Sam Protsenko Reviewed-by: Quentin Schulz Thanks, Quentin

[PATCH 09/42] mmc: dw_mmc: Extract setting the DMA descriptor into a separate routine

2024-05-22 Thread Sam Protsenko
Make dwmci_prepare_data() function easier to read by extracting the preparation of IDMAC descriptor into a dedicated function. No functional change. Signed-off-by: Sam Protsenko --- drivers/mmc/dw_mmc.c | 52 ++-- 1 file changed, 31 insertions(+), 21 dele