From patchwork Wed Feb 22 02:29:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 9586061 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 82D5A602A7 for ; Wed, 22 Feb 2017 02:30:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 687552865A for ; Wed, 22 Feb 2017 02:30:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 57668286F0; Wed, 22 Feb 2017 02:30:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C135E2865A for ; Wed, 22 Feb 2017 02:30:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9BfOOoN/ew+zaoegRWSUhJsBpi3QoO42B1T8G/drJHw=; b=ijPYQmkaB77dHY THsL59xplKFKRktviRdSIzKdEg1VsPB/QM2XW/PypmGPl009K4mXov55ahrlK3m3OLhN4jLkUCXcL IkvhONICRK7TjjZShArCALsoG58p62BN+XYLyIcZt6Jhtw2WFLMCq2bZc1oe8YrQNuhCsoQdRnp8G G4W5GJWDgavkQ5naJYvU3nVhx3MbIDGWD9hQ5BU+9VPx10Hl+8gKQTW5Ljch9C2y7rZCfARdwbnNg OSLhSvy+JcZDoSsCatrTwKpwwwf4CxgrvnLqJ7R0b0csLU2xOx3QWbg9esg3hj8RWkhUrXNjVhlyf OKtuhrwS9cF/7WVopKIQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cgMhA-0007J2-Pw; Wed, 22 Feb 2017 02:30:20 +0000 Received: from mx2.suse.de ([195.135.220.15]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cgMh5-000602-BZ for linux-arm-kernel@lists.infradead.org; Wed, 22 Feb 2017 02:30:17 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 9FB12AD51; Wed, 22 Feb 2017 02:29:52 +0000 (UTC) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 1/8] Documentation: arm: Marvell: Document IAP140 Date: Wed, 22 Feb 2017 03:29:21 +0100 Message-Id: <20170222022929.10540-2-afaerber@suse.de> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170222022929.10540-1-afaerber@suse.de> References: <20170222022929.10540-1-afaerber@suse.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170221_183015_709482_E4F9E88B X-CRM114-Status: UNSURE ( 9.04 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: info@andromedabox.org, Eric Miao , Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Haojian Zhuang , =?UTF-8?q?Andreas=20F=C3=A4rber?= Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP IAP140 is either based on or was renamed from PXA1908. Signed-off-by: Andreas Färber --- v2: new (Thomas) Documentation/arm/Marvell/README | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Documentation/arm/Marvell/README b/Documentation/arm/Marvell/README index b5bb7f5..e9d4873 100644 --- a/Documentation/arm/Marvell/README +++ b/Documentation/arm/Marvell/README @@ -243,7 +243,7 @@ PXA 2xx/3xx/93x/95x family Linux kernel plat directory: arch/arm/plat-pxa MMP/MMP2/MMP3 family (communication processor) ------------------------------------------ +---------------------------------------------- Flavors: PXA168, a.k.a Armada 168 @@ -295,6 +295,16 @@ MMP/MMP2/MMP3 family (communication processor) Linux kernel mach directory: arch/arm/mach-mmp Linux kernel plat directory: arch/arm/plat-pxa +MMP ARMv8 family (application processor) +---------------------------------------- + + Flavors: + IAP140 + Product brief: http://www.marvell.com/application-processors/assets/Marvell-IAP140-Platform-Brief-20160601.pdf + Core: quad-core ARMv8 Cortex-A53 + + Homepage: http://www.marvell.com/application-processors/ + Berlin family (Multimedia Solutions) -------------------------------------