From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3DB86C43381 for ; Fri, 1 Mar 2019 19:22:05 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 03D272084F for ; Fri, 1 Mar 2019 19:22:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="izCXViXV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 03D272084F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=davemloft.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Mime-Version:References:In-Reply-To: From:Subject:To:Message-Id:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kPY5zQ5c4XV9w48o/SQSUr3V82Q6XKXH/M08UlmwRBs=; b=izCXViXVSFk8Gx Mxh0O9g5zJ93QfLdkVX2T24TpSoiS0k/NFROQWRBh+3wskg5bf6Mmwmw4yXiTv97hyZq7R3wrxRQb e8VYKWPnFqanJHs25iG4U/h1lBXke/aEzkA9qbn+Kdet4YsvJsNTEi7oZf/v8xx74+N/wq5trsjFT COVh6Rcbf34jwAlGa2WPDpTmuaa7ki/RYHXy9CoNE6ZmQd/ZSGtWET/4qMArYu4hszv0UJiGxu52W ZIyodzctUBkgoZzbbL+DnZLdUKNHB9Jkc09UENSfiea2tQzphJak8GTpc8/HZ3BePyQAaiDuS2hXw M30yfwuhPWljZ+xlDY8A==; 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 1gznjO-0002Sw-Jq; Fri, 01 Mar 2019 19:22:02 +0000 Received: from shards.monkeyblade.net ([2620:137:e000::1:9]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gznjK-0002SL-P7 for linux-arm-kernel@lists.infradead.org; Fri, 01 Mar 2019 19:22:00 +0000 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::cf9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id C82DE14F6CADA; Fri, 1 Mar 2019 11:21:50 -0800 (PST) Date: Fri, 01 Mar 2019 11:21:47 -0800 (PST) Message-Id: <20190301.112147.2157462489082210936.davem@davemloft.net> To: claudiu.manoil@nxp.com Subject: Re: [PATCH net-next v4 0/4] enetc: Add mdio support and device tree nodes From: David Miller In-Reply-To: <1551188543-28867-1-git-send-email-claudiu.manoil@nxp.com> References: <1551188543-28867-1-git-send-email-claudiu.manoil@nxp.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 01 Mar 2019 11:21:51 -0800 (PST) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190301_112158_871156_BDC3397A X-CRM114-Status: UNSURE ( 7.70 ) 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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: andrew@lunn.ch, devicetree@vger.kernel.org, netdev@vger.kernel.org, alexandru.marginean@nxp.com, linux-kernel@vger.kernel.org, leoyang.li@nxp.com, robh+dt@kernel.org, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel