1. 4ddbade Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h by Tom Rini · Wed May 25 12:16:03 2022 -0400
  2. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · Tue Dec 15 16:47:52 2020 +0100
  3. e631441 ARM: uniphier: delete or replace <common.h> includes by Masahiro Yamada · Wed May 20 12:31:27 2020 +0900
  4. 56642ed ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.c by Masahiro Yamada · Wed May 20 12:31:23 2020 +0900
  5. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  6. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  7. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  8. 370382c common: Move some SMP functions out of common.h by Simon Glass · Thu Nov 14 12:57:35 2019 -0700
  9. 9c59d86 psci: Fix warnings when compiling with W=1 by Patrick Delaunay · Mon Jul 22 14:19:20 2019 +0200
  10. c84024c ARM: uniphier: de-couple SC macros into base address and offset by Masahiro Yamada · Wed Jul 10 20:07:41 2019 +0900
  11. 76b3124 ARM: uniphier: de-couple SG macros into base address and offset by Masahiro Yamada · Wed Jul 10 20:07:40 2019 +0900
  12. 3cac7f7 ARM: uniphier: move sg_set_{pinsel, iectrl} to more relevant places by Masahiro Yamada · Sat Jun 29 02:38:06 2019 +0900
  13. 0ae2865 ARM: uniphier: fix build error for CONFIG_DEBUG_LL=y by Masahiro Yamada · Sat Jun 29 02:38:01 2019 +0900
  14. fd7451a uniphier: psci: save context id in cpu_on command by Patrick Delaunay · Mon Apr 16 10:15:10 2018 +0200
  15. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  16. 609cd53 ARM: uniphier: use pr_() instead of printf() where appropriate by Masahiro Yamada · Fri Oct 13 19:21:55 2017 +0900
  17. 31eac64 Revert "ARM: uniphier: fix ROM boot mode for PH1-sLD3" by Masahiro Yamada · Sun Aug 13 09:01:15 2017 +0900
  18. 6ba1094 Revert "ARM: uniphier: move lowlevel debug init code after page table switch" by Masahiro Yamada · Sun Aug 13 09:01:14 2017 +0900
  19. d3c1461 ARM: uniphier: remove sLD3 SoC support by Masahiro Yamada · Sun Aug 13 09:01:13 2017 +0900
  20. 3164905 ARM: uniphier: simplify SoC ID get function by Masahiro Yamada · Sat Jan 21 18:05:26 2017 +0900
  21. a788892 ARM: uniphier: support system reset functionality for PSCI by Masahiro Yamada · Thu Aug 25 21:03:41 2016 +0900
  22. 0ae5c5a ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCs by Masahiro Yamada · Wed Aug 10 16:08:49 2016 +0900
  23. f98afb6 ARM: uniphier: add uniphier_cache_set_active_ways() by Masahiro Yamada · Wed Aug 10 16:08:48 2016 +0900
  24. 983b3d3 ARM: uniphier: add uniphier_cache_inv_way() to support way invalidation by Masahiro Yamada · Wed Aug 10 16:08:47 2016 +0900
  25. bf44dde ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to Kconfig by Masahiro Yamada · Wed Aug 10 16:08:45 2016 +0900
  26. f846a2b ARM: uniphier: move outer cache register macros to .c file by Masahiro Yamada · Wed Aug 10 16:08:44 2016 +0900
  27. 54fb0a4 ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_init by Masahiro Yamada · Wed Aug 10 16:08:43 2016 +0900
  28. df64901 ARM: uniphier: export uniphier_cache_enable/disable functions by Masahiro Yamada · Wed Aug 10 16:08:42 2016 +0900
  29. 9ff0acf ARM: uniphier: move lowlevel debug init code after page table switch by Masahiro Yamada · Wed Aug 10 16:08:41 2016 +0900
  30. 659484f ARM: uniphier: fix ROM boot mode for PH1-sLD3 by Masahiro Yamada · Wed Aug 10 16:08:40 2016 +0900
  31. 6caf51c ARM: uniphier: refactor L2 zero-touching code in lowlevel_init by Masahiro Yamada · Wed Aug 10 16:08:39 2016 +0900
  32. 2c8df19 ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabled by Masahiro Yamada · Wed Aug 10 16:08:38 2016 +0900
  33. 487b5fe ARM: uniphier: support prefetch and touch operations for outer cache by Masahiro Yamada · Wed Aug 10 16:08:37 2016 +0900
  34. 5ffada9 ARM: uniphier: refactor outer cache code by Masahiro Yamada · Wed Aug 10 16:08:36 2016 +0900
  35. a7c901f ARM: uniphier: rename outer-cache register macros by Masahiro Yamada · Fri Jul 22 13:38:31 2016 +0900
  36. e5e1360 ARM: uniphier: clear notification flag before L2 operation by Masahiro Yamada · Fri Jul 22 13:38:30 2016 +0900
  37. 3a1e442 ARM: uniphier: fix typo "talbe" by Masahiro Yamada · Fri Jun 24 11:51:38 2016 +0900
  38. 076e841 arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_CLEAN_INVAL_ALL) with asm code by Hans de Goede · Sat Apr 09 13:53:48 2016 +0200
  39. 9890569 ARM: uniphier: rename function names ph1_* to uniphier_* by Masahiro Yamada · Wed Mar 30 20:17:02 2016 +0900
  40. 53c59ae ARM: uniphier: drop PH1- prefix from CONFIG options and file names by Masahiro Yamada · Fri Mar 18 16:41:43 2016 +0900
  41. a8ea60d ARM: uniphier: allow debug_ll_init() to do nothing for unknown SoCs by Masahiro Yamada · Mon Mar 07 20:29:41 2016 +0900
  42. 3119eb4 ARM: uniphier: prepare directory structure for ARMv8 SoC support by Masahiro Yamada · Fri Feb 26 18:59:44 2016 +0900