From patchwork Fri Sep 8 17:34:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 112101 Delivered-To: patch@linaro.org Received: by 10.37.128.210 with SMTP id c18csp1950131ybm; Fri, 8 Sep 2017 10:35:25 -0700 (PDT) X-Google-Smtp-Source: ADKCNb4B+kr3IgvNmV57mUagRQGCIdjFQGFT+JA6PvNSoAG1eLbGc5hx/sJAz4+vQSetP09IgYWO X-Received: by 10.80.226.195 with SMTP id q3mr2871267edl.128.1504892125346; Fri, 08 Sep 2017 10:35:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1504892125; cv=none; d=google.com; s=arc-20160816; b=xsEYxj35QuhSvOX0BYKSLqLy6MgHfsiCZR5QIgZR2xtOdEuPTS6mOCRp7dY+lHAv5d 167UoqdwZoDhoClXunFtSMi1IF2zRW8M8WqENqAHu9vsWclzwVw621k8HJD28KSF6zeq Pt8T8jIwJKnNmxdS7XvY/5q7FGVVYh3wlvMc6RjTish0dw0EB1owJpopiTh9zPlJlGAu 6PIOHma1nwZAFT++1JEE+lfeuLYg6KQw1O5lBWVDrUL7/qsI+E10xJlBk2nCZAVQZeXe 70VDWHfFRxx007ioShH0OEaIilKTHnw083ocJuX1o/Wl3R+OcvBOITmJG3GLr7ZSj9Dk oJlw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:cc:references:in-reply-to:references :in-reply-to:message-id:date:to:from:arc-authentication-results; bh=oCJqJScgHQ2snXm2RB3pybpBMU2hfcOn/xmYlJEsNSw=; b=LDJ2HW9l+PD2mel2wJILjKdv6A+fDmqWCvs9TNQB8vkCBSBw9ZsON3/QQal5prZ90A rK9tisivAobvoS9d8IkIDJYs3T5FM9BzbkxR3xf8DuLhKA0nA4iqMwnNtfrxKjFBVdQ2 B3a6LzVD5FD49W0vvgS3k4nODyDyRLABtRyoTBuMetBHteTP3+yLhjs+1sa7argemUxn Y8NYcr43mVVVnGCBK3qY6T4xwXF8xbmLa2Z0Cn0HX03wu00EnigwyVkRa3aCOxcsuYmR rjI4llWo25IMi8jkKxuqfhhoVA6ahne2IyGp1oTvbk8HkESQiAxjY18myWuB8rlcUTnJ fQwA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id 94si2493416edb.383.2017.09.08.10.35.25; Fri, 08 Sep 2017 10:35:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by lists.denx.de (Postfix, from userid 105) id D6760C21F6D; Fri, 8 Sep 2017 17:35:06 +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=none 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 44D05C21DC8; Fri, 8 Sep 2017 17:34:35 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id AA577C21C46; Fri, 8 Sep 2017 17:34:32 +0000 (UTC) Received: from mail.free-electrons.com (mail.free-electrons.com [62.4.15.54]) by lists.denx.de (Postfix) with ESMTP id C6F20C21C46 for ; Fri, 8 Sep 2017 17:34:30 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 110) id 31E7121290; Fri, 8 Sep 2017 19:34:29 +0200 (CEST) Received: from localhost (LFbn-TOU-1-209-191.w86-201.abo.wanadoo.fr [86.201.56.191]) by mail.free-electrons.com (Postfix) with ESMTPSA id 0C2BB20882; Fri, 8 Sep 2017 19:34:29 +0200 (CEST) From: Maxime Ripard To: Tom Rini , Jagan Teki Date: Fri, 8 Sep 2017 19:34:22 +0200 Message-Id: X-Mailer: git-send-email 2.13.5 In-Reply-To: References: In-Reply-To: References: Cc: Thomas Petazzoni , marex@denx.de, u-boot@lists.denx.de, Maxime Ripard Subject: [U-Boot] [PATCH 11/13] sunxi: Register usb_ether X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Call the function to register the usb_ether gadget in the board. Signed-off-by: Maxime Ripard Reviewed-by: Simon Glass --- board/sunxi/board.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/sunxi/board.c b/board/sunxi/board.c index f9224360d758..610fa89056ef 100644 --- a/board/sunxi/board.c +++ b/board/sunxi/board.c @@ -737,6 +737,8 @@ int misc_init_r(void) return ret; #endif + usb_ether_init(); + return 0; }