| Message ID | 1532546732-11423-1-git-send-email-joe.hershberger@ni.com |
|---|---|
| Headers | show
Return-Path: <u-boot-bounces@lists.denx.de> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=<UNKNOWN>) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ni.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 41bq3v58xpz9ryl for <incoming@patchwork.ozlabs.org>; Thu, 26 Jul 2018 21:04:27 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 48BD4C21DAF; Thu, 26 Jul 2018 11:03:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=KHOP_BIG_TO_CC autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 7B8D8C21DD4; Thu, 26 Jul 2018 11:03:10 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 391B4C21DED; Wed, 25 Jul 2018 19:28:09 +0000 (UTC) Received: from mx0b-00010702.pphosted.com (mx0a-00010702.pphosted.com [148.163.156.75]) by lists.denx.de (Postfix) with ESMTPS id 3572EC21DE8 for <u-boot@lists.denx.de>; Wed, 25 Jul 2018 19:28:04 +0000 (UTC) Received: from pps.filterd (m0098781.ppops.net [127.0.0.1]) by mx0a-00010702.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w6PJQCe8013493; Wed, 25 Jul 2018 14:27:36 -0500 Received: from ni.com (skprod2.natinst.com [130.164.80.23]) by mx0a-00010702.pphosted.com with ESMTP id 2kewd30abu-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 25 Jul 2018 14:27:36 -0500 Received: from us-aus-exch1.ni.corp.natinst.com (us-aus-exch1.ni.corp.natinst.com [130.164.68.11]) by us-aus-skprod2.natinst.com (8.16.0.22/8.16.0.22) with ESMTPS id w6PJRZ2R028905 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 25 Jul 2018 14:27:35 -0500 Received: from us-aus-exch3.ni.corp.natinst.com (130.164.68.13) by us-aus-exch1.ni.corp.natinst.com (130.164.68.11) with Microsoft SMTP Server (TLS) id 15.0.1156.6; Wed, 25 Jul 2018 14:27:34 -0500 Received: from us-aus-exhub1.ni.corp.natinst.com (130.164.68.41) by us-aus-exch3.ni.corp.natinst.com (130.164.68.13) with Microsoft SMTP Server (TLS) id 15.0.1156.6; Wed, 25 Jul 2018 14:27:34 -0500 Received: from linux-xvxi.natinst.com (130.164.49.7) by us-aus-exhub1.ni.corp.natinst.com (130.164.68.41) with Microsoft SMTP Server id 15.0.1156.6 via Frontend Transport; Wed, 25 Jul 2018 14:27:35 -0500 From: Joe Hershberger <joe.hershberger@ni.com> To: <u-boot@lists.denx.de> Date: Wed, 25 Jul 2018 14:25:29 -0500 Message-ID: <1532546732-11423-1-git-send-email-joe.hershberger@ni.com> X-Mailer: git-send-email 1.7.11.5 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2018-07-25_04:, , signatures=0 X-Proofpoint-Spam-Reason: safe X-Mailman-Approved-At: Thu, 26 Jul 2018 11:03:07 +0000 Cc: Alexander Graf <agraf@suse.de>, Joe Hershberger <joe.hershberger@ni.com>, Stefan Roese <sr@denx.de>, Tom Rini <trini@konsulko.com>, Sumit Garg <sumit.garg@nxp.com>, Heinrich Schuchardt <xypron.glpk@gmx.de>, Arun Parameswaran <arun.parameswaran@broadcom.com>, Wenbin song <wenbin.song@nxp.com>, Alexandru Gagniuc <alex.g@adaptrum.com>, Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>, Arno Steffens <star@gmx.li> Subject: [U-Boot] [PATCH 0/3] Prepare for net: phy: prevent uclass_eth device "node" field overwriting X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion <u-boot.lists.denx.de> List-Unsubscribe: <https://lists.denx.de/options/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <http://lists.denx.de/pipermail/u-boot/> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <https://lists.denx.de/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" <u-boot-bounces@lists.denx.de> |
| Series |
Prepare for net: phy: prevent uclass_eth device "node" field overwriting
|
expand
|