From patchwork Sun Apr 5 22:07:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 458303 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3A76E14012F for ; Mon, 6 Apr 2015 08:17:49 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B15484B62B; Mon, 6 Apr 2015 00:17:45 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g4J1OKi9dlqS; Mon, 6 Apr 2015 00:17:45 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 13E034A04C; Mon, 6 Apr 2015 00:17:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7AD564A04E for ; Mon, 6 Apr 2015 00:17:42 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZCrPWLVOad5d for ; Mon, 6 Apr 2015 00:17:42 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pd0-f202.google.com (mail-pd0-f202.google.com [209.85.192.202]) by theia.denx.de (Postfix) with ESMTPS id 06C394A047 for ; Mon, 6 Apr 2015 00:17:39 +0200 (CEST) Received: by pdev10 with SMTP id v10so1220950pde.1 for ; Sun, 05 Apr 2015 15:17:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=HjOmBHAL7Ur9IT1w5ESbUnfo6LZG6sZKuRH80OpbDlE=; b=hmBZK6qqxPK3U3OLPvPj1tSC042CaywRjz5qb4Dpdqx3//QVvC3CihQK6F31bFc/lH PgQ1oNX1KuhVK1V1Xidz+hPcGpYmBXxNxBHnw2fE2PnGBoT/emRp6aEDdgjaIxDKFG+w CQLh6IJWKYXYfiMamYSCe7Uzc3cvcUAT3oYpe9rNHStksx6MAH3VELsGQvIuzK2LH+X9 iOHuJuh6FH7IcVD9V8MTjRUkqiiAoqooaYdqzE0ifx7Y+2DCA2dLc/bUlmZ2YS4WPazO JvB4BDxTGcxsuupjx2t02a6NXdjQXwLo7ZR/Rr8CI3/LQKr/eX26bVA8MP1B5H7l2CC0 Fmug== X-Gm-Message-State: ALoCoQkYm3f5SrhNBa/sT5Klxl13gZ0ofhMFTuxi14aU86sV6K/WH+YBYlZfTT7xwWLWk4NtbQvr X-Received: by 10.68.216.225 with SMTP id ot1mr14095962pbc.1.1428272257375; Sun, 05 Apr 2015 15:17:37 -0700 (PDT) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id z21si122450yhc.5.2015.04.05.15.17.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 Apr 2015 15:17:37 -0700 (PDT) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id 1Xed1IcV.1; Sun, 05 Apr 2015 15:17:37 -0700 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 26A6C220BC6; Sun, 5 Apr 2015 16:08:06 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Sun, 5 Apr 2015 16:07:43 -0600 Message-Id: <1428271663-3814-12-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1428271663-3814-1-git-send-email-sjg@chromium.org> References: <1428271663-3814-1-git-send-email-sjg@chromium.org> Cc: Ian Campbell Subject: [U-Boot] [PATCH v2 11/11] dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Switch this board over to use driver model for Ethernet. Signed-off-by: Simon Glass --- Changes in v2: - Drop bugfix patches that were incorporated in the Ethernet dm conversion - Drop the CONFIG_BOOTP_VCI_STRING patch configs/Linksprite_pcDuino3_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/Linksprite_pcDuino3_defconfig b/configs/Linksprite_pcDuino3_defconfig index 8c76a736..e5aabdb 100644 --- a/configs/Linksprite_pcDuino3_defconfig +++ b/configs/Linksprite_pcDuino3_defconfig @@ -17,3 +17,4 @@ CONFIG_OF_SEPARATE=y CONFIG_ETH_DESIGNWARE=y CONFIG_NETDEVICES=y CONFIG_NET=y +CONFIG_DM_ETH=y