From patchwork Mon Oct 7 14:52:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 2997341 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2DD84BF924 for ; Mon, 7 Oct 2013 14:53:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 08B1E201EA for ; Mon, 7 Oct 2013 14:53:18 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C9BD82017D for ; Mon, 7 Oct 2013 14:53:12 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTCBH-0000He-Kg; Mon, 07 Oct 2013 14:53:07 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTCBD-0006Mo-IZ; Mon, 07 Oct 2013 14:53:03 +0000 Received: from mail-pa0-f54.google.com ([209.85.220.54]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTCBA-0006LB-To for linux-arm-kernel@lists.infradead.org; Mon, 07 Oct 2013 14:53:01 +0000 Received: by mail-pa0-f54.google.com with SMTP id kx10so7486258pab.27 for ; Mon, 07 Oct 2013 07:52:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Bh+MagG3PK4WQABO6lInF//FKKd7GLR1nqnvf1bLdts=; b=MEOwr5MP71fmffbSH0Xe1OZwdhMJWTYJuBvHzMfkifc5+9tg7JLOTOZyi34D44GPx6 Y0sRmcMtBv1rd8XmnsIbnk9NJ6Zxl7qeoZPwYNL79cKTklAO5pbJcfVWSTZLXISCmP12 hhCv8iLmS5MQAWwxTRz6y9nSYI2D5UOvU2Zrs3PZKA7aO28F8k3h7lPwelA93Rj0NwD4 D0gK0MQx+pI3aIYYoXghZbCpX4x9nuwxt2lij8ngRsY4aF8B+J09E++INqgVe19n/IFi nQG5lgBHWhXbbawK5lNV8/iQkgTKePnw2whjBd78IxQQsaUHu3JDK5Wb709wspVNrBpy 6Q7w== X-Gm-Message-State: ALoCoQnfbsAeQa+FdKT4RuOXijhEPaFyNiufEWXL7irnHa5681ngsc8K2Aa+sxjT9SxR6oeGzljs X-Received: by 10.66.118.71 with SMTP id kk7mr33077260pab.14.1381157555613; Mon, 07 Oct 2013 07:52:35 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPSA id dk3sm33809006pbc.32.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 07 Oct 2013 07:52:34 -0700 (PDT) From: Kevin Hilman To: Jason Cooper , Thomas Petazzoni Subject: [PATCH] Documentation: arm/Marvell: clarify Armada SoCs that match 78xx0 pattern Date: Mon, 7 Oct 2013 07:52:33 -0700 Message-Id: <1381157553-14351-1-git-send-email-khilman@linaro.org> X-Mailer: git-send-email 1.8.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131007_105301_061083_8586BD6E X-CRM114-Status: UNSURE ( 8.32 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP New users of Marvell SoCs will potentially be confused by the MVEBU SoCs that match the 78xx0 pattern and thus which defconfig and mach-* directory to be looking at. Add a bit of clarification to README for this. Signed-off-by: Kevin Hilman Acked-by: Thomas Petazzoni --- Documentation/arm/Marvell/README | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/arm/Marvell/README b/Documentation/arm/Marvell/README index 8f08a86..da0151d 100644 --- a/Documentation/arm/Marvell/README +++ b/Documentation/arm/Marvell/README @@ -88,6 +88,7 @@ EBU Armada family MV78230 MV78260 MV78460 + NOTE: not to be confused with the non-SMP 78xx0 SoCs Product Brief: http://www.marvell.com/embedded-processors/armada-xp/assets/Marvell-ArmadaXP-SoC-product%20brief.pdf No public datasheet available.