Re: [PATCH v2 15/22] Kconfig: sunxi: prepare for using drivers/ram/sunxi

2023-10-21 Thread Samuel Holland
Hi Andre, On 9/28/23 16:54, Andre Przywara wrote: > At the moment all Allwinner DRAM initialisation routines are stored in > arch/arm/mach-sunxi, even though those "drivers" are just a giant > collection of writel's, without any architectural dependency. > > The R528/T113-s SoC (with ARM cores) a

[PATCH v2 15/22] Kconfig: sunxi: prepare for using drivers/ram/sunxi

2023-09-28 Thread Andre Przywara
At the moment all Allwinner DRAM initialisation routines are stored in arch/arm/mach-sunxi, even though those "drivers" are just a giant collection of writel's, without any architectural dependency. The R528/T113-s SoC (with ARM cores) and the D1/D1s Soc (with RISC-V cores) share the same die, so