Re: [PATCH v3 1/2] sunxi: reorganize mctl_mem_matches_* functions

2024-03-04 Thread Andre Przywara
On Thu, 28 Dec 2023 00:28:42 +0300 Andrey Skvortsov wrote: Hi, > mctl_mem_matches and mctl_mem_matches_base identical functions. To > avoid code duplication move them to dram_helpers and make > mctl_mem_matches use generic mctl_mem_matches_base. > > Signed-off-by: Andrey Skvortsov thanks for

[PATCH v3 1/2] sunxi: reorganize mctl_mem_matches_* functions

2023-12-27 Thread Andrey Skvortsov
mctl_mem_matches and mctl_mem_matches_base identical functions. To avoid code duplication move them to dram_helpers and make mctl_mem_matches use generic mctl_mem_matches_base. Signed-off-by: Andrey Skvortsov --- arch/arm/include/asm/arch-sunxi/dram.h | 1 + arch/arm/mach-sunxi/dram_helpers.c