On Fri, 11 Aug 2023 18:30:52 -0600 Sam Edwards <cfswo...@gmail.com> wrote:
Hi Sam, many many thanks for sending this, I especially like your clean up around the #ifdef's! The patches looks good on the first glance (apart from some regression in patch 3/3), but I will reply to them individually. Cheers, Andre > Hi list, > > With Andre's R528 support (hopefully) landing soon, I figure now is time to > submit these patches for review. They refactor the ARMv7/sunxi PSCI > implementation to allow for the new NCAT2 CPU complex control registers, and > add support for the R528/T113s. > > Depends on series 365063. > > Thanks, > Sam > > Sam Edwards (3): > sunxi: psci: clean away preprocessor macros > sunxi: psci: refactor register access to separate functions > sunxi: psci: implement PSCI on R528 > > arch/arm/cpu/armv7/sunxi/psci.c | 185 +++++++++++++++++++++----------- > arch/arm/mach-sunxi/Kconfig | 2 + > include/configs/sunxi-common.h | 8 ++ > 3 files changed, 133 insertions(+), 62 deletions(-) >