From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v4 0/4] enetc: Add mdio support and device tree nodes Date: Fri, 01 Mar 2019 11:21:47 -0800 (PST) Message-ID: <20190301.112147.2157462489082210936.davem@davemloft.net> References: <1551188543-28867-1-git-send-email-claudiu.manoil@nxp.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1551188543-28867-1-git-send-email-claudiu.manoil@nxp.com> Sender: linux-kernel-owner@vger.kernel.org To: claudiu.manoil@nxp.com Cc: robh+dt@kernel.org, shawnguo@kernel.org, leoyang.li@nxp.com, alexandru.marginean@nxp.com, andrew@lunn.ch, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org From: Claudiu Manoil 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.