From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E07DC433EF for ; Thu, 30 Sep 2021 04:17:07 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C5636617E4 for ; Thu, 30 Sep 2021 04:17:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C5636617E4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2858B82DC1; Thu, 30 Sep 2021 06:16:37 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="L1X71Z1l"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 719E280F9D; Thu, 30 Sep 2021 06:09:27 +0200 (CEST) Received: from mail-vk1-xa29.google.com (mail-vk1-xa29.google.com [IPv6:2607:f8b0:4864:20::a29]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 3C6128187B for ; Thu, 30 Sep 2021 06:09:10 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-vk1-xa29.google.com with SMTP id d10so2194042vke.10 for ; Wed, 29 Sep 2021 21:09:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tBXLOTIqepp0KLckl6++B2QOTQQrG2kONsQBgqdVzFE=; b=L1X71Z1lmYDfDfWusqJ4UxXuSqUfHOqGuHAtsxt4p/dDCmortYgVmWy0+rC1/gRq1Z haBoZ9g6c17fqJLMRlNSnLJ4RUp02vBP3tukexPRmU0+6QNB/EgKawbDXT2GzLQdtGQ5 zYqUD8yGgfosZE48tNhh9OQUNu4ORgWSYse5w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tBXLOTIqepp0KLckl6++B2QOTQQrG2kONsQBgqdVzFE=; b=eb7BUlc4L7KscC4g7LIBLmH3feFlMWIAM2zsAwExdAd5wWqaVKQk+RGS+HIM50xz5c /dcYTgYAFuGrC49XHp2Y8VG1GUSwqH2HNc2zg6Pa3BIFyq8j4eDnrWgu3SLd8YYcIGaE aVU4HZ/i9R7nDzJKgvuEhZdKVZz7M6/Z1pq61pOkplJ2IpWMn3D/cTcK5EHtgIAJgtqX 9ybINpYZgjqxwI4uEyPrLh7JIJMH630zHJ1Wg041mJIYSXxnK17nSQBG/rELVnK4ZI4X VXwUOICSfxl3aiCmRn3RmbiTW2ige+qkDxLyI+Ehhq7e7b7Iuh2P7CzoUfAfW2b6n7UZ 4OcQ== X-Gm-Message-State: AOAM530dWfFLgb/2hZQBvsfMGsbzo3cMFS1WvnkIs77m2CPvm/GVc7PM SuI5jCy0ubtRf5UDnocigldY9xTN9AyUdbkYL0mIyVrrhoc= X-Google-Smtp-Source: ABdhPJwyriQHqoBiEqAHLP5inqGHctIBRh9eVQpyzlu2C/doPe8wGjPtlgmuEfZW5i7o4exO1UEJ5Gv47TG9cjXNTfk= X-Received: by 2002:a1f:9f42:: with SMTP id i63mr2975188vke.16.1632974948732; Wed, 29 Sep 2021 21:09:08 -0700 (PDT) MIME-Version: 1.0 References: <20210912152837.47662-1-samuel@sholland.org> <20210912152837.47662-2-samuel@sholland.org> In-Reply-To: <20210912152837.47662-2-samuel@sholland.org> From: Simon Glass Date: Wed, 29 Sep 2021 22:08:56 -0600 Message-ID: Subject: Re: [PATCH 2/2] gpio: sunxi: Remove the sunxi_name_to_gpio_bank function To: Samuel Holland Cc: U-Boot Mailing List , Jagan Teki , Andre Przywara Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On Sun, 12 Sept 2021 at 09:28, Samuel Holland wrote: > > The only caller of this function was the MMC pinmux code, which used it > to parse a string given from a Kconfig symbol. As the Kconfig symbol has > been converted to a Boolean, this function is no longer needed. > > Signed-off-by: Samuel Holland > --- > > arch/arm/include/asm/arch-sunxi/gpio.h | 1 - > drivers/gpio/sunxi_gpio.c | 14 -------------- > 2 files changed, 15 deletions(-) Reviewed-by: Simon Glass