Message ID | 20180907005926.27134-1-chris.packham@alliedtelesis.co.nz (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2C334921 for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 7 Sep 2018 01:00:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 120972AF17 for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 7 Sep 2018 01:00:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 064072AF1E; Fri, 7 Sep 2018 01:00:25 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.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 5A9062AF17 for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 7 Sep 2018 01:00:24 +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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: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:In-Reply-To: References:List-Owner; bh=w8WnKXRUyYTdpeFp69ktFrDzovIwdFTo3l2zwAH6E58=; b=ufU mdhwa+Dm7B3ilRfogqFg4O/GXNT9Juo9vqJNT7VgNW9wytEYnEmmfrpzlm74gSYVUt8MIw/8W4ffm zNusDoEVj3QfEAQ9LoBeqy+g/QugPMW2lDiUsl47gZs6cVyM0dcMEE1MMklA5222GM1XpyB7rjU4I MSZdfxvdTDDARDgLzY2Y902ArJe8hdO645sTCYfQkn1yA2fI4wLpq7wt9GJvoXghCM3Gmz7NWV3ml JVMmdO0TXH6G9bU0m00Ri3/Ae2MK/tL4TdWqLojEXcuWZR0OU5sSaVtzeZ45fFF5Y6rBkz0Pub/al R0vCW4V9wpw14Vo3bqtXvYre39BNs8g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fy582-0003cQ-WB; Fri, 07 Sep 2018 01:00:07 +0000 Received: from gate2.alliedtelesis.co.nz ([2001:df5:b000:5::4]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fy57x-0003Ne-Or for linux-arm-kernel@lists.infradead.org; Fri, 07 Sep 2018 01:00:03 +0000 Received: from mmarshal3.atlnz.lc (mmarshal3.atlnz.lc [10.32.18.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by gate2.alliedtelesis.co.nz (Postfix) with ESMTPS id D0DE183640; Fri, 7 Sep 2018 12:59:38 +1200 (NZST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail; t=1536281978; bh=lceiij/5J7cPNqRjFqh6YL5RrThuUzbIXGGlplZvThY=; h=From:To:Cc:Subject:Date; b=fM83qTtr17ftP9hMhU00/lG3Vv+KNxgvn37e/qSAdIAZ/tUvNYJqdLwe1t12lPlfK jYMJmWKkq6czhBsu15pIjXbVdo3UoBhNSTX2O4wcP7AdnojtZEfPMhfRT8MlBptJFI WnXzqCAFqQVSQJUBpki+QwGysr8jEMh4agyyJwjg= Received: from smtp (Not Verified[10.32.16.33]) by mmarshal3.atlnz.lc with Trustwave SEG (v7, 5, 8, 10121) id <B5b91cd7a0000>; Fri, 07 Sep 2018 12:59:38 +1200 Received: from chrisp-dl.ws.atlnz.lc (chrisp-dl.ws.atlnz.lc [10.33.22.30]) by smtp (Postfix) with ESMTP id 8AE0113EE9C; Fri, 7 Sep 2018 12:59:41 +1200 (NZST) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id 53C141E1DDB; Fri, 7 Sep 2018 12:59:38 +1200 (NZST) From: Chris Packham <chris.packham@alliedtelesis.co.nz> To: robh+dt@kernel.org, gregory.clement@bootlin.com Subject: [PATCH 0/2] ARM: dts: mvebu: marvell,prestera Date: Fri, 7 Sep 2018 12:59:24 +1200 Message-Id: <20180907005926.27134-1-chris.packham@alliedtelesis.co.nz> X-Mailer: git-send-email 2.18.0 x-atlnz-ls: pat X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180906_180002_027733_948B7C56 X-CRM114-Status: UNSURE ( 9.30 ) 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: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: andrew@lunn.ch, jason@lakedaemon.net, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Packham <chris.packham@alliedtelesis.co.nz>, davem@davemloft.net, linux-arm-kernel@lists.infradead.org, sebastian.hesselbarth@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
ARM: dts: mvebu: marvell,prestera
|
expand
|