aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-13 04:39:00 -0500
committerJason Cooper <jason@lakedaemon.net>2014-11-21 20:49:42 -0500
commite12f12ac1a3245d0f5d751de63d20d8dded03fc3 (patch)
tree4ad2161370f7bbd346f5dbb15be65b84316e187a
parentef01c6c36bb8d176e5f2302507fb1f688875d3ab (diff)
ARM: mvebu: update comments in coherency.c
The coherency.c top-level comment mentions that it supports the coherency fabric for Armada 370 and XP, but it also supports the coherency fabric on Armada 375 and 38x, so this commit updates the comment accordingly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Link: https://lkml.kernel.org/r/1415871540-20302-6-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--arch/arm/mach-mvebu/coherency.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-mvebu/coherency.c b/arch/arm/mach-mvebu/coherency.c
index e568b2ef6830..c18da36c75b1 100644
--- a/arch/arm/mach-mvebu/coherency.c
+++ b/arch/arm/mach-mvebu/coherency.c
@@ -1,5 +1,6 @@
1/* 1/*
2 * Coherency fabric (Aurora) support for Armada 370 and XP platforms. 2 * Coherency fabric (Aurora) support for Armada 370, 375, 38x and XP
3 * platforms.
3 * 4 *
4 * Copyright (C) 2012 Marvell 5 * Copyright (C) 2012 Marvell
5 * 6 *
@@ -11,7 +12,7 @@
11 * License version 2. This program is licensed "as is" without any 12 * License version 2. This program is licensed "as is" without any
12 * warranty of any kind, whether express or implied. 13 * warranty of any kind, whether express or implied.
13 * 14 *
14 * The Armada 370 and Armada XP SOCs have a coherency fabric which is 15 * The Armada 370, 375, 38x and XP SOCs have a coherency fabric which is
15 * responsible for ensuring hardware coherency between all CPUs and between 16 * responsible for ensuring hardware coherency between all CPUs and between
16 * CPUs and I/O masters. This file initializes the coherency fabric and 17 * CPUs and I/O masters. This file initializes the coherency fabric and
17 * supplies basic routines for configuring and controlling hardware coherency 18 * supplies basic routines for configuring and controlling hardware coherency