Message ID | 1558704003-393769-1-git-send-email-t.remmet@phytec.de (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 603F91390 for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 24 May 2019 13:20:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4F6ED28306 for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 24 May 2019 13:20:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 43F52288BA; Fri, 24 May 2019 13:20:28 +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 6BB1728306 for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 24 May 2019 13:20:26 +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=QRkBEVOLYFDE6gKJ9xvFWhrjbc7+1PInPleRSZNa/KM=; b=EtA nb8I13cSmml+mpKgQQA3XAN2ILNlg+9pnPTH0pD0u7+P0p+IxFkYEp9Hg260bo7DMTrPWyu7DLJ22 n2O75BTvOStmNlH8fFDbaP/a1e7nnpVB1+vmvCMY6TrhwG7VKz7RIMXvFd9yH1S21FhADuSrWdk7t sUwkPPGPTmEXG8fsX2mD8/jmhlquA354ZcFIKG1FVfES/ylL46WM9vkW0iYVfWsxJlG6B0GBVj10A /4UNYAkIxAyfIC3sEaoPHBfdCdUcCwpAa4jTn3TINxX4JGQhGiL4Rv671+J2H/+Kq9chszhJp25/a PCfqIJwNbp6klf9xrpR7lxHjRnwioXA==; 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 1hUA7O-0005NZ-Q2; Fri, 24 May 2019 13:20:18 +0000 Received: from mickerik.phytec.de ([195.145.39.210]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hUA7D-00048A-Dm for linux-arm-kernel@lists.infradead.org; Fri, 24 May 2019 13:20:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; d=phytec.de; s=a1; c=relaxed/simple; q=dns/txt; i=@phytec.de; t=1558704004; x=1561296004; h=From:Sender:Reply-To:Subject:Date:Message-Id:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=jPoVpk+zVTSpotGP0l1Y3MACc9eibOInf/vk2LwICuI=; b=cXsXs5d5sAmEN1AZWOspozi92wtU91/ZI3MCQKlbkaSLpz5wDaTONahH1X2+d1dI NKCP9xp49uABt1VKiVAg5BDJyC7jR5N15aBYplfMbkthZRKZC8KFQ1v3f4+72tBv 9A8ByArkuQFRejWHo2udnOqcZSKx82L3Ft+E7DMmOJY=; X-AuditID: c39127d2-6d5ff70000000df6-b9-5ce7ef84550b Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by mickerik.phytec.de (PHYTEC Mail Gateway) with SMTP id 0A.81.03574.48FE7EC5; Fri, 24 May 2019 15:20:04 +0200 (CEST) Received: from augenblix2.phytec.de ([172.16.21.122]) by idefix.phytec.de (IBM Domino Release 9.0.1FP7) with ESMTP id 2019052415200349-20932 ; Fri, 24 May 2019 15:20:03 +0200 From: Teresa Remmet <t.remmet@phytec.de> To: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/7] AM335x Phytec boards update Date: Fri, 24 May 2019 15:19:56 +0200 Message-Id: <1558704003-393769-1-git-send-email-t.remmet@phytec.de> X-Mailer: git-send-email 2.7.4 X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 24.05.2019 15:20:03, Serialize by Router on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 24.05.2019 15:20:03, Serialize complete at 24.05.2019 15:20:03 X-TNEFEvaluated: 1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFupkluLIzCtJLcpLzFFi42JZI8DApdvy/nmMwelNTBZ35v9ltZh/5Byr xabH11gtZi/pZ7FYev0ik0Xr3iPsFvuveDmwe6yZt4bR49vXSSwe72+0sntsWtXJ5rF5Sb3H 501yAWxRXDYpqTmZZalF+nYJXBmP33cxFfznqph4ci5LA+Myji5GTg4JAROJn/8fsXcxcnEI CexglGjoXMcM4VxglDi3vIEdpIpNQEPi6YrTTF2MHBwiAgkSt14KgdQwC5xhlLjbv4wNpEZY wEBi3kOIehYBVYn3vx4xg9i8As4Si6b2MUNsk5O4ea4TbIGEQCOTxPbnp6ASQhKnF59lnsDI s4CRYRWjUG5mcnZqUWa2XkFGZUlqsl5K6iZGYAAdnqh+aQdj3xyPQ4wCHIxKPLwJl5/HCLEm lhVX5h5ilOBgVhLhjd3/LEaINyWxsiq1KD++qDQntfgQozQHi5I47wbekjAhgfTEktTs1NSC 1CKYLBMHp1QD476rbaVrtxd8/GZxsOfICq53yUt8/zM71sSemjVvG3P9opiesL3+xwV5zt7s m8MlYBCwpL7r6YcvD82axEqK2KpD18UvWNQb9GrhYqfoq7oTJjaVT95feyt1p9W6kBKpf3MZ gm/sPCSbd3ljjOLO67m1qWEJsRvbvLmleJZPcbiwbEq1/MR3qkosxRmJhlrMRcWJAHaLO4oc AgAA X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190524_062008_170765_FBF96F2A X-CRM114-Status: GOOD ( 12.61 ) 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: Tony Lindgren <tony@atomide.com>, Mark Rutland <mark.rutland@arm.com>, Rob Herring <robh+dt@kernel.org>, Daniel Schultz <d.schultz@phytec.de>, =?utf-8?q?Beno=C3=AEt_Cousson?= <bcousson@baylibre.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 |
AM335x Phytec boards update
|
expand
|