From patchwork Thu Jun 7 10:10:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hannes Schmelzer X-Patchwork-Id: 926253 X-Patchwork-Delegate: sbabic@denx.de Return-Path: 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=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=oevsv.at Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 411hBP5vgPz9s4w for ; Thu, 7 Jun 2018 20:10:35 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 05225C22043; Thu, 7 Jun 2018 10:10:27 +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 EE92FC21EF0; Thu, 7 Jun 2018 10:10:24 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 1648AC21EF0; Thu, 7 Jun 2018 10:10:23 +0000 (UTC) Received: from mail.schmelzer.or.at (mail.schmelzer.or.at [87.106.47.214]) by lists.denx.de (Postfix) with ESMTP id B631FC21C4A for ; Thu, 7 Jun 2018 10:10:22 +0000 (UTC) Received: from localhost (s15287728.onlinehome-server.info [127.0.0.1]) by hamspirit.at (Postfix) with ESMTP id 8542E8F480BF; Thu, 7 Jun 2018 10:10:22 +0000 (UTC) Received: from mail.schmelzer.or.at ([127.0.0.1]) by localhost (s15287728.onlinehome-server.info [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BG7XpVi4ezz1; Thu, 7 Jun 2018 10:10:17 +0000 (UTC) Received: from scm-ws12.ad.schmelzer.or.at (91-115-67-88.adsl.highway.telekom.at [91.115.67.88]) by hamspirit.at (Postfix) with ESMTP id 732338F480BC; Thu, 7 Jun 2018 10:10:16 +0000 (UTC) From: Hannes Schmelzer To: u-boot@lists.denx.de Date: Thu, 7 Jun 2018 12:10:09 +0200 Message-Id: <1528366209-1207-1-git-send-email-oe5hpm@oevsv.at> X-Mailer: git-send-email 2.7.4 Cc: Alexey Brodkin , fabio.estevam@nxp.com, Hannes Schmelzer , Eugeniy Paltsev , Vipul Kumar Subject: [U-Boot] [PATCH] drivers/gpio/mxc: fix MXC GPIO name in KConfig 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" The naming with "UART" is obviously wrong, we fix this here. Signed-off-by: Hannes Schmelzer Reviewed-by: Simon Glass Reviewed-by: Fabio Estevam --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b7e4ffb..29af22e 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -109,7 +109,7 @@ config MSM_GPIO - MSM8916 config MXC_GPIO - bool "Freescale/NXP MXC UART driver" + bool "Freescale/NXP MXC GPIO driver" help Support GPIO controllers on various i.MX platforms