From patchwork Thu May 4 13:47:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jorge Ramirez-Ortiz X-Patchwork-Id: 98538 Delivered-To: patch@linaro.org Received: by 10.140.89.200 with SMTP id v66csp596978qgd; Thu, 4 May 2017 06:50:06 -0700 (PDT) X-Received: by 10.80.186.49 with SMTP id g46mr8569327edc.15.1493905806670; Thu, 04 May 2017 06:50:06 -0700 (PDT) Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id s40si1232840edd.47.2017.05.04.06.50.06; Thu, 04 May 2017 06:50:06 -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; dkim=neutral (body hash did not verify) header.i=@linaro.org; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.denx.de (Postfix, from userid 105) id 2FE53C21C4E; Thu, 4 May 2017 13:49:34 +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=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID 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 A67C5C21C47; Thu, 4 May 2017 13:48:18 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 9467CC21BE6; Thu, 4 May 2017 13:47:18 +0000 (UTC) Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by lists.denx.de (Postfix) with ESMTPS id 4D8ACC21BE5 for ; Thu, 4 May 2017 13:47:18 +0000 (UTC) Received: by mail-wm0-f42.google.com with SMTP id 142so11863766wma.1 for ; Thu, 04 May 2017 06:47:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=M7Py69CE2RPfvbh8KcMYRrJ5Oo29yfqPKX8/DDfqQwo=; b=dckLYBzbEvc3OeuxIkftxBdp2dF8qqwywZvgUI/7e+8sDq7AarUmY213ZWZkRnYeT+ s4Avbbgx7ZGNLmhw1szBJC+bUUhuKK0flpn5pB8ow7caFTUIMlQFKacX+LUihFtuXrQe aSCYGW1jQyQyEi30v4eFDonfN2w5TBIgfhh1M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=M7Py69CE2RPfvbh8KcMYRrJ5Oo29yfqPKX8/DDfqQwo=; b=XLo/Rfd2u8erF21a/PwdVNW2qS/+0pXpmQqpBG1iViXlitlkFDlOA+UHH8F096mhNp vJWx6+tWyrFhNB1Tm4k42kgU+aQ0gWgHemVsjdf+C8VT+WIRNC7FbR0upwwKnF/5SUpe VKTJ8YkhsZK/AYXnnlKwBuVNXVYYsO62i/bNEVd5EoerRpVYGEy1xHYbuSAxkKiNnLZa gg+7dpPzVrr3l8kmeKlskyM0Z1aDIv7hrF/XDp/viZzojJhvaQR79aLem66vqmuaGefz Uro+fDY8MIzgmvts05DlKU9Pz/Kt0Hi4XKejjh4nC4j7W+DPd2H4FwGuK/DeMeeXD5XM ZhQw== X-Gm-Message-State: AN3rC/6lznydTJLB8P2UQo8zAJqgdijkGuJQoleOhyfcaAJMa5StBS67 wyuFSz1bGlfiqK5c X-Received: by 10.28.86.65 with SMTP id k62mr1931048wmb.78.1493905637926; Thu, 04 May 2017 06:47:17 -0700 (PDT) Received: from igloo.80.58.61.254 (161.red-88-1-72.dynamicip.rima-tde.net. [88.1.72.161]) by smtp.gmail.com with ESMTPSA id l29sm1093753wmi.8.2017.05.04.06.47.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 04 May 2017 06:47:17 -0700 (PDT) From: Jorge Ramirez-Ortiz To: jorge.ramirez-ortiz@linaro.org, u-boot@lists.denx.de Date: Thu, 4 May 2017 15:47:08 +0200 Message-Id: <1493905630-8788-3-git-send-email-jorge.ramirez-ortiz@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1493905630-8788-1-git-send-email-jorge.ramirez-ortiz@linaro.org> References: <1493905630-8788-1-git-send-email-jorge.ramirez-ortiz@linaro.org> X-Mailman-Approved-At: Thu, 04 May 2017 13:48:16 +0000 Cc: daniel.thompson@linaro.org, elder@linaro.org Subject: [U-Boot] [PATCH 3/5] driver: mmc: update debug info 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" This driver is used in another board; remove board information from the driver debug log. Signed-off-by: Jorge Ramirez-Ortiz Reviewed-by: Tom Rini --- drivers/mmc/hi6220_dw_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/hi6220_dw_mmc.c b/drivers/mmc/hi6220_dw_mmc.c index fdaf1e4..d795198 100644 --- a/drivers/mmc/hi6220_dw_mmc.c +++ b/drivers/mmc/hi6220_dw_mmc.c @@ -20,7 +20,7 @@ static int hi6220_dwmci_core_init(struct dwmci_host *host, int index) { - host->name = "HiKey DWMMC"; + host->name = "Hisilicon DWMMC"; host->dev_index = index;