summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/arm32
Commit message (Expand)AuthorAgeFilesLines
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move some SMP functions out of common.hSimon Glass2019-12-021-0/+1
* psci: Fix warnings when compiling with W=1Patrick Delaunay2019-07-241-2/+2
* ARM: uniphier: de-couple SC macros into base address and offsetMasahiro Yamada2019-07-101-4/+4
* ARM: uniphier: de-couple SG macros into base address and offsetMasahiro Yamada2019-07-101-8/+8
* ARM: uniphier: move sg_set_{pinsel, iectrl} to more relevant placesMasahiro Yamada2019-06-291-0/+8
* ARM: uniphier: fix build error for CONFIG_DEBUG_LL=yMasahiro Yamada2019-06-291-0/+2
* uniphier: psci: save context id in cpu_on commandPatrick Delaunay2018-05-071-2/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0710-21/+10
* ARM: uniphier: use pr_() instead of printf() where appropriateMasahiro Yamada2017-10-151-1/+3
* Revert "ARM: uniphier: fix ROM boot mode for PH1-sLD3"Masahiro Yamada2017-08-201-5/+0
* Revert "ARM: uniphier: move lowlevel debug init code after page table switch"Masahiro Yamada2017-08-201-4/+4
* ARM: uniphier: remove sLD3 SoC supportMasahiro Yamada2017-08-204-28/+2
* ARM: uniphier: simplify SoC ID get functionMasahiro Yamada2017-01-221-6/+6
* ARM: uniphier: support system reset functionality for PSCIMasahiro Yamada2016-08-281-0/+5
* ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCsMasahiro Yamada2016-08-114-0/+197
* ARM: uniphier: add uniphier_cache_set_active_ways()Masahiro Yamada2016-08-112-1/+22
* ARM: uniphier: add uniphier_cache_inv_way() to support way invalidationMasahiro Yamada2016-08-112-1/+10
* ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to KconfigMasahiro Yamada2016-08-111-1/+1
* ARM: uniphier: move outer cache register macros to .c fileMasahiro Yamada2016-08-112-69/+55
* ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_initMasahiro Yamada2016-08-111-7/+3
* ARM: uniphier: export uniphier_cache_enable/disable functionsMasahiro Yamada2016-08-112-10/+26
* ARM: uniphier: move lowlevel debug init code after page table switchMasahiro Yamada2016-08-111-4/+4
* ARM: uniphier: fix ROM boot mode for PH1-sLD3Masahiro Yamada2016-08-111-0/+5
* ARM: uniphier: refactor L2 zero-touching code in lowlevel_initMasahiro Yamada2016-08-111-26/+22
* ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabledMasahiro Yamada2016-08-111-1/+1
* ARM: uniphier: support prefetch and touch operations for outer cacheMasahiro Yamada2016-08-112-10/+57
* ARM: uniphier: refactor outer cache codeMasahiro Yamada2016-08-111-47/+52
* ARM: uniphier: rename outer-cache register macrosMasahiro Yamada2016-07-246-216/+230
* ARM: uniphier: clear notification flag before L2 operationMasahiro Yamada2016-07-241-6/+6
* ARM: uniphier: fix typo "talbe"Masahiro Yamada2016-06-301-1/+1
* arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_CLEAN_INVAL_ALL) with asm codeHans de Goede2016-04-111-66/+1
* ARM: uniphier: rename function names ph1_* to uniphier_*Masahiro Yamada2016-04-011-14/+14
* ARM: uniphier: drop PH1- prefix from CONFIG options and file namesMasahiro Yamada2016-03-241-21/+21
* ARM: uniphier: allow debug_ll_init() to do nothing for unknown SoCsMasahiro Yamada2016-03-091-0/+1
* ARM: uniphier: prepare directory structure for ARMv8 SoC supportMasahiro Yamada2016-03-018-0/+730