Message ID | cover.1546981251.git.robin.murphy@arm.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-rockchip-bounces+patchwork-linux-rockchip=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 CE3701399 for <patchwork-linux-rockchip@patchwork.kernel.org>; Tue, 8 Jan 2019 21:57:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BC3EF27F91 for <patchwork-linux-rockchip@patchwork.kernel.org>; Tue, 8 Jan 2019 21:57:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B087F28D04; Tue, 8 Jan 2019 21:57:55 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED 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 6946B27F91 for <patchwork-linux-rockchip@patchwork.kernel.org>; Tue, 8 Jan 2019 21:57:55 +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=YCp+ww/q6nKSXO4gPB+EzNjfRz79YZ/XqdMGQk47qrY=; b=nwF rOl26aviZrTEz86c2fWRWvY8XJsckgA9RM80uEgqmnx7nHeVduQxXLs9ep8eLiGWt78M9FJ7Jmd4+ fX6xuFUzplCNEsrwDJ42vVtfVKcFL4IfPVVa4XtD19H/yr06i58pR/bT/bpAwjmduturPb/pjp18k eziAhXnnKXEsYn4a9E9shTSp2lSVDqRduH6a2lg/qSVnwx7cgNjKupGjGQTxSGpXo7VcejMZZ/2xK Auta3XtEhCLPCC7Ueq8g9TJTGWmVMEcRUD8d2+Ij8brgoqdhzvIo/ylLKLMQ9g0Ng5n8rFNBOoSLw YiD6T2YzlX5CWmgo0z7mJP5Ao+VT6Sw==; 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 1ggzNf-0003x5-Ik; Tue, 08 Jan 2019 21:57:51 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ggzNU-0003mQ-3Y; Tue, 08 Jan 2019 21:57:41 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9125F80D; Tue, 8 Jan 2019 13:57:37 -0800 (PST) Received: from DESKTOP-VLO843J.lan (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 1A2A43F5AF; Tue, 8 Jan 2019 13:57:35 -0800 (PST) From: Robin Murphy <robin.murphy@arm.com> To: heiko@sntech.de Subject: [PATCH 0/5] NanoPC-T4 (and a bit of NanoPi M4) support Date: Tue, 8 Jan 2019 21:57:22 +0000 Message-Id: <cover.1546981251.git.robin.murphy@arm.com> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190108_135740_153390_BBFBB889 X-CRM114-Status: GOOD ( 12.05 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms <linux-rockchip.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-rockchip>, <mailto:linux-rockchip-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-rockchip/> List-Post: <mailto:linux-rockchip@lists.infradead.org> List-Help: <mailto:linux-rockchip-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-rockchip>, <mailto:linux-rockchip-request@lists.infradead.org?subject=subscribe> Cc: linux-rockchip@lists.infradead.org, tomeu.vizoso@collabora.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" <linux-rockchip-bounces@lists.infradead.org> Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
NanoPC-T4 (and a bit of NanoPi M4) support
|
expand
|