public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] Allwinner R528/T113s PSCI
@ 2023-06-01 21:48 Sam Edwards
  2023-06-01 21:48 ` [RFC PATCH 1/4] SQUASH ME Sam Edwards
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sam Edwards @ 2023-06-01 21:48 UTC (permalink / raw)
  To: Andre Przywara; +Cc: u-boot, Maksim Kiselev, Sam Edwards

Hi Andre (and list),

Per our previous discussion, these are my patches to add PSCI support to your
WIP R528/T113s series. I am sending it as RFC because I have CC'd the list and
don't want these changes to be treated as patches against upstream.

The first patch in this series provides a few more register definitions for
cpu_sunxi_ncat2.h. The next two are refactoring, independent of any specific
arch/SoC. The final patch adds PSCI support.

It might or might not be appropriate to split out the refactoring patches for
separate review and inclusion; otherwise, the intent of this patchset is to be
incorporated into the existing R528 series.

Cheers,
Sam

Sam Edwards (4):
  SQUASH ME
  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 ++++++++++++------
 .../include/asm/arch-sunxi/cpu_sunxi_ncat2.h  |   7 +-
 arch/arm/mach-sunxi/Kconfig                   |   2 +
 include/configs/sunxi-common.h                |   8 +
 4 files changed, 138 insertions(+), 64 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-02 20:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-01 21:48 [RFC PATCH 0/4] Allwinner R528/T113s PSCI Sam Edwards
2023-06-01 21:48 ` [RFC PATCH 1/4] SQUASH ME Sam Edwards
2023-06-01 21:48 ` [RFC PATCH 2/4] sunxi: psci: clean away preprocessor macros Sam Edwards
2023-06-01 21:48 ` [RFC PATCH 3/4] sunxi: psci: refactor register access to separate functions Sam Edwards
2023-06-01 21:48 ` [RFC PATCH 4/4] sunxi: psci: implement PSCI on R528 Sam Edwards
2023-06-02 20:53   ` Maksim Kiselev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox