aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arm
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-07-26 12:17:08 -0400
committerArnd Bergmann <arnd@arndb.de>2014-07-26 12:17:08 -0400
commit39fbf984089e27ec102e246a03c247b7bbd063bd (patch)
treee52897f6b148121c89d933f9a7c7efe84672cf82 /Documentation/arm
parentdffd7e35a50d1f8fd79805dd10d412a041f67cb3 (diff)
parentb6e9f521902970732eed7038a1a76354c89daf06 (diff)
Merge tag 'mvebu-soc-3.17-4' of git://git.infradead.org/linux-mvebu into next/soc
Merge "mvebu SoC changes for v3.17 (round 4)" from Jason Cooper: - Armada XP - Fix return value check in pmsu code - Document URLs for new public datasheets (Thanks, Marvell & free-electrons!) - Armada 370/38x - Add cpuidle support - mvebu - Fix build when no platforms are selected - Update EBU SoC status in docs * tag 'mvebu-soc-3.17-4' of git://git.infradead.org/linux-mvebu: (21 commits) Documentation: arm: misc updates to Marvell EBU SoC status Documentation: arm: add URLs to public datasheets for the Marvell Armada XP SoC ARM: mvebu: fix build without platforms selected ARM: mvebu: add cpuidle support for Armada 38x ARM: mvebu: add cpuidle support for Armada 370 cpuidle: mvebu: add Armada 38x support cpuidle: mvebu: add Armada 370 support cpuidle: mvebu: rename the driver from armada-370-xp to mvebu-v7 ARM: mvebu: export the SCU address ARM: mvebu: make the snoop disabling optional in mvebu_v7_pmsu_idle_prepare() ARM: mvebu: use a local variable to store the resume address ARM: mvebu: make the cpuidle initialization more generic ARM: mvebu: rename the armada_370_xp symbols to mvebu_v7 in pmsu.c ARM: mvebu: use the common function for Armada 375 SMP workaround ARM: mvebu: add a common function for the boot address work around ARM: mvebu: sort the #include of pmsu.c in alphabetic order ARM: mvebu: split again armada_370_xp_pmsu_idle_enter() in PMSU code ARM: mvebu: fix return value check in armada_xp_pmsu_cpufreq_init() clk: mvebu: extend clk-cpu for dynamic frequency scaling ARM: mvebu: extend PMSU code to support dynamic frequency scaling ... Conflicts: arch/arm/mach-mvebu/Kconfig drivers/cpuidle/cpuidle-armada-370-xp.c Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/arm')
-rw-r--r--Documentation/arm/Marvell/README19
1 files changed, 10 insertions, 9 deletions
diff --git a/Documentation/arm/Marvell/README b/Documentation/arm/Marvell/README
index 1af3a5d5621d..4dc66c173e10 100644
--- a/Documentation/arm/Marvell/README
+++ b/Documentation/arm/Marvell/README
@@ -53,8 +53,8 @@ Kirkwood family
53 Functional Spec: http://www.marvell.com/embedded-processors/kirkwood/assets/FS_88F6180_9x_6281_OpenSource.pdf 53 Functional Spec: http://www.marvell.com/embedded-processors/kirkwood/assets/FS_88F6180_9x_6281_OpenSource.pdf
54 Homepage: http://www.marvell.com/embedded-processors/kirkwood/ 54 Homepage: http://www.marvell.com/embedded-processors/kirkwood/
55 Core: Feroceon ARMv5 compatible 55 Core: Feroceon ARMv5 compatible
56 Linux kernel mach directory: arch/arm/mach-kirkwood 56 Linux kernel mach directory: arch/arm/mach-mvebu
57 Linux kernel plat directory: arch/arm/plat-orion 57 Linux kernel plat directory: none
58 58
59Discovery family 59Discovery family
60---------------- 60----------------
@@ -102,8 +102,7 @@ EBU Armada family
102 MV78460 102 MV78460
103 NOTE: not to be confused with the non-SMP 78xx0 SoCs 103 NOTE: not to be confused with the non-SMP 78xx0 SoCs
104 Product Brief: http://www.marvell.com/embedded-processors/armada-xp/assets/Marvell-ArmadaXP-SoC-product%20brief.pdf 104 Product Brief: http://www.marvell.com/embedded-processors/armada-xp/assets/Marvell-ArmadaXP-SoC-product%20brief.pdf
105 105 Functional Spec: http://www.marvell.com/embedded-processors/armada-xp/assets/ARMADA-XP-Functional-SpecDatasheet.pdf
106 No public datasheet available.
107 106
108 Core: Sheeva ARMv7 compatible 107 Core: Sheeva ARMv7 compatible
109 108
@@ -137,7 +136,9 @@ Dove family (application processor)
137 Functional Spec : http://www.marvell.com/application-processors/armada-500/assets/Armada-510-Functional-Spec.pdf 136 Functional Spec : http://www.marvell.com/application-processors/armada-500/assets/Armada-510-Functional-Spec.pdf
138 Homepage: http://www.marvell.com/application-processors/armada-500/ 137 Homepage: http://www.marvell.com/application-processors/armada-500/
139 Core: ARMv7 compatible 138 Core: ARMv7 compatible
140 Directory: arch/arm/mach-dove 139
140 Directory: arch/arm/mach-mvebu (DT enabled platforms)
141 arch/arm/mach-dove (non-DT enabled platforms)
141 142
142PXA 2xx/3xx/93x/95x family 143PXA 2xx/3xx/93x/95x family
143-------------------------- 144--------------------------
@@ -255,10 +256,10 @@ Berlin family (Digital Entertainment)
255Long-term plans 256Long-term plans
256--------------- 257---------------
257 258
258 * Unify the mach-dove/, mach-mv78xx0/, mach-orion5x/ and 259 * Unify the mach-dove/, mach-mv78xx0/, mach-orion5x/ into the
259 mach-kirkwood/ into the mach-mvebu/ to support all SoCs from the 260 mach-mvebu/ to support all SoCs from the Marvell EBU (Engineering
260 Marvell EBU (Engineering Business Unit) in a single mach-<foo> 261 Business Unit) in a single mach-<foo> directory. The plat-orion/
261 directory. The plat-orion/ would therefore disappear. 262 would therefore disappear.
262 263
263 * Unify the mach-mmp/ and mach-pxa/ into the same mach-pxa 264 * Unify the mach-mmp/ and mach-pxa/ into the same mach-pxa
264 directory. The plat-pxa/ would therefore disappear. 265 directory. The plat-pxa/ would therefore disappear.