From patchwork Sun Mar 12 23:28:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 95192 Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp952670qgd; Sun, 12 Mar 2017 16:28:45 -0700 (PDT) X-Received: by 10.99.126.76 with SMTP id o12mr33091026pgn.1.1489361325831; Sun, 12 Mar 2017 16:28:45 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e3si16421668plb.171.2017.03.12.16.28.45; Sun, 12 Mar 2017 16:28:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; 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 linux-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-gpio-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935482AbdCLX2p (ORCPT + 4 others); Sun, 12 Mar 2017 19:28:45 -0400 Received: from mail-lf0-f50.google.com ([209.85.215.50]:35827 "EHLO mail-lf0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933311AbdCLX2p (ORCPT ); Sun, 12 Mar 2017 19:28:45 -0400 Received: by mail-lf0-f50.google.com with SMTP id j90so57567940lfk.2 for ; Sun, 12 Mar 2017 16:28:43 -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=VuNhIOmrVBRAhK+bM+miHAenqs1GCEzb6KRkEk/s+7A=; b=ZznhPo36N18T7T/HAMLsKp4TiSLPtRtDOX8oErBKOFYUDP+Ee0vba7g791rpYgGGH7 mIYxFw7XINejj4T2YnyoODwleN0IjYT+0+TsadSDdX7cKpjUFZV5B21XJb+gYoeAiynt 9tUiMf/K3hDTSJxDLPmvAa/ollSzeFPi7+Dz0= 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=VuNhIOmrVBRAhK+bM+miHAenqs1GCEzb6KRkEk/s+7A=; b=DMiPYPyz+QoMo1xco7p0TYUPwBKbiz7jXFh/dPGXthZ0ux0RqY9weUiMb/vTd8Yw8q 1y9fH1y5X88nz6I2cWX+o9HS41vR5lWhX7oKIzuwJ1enQaPOIqqUQ+kuFX1+1aVd+pgR JVTn0vDKhO5/kPnLtARkIaAyNOBuvefxxK6Y2xTf806MJh113iGat4epe6/kcOd7wIsS B6BEoLcaHIFQ5WvOSlzk82sb1Hsp4AwTJhZt56NBUMEjgLLPXfj8dVAmcMHpbYSEYDJx SHEKSdMio6SOnp1ZViwiyToQFHCNiB7G0bHUk7dFVZDey76hLppKh6xE9IHkT+reTPp9 yvVg== X-Gm-Message-State: AMke39keI1sNL9PShMt3PFGyBCw0FOZGiSeBq1iGenNxHVk5xOf9p/NdseT3wrSuEbmMipDN X-Received: by 10.25.193.70 with SMTP id r67mr7685190lff.66.1489361323133; Sun, 12 Mar 2017 16:28:43 -0700 (PDT) Received: from localhost.localdomain (c-357171d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.113.53]) by smtp.gmail.com with ESMTPSA id l137sm1811955lfb.64.2017.03.12.16.28.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Mar 2017 16:28:41 -0700 (PDT) From: Linus Walleij To: Hans Ulli Kroll , Florian Fainelli , Jonas Jensen , Alexandre Courbot Cc: Janos Laube , Paulius Zaleckas , openwrt-devel@openwrt.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, Linus Walleij Subject: [PATCH 6/6] ARM: gemini: select the right GPIO block Date: Mon, 13 Mar 2017 00:28:18 +0100 Message-Id: <20170312232818.26304-6-linus.walleij@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170312232818.26304-1-linus.walleij@linaro.org> References: <20170312232818.26304-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org We want to select the GPIO_FTGPIO010 symbol for the generic Faraday FTGPIO010 driver, not the old driver. Cc: Jonas Jensen Signed-off-by: Linus Walleij --- arch/arm/mach-gemini/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/mach-gemini/Kconfig b/arch/arm/mach-gemini/Kconfig index 2dd8bc720089..eaae82637da3 100644 --- a/arch/arm/mach-gemini/Kconfig +++ b/arch/arm/mach-gemini/Kconfig @@ -4,7 +4,7 @@ menuconfig ARCH_GEMINI select ARM_APPENDED_DTB # Old Redboot bootloaders deployed select FARADAY_FTINTC010 select FTTMR010_TIMER - select GPIO_GEMINI + select GPIO_FTGPIO010 select GPIOLIB select POWER_RESET select POWER_RESET_GEMINI_POWEROFF