From patchwork Thu Oct 25 09:57:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 12501 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 331B823F9B for ; Thu, 25 Oct 2012 09:57:34 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id D90D2A18319 for ; Thu, 25 Oct 2012 09:57:33 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id f6so1107785iag.11 for ; Thu, 25 Oct 2012 02:57:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=v2JZ0aBrBgc+viK5j/ahHlyl298Moq4Y4gp1CPI/umM=; b=a2L6P52iir8YkdCa3+Dh9C5vJZhxES1SFc2ekFoVRpk7CIKF2e+Fr9I3L7WFo+cBeK fbq+Y7r3jZ0K8WTGtAKyzS92MWlGESsohnZafLpdgqH2s5DqdYtu7uEbOtM9aId60SKH YsCz9BwN06GqHWhIuen44x+7UAiGHak0LcFrcaeKmbUn96Mb7ua29CzPYODXz9Ud8rh5 cf9Td3zw5N/H/W9pOR+RVe0eEchtova/D3HFAYWbbiwzUJ7UhyGWLMZGOHLnm3gjfH1M +qFG0YuvDZxe3mGZII30U0zVRpAPUJdgBLau2PdYRUVSaihwqrcQ0YA8pb3mvu8l108w gwjQ== Received: by 10.50.88.233 with SMTP id bj9mr5209540igb.70.1351159053630; Thu, 25 Oct 2012 02:57:33 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp14769igt; Thu, 25 Oct 2012 02:57:32 -0700 (PDT) Received: by 10.216.145.156 with SMTP id p28mr10922844wej.140.1351159052063; Thu, 25 Oct 2012 02:57:32 -0700 (PDT) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx.google.com with ESMTPS id ct3si8793998wib.13.2012.10.25.02.57.31 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Oct 2012 02:57:32 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.172 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.172; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.172 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wi0-f172.google.com with SMTP id hq12so4809336wib.13 for ; Thu, 25 Oct 2012 02:57:31 -0700 (PDT) Received: by 10.180.79.202 with SMTP id l10mr12582699wix.9.1351159051616; Thu, 25 Oct 2012 02:57:31 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id az2sm9125291wib.10.2012.10.25.02.57.30 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Oct 2012 02:57:31 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones Subject: [PATCH 7/8] ARM: ux500: CONFIG: Enable GPIO Regulators Date: Thu, 25 Oct 2012 10:57:10 +0100 Message-Id: <1351159031-25391-8-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1351159031-25391-1-git-send-email-lee.jones@linaro.org> References: <1351159031-25391-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkp39N3fuwPiQSMaeAGRDPZtcvwu+BrBkX8IGSTb2dCNjlJo4THJ/wZF8TfHjCBQbJrV1gV It is the intention to convert the MMC voltage changing from GPIO flipping to using a proper GPIO regulator interface. A prerequisite of that is to enable the GPIO regulator functionality. As this affects all ux5x0 based boards we'll do it here instead of in the Kconfigs. Signed-off-by: Lee Jones --- arch/arm/configs/u8500_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 0575d8a..50d3c22 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -76,6 +76,7 @@ CONFIG_AB8500_CORE=y CONFIG_REGULATOR=y CONFIG_REGULATOR_AB8500=y CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_REGULATOR_GPIO=y # CONFIG_HID_SUPPORT is not set CONFIG_USB_GADGET=y CONFIG_AB8500_USB=y