Message ID | 1551188543-28867-1-git-send-email-claudiu.manoil@nxp.com (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 0AF50139A for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 26 Feb 2019 13:57:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EA6692B24A for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 26 Feb 2019 13:57:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DEB232B7AF; Tue, 26 Feb 2019 13:57: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=-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 96DA82B24A for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 26 Feb 2019 13:57:25 +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=TzUwmWmDl6+fKqHFUig/NxxHg+Xpd3dW45OLkFjGH4o=; b=lWi XTSD+uSRGhHQJJnWTjrguQquaAElrlvD9GcG3aOOsbENrK9Wux/5R9NUkHj2w4m41cJB0XE90HFmq m3r5tZ4W/KVbnD1nwQfb9Dni6KfK8SVoG/tmF3BqiIcU1MAGQxZmX4dFeBEnYeA14NzCfyYch95Wn 9FcnSdxvFun65pOVYslupHRKm0kIWgHGkHvu+jRVyZl/tw5uGsj2hc5atRv036yPHW2eYuq5Hjr0h Z4ygDXDW07BrestjHi8tz6pu5qMquBBdvvYQpNxyfjkP7sSxoqXieOS06Zdob1ZdKO2LPHB2DI2Yw +pGfFpvY4c+eFd+XvkEdv4CyjxLUECQ==; 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 1gydEa-0001KF-IB; Tue, 26 Feb 2019 13:57:24 +0000 Received: from inva021.nxp.com ([92.121.34.21]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gyd08-0000bZ-RI for linux-arm-kernel@lists.infradead.org; Tue, 26 Feb 2019 13:42:30 +0000 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 71A35200309; Tue, 26 Feb 2019 14:42:24 +0100 (CET) Received: from inva024.eu-rdc02.nxp.com (inva024.eu-rdc02.nxp.com [134.27.226.22]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 64CD42001F0; Tue, 26 Feb 2019 14:42:24 +0100 (CET) Received: from fsr-ub1664-016.ea.freescale.net (fsr-ub1664-016.ea.freescale.net [10.171.71.216]) by inva024.eu-rdc02.nxp.com (Postfix) with ESMTP id E209D205EB; Tue, 26 Feb 2019 14:42:23 +0100 (CET) From: Claudiu Manoil <claudiu.manoil@nxp.com> To: Rob Herring <robh+dt@kernel.org>, Shawn Guo <shawnguo@kernel.org>, Li Yang <leoyang.li@nxp.com>, "David S . Miller" <davem@davemloft.net> Subject: [PATCH net-next v4 0/4] enetc: Add mdio support and device tree nodes Date: Tue, 26 Feb 2019 15:42:19 +0200 Message-Id: <1551188543-28867-1-git-send-email-claudiu.manoil@nxp.com> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190226_054229_021870_48B99CBD X-CRM114-Status: UNSURE ( 8.46 ) 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 <andrew@lunn.ch>, devicetree@vger.kernel.org, netdev@vger.kernel.org, alexandru.marginean@nxp.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 |
enetc: Add mdio support and device tree nodes
|
expand
|
From: Claudiu Manoil <claudiu.manoil@nxp.com> Date: Tue, 26 Feb 2019 15:42:19 +0200 > This is the missing part to enable PCI probing of the ENETC ethernet > ports on the LS1028A SoC and external traffic on the LS1028A RDB board. > It's one of the first items on the TODO list for the recently merged > ENETC ethernet driver. > > v3: Add DT bindings doc for ENETC connections > v4: none Series applied, thank you.