From patchwork Thu Mar 28 16:11:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 15732 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 3FA2723E10 for ; Thu, 28 Mar 2013 16:12:16 +0000 (UTC) Received: from mail-ve0-f170.google.com (mail-ve0-f170.google.com [209.85.128.170]) by fiordland.canonical.com (Postfix) with ESMTP id E1BD7A1889A for ; Thu, 28 Mar 2013 16:12:15 +0000 (UTC) Received: by mail-ve0-f170.google.com with SMTP id 15so2878566vea.1 for ; Thu, 28 Mar 2013 09:12:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=cJ+8WnIZ1LxQk+GVGwuSK62ORqywQz0ksc1chRrHD/A=; b=Oru4SuinBmImzVrEd6qsswenjo0hCkOlcexeh7rm4kf9OCCPUkye072+oCnOvBgSVv AsVU2JTArA/JN4APYDu8zO5qH7F1PjVIZgoGMwwZ1vOdQLdySoWaZP2O1RufNH6t/Vzd nEZAq/f1d8ec6BmHGyAFTSjIkPWK4LYhO2c3TAhVWhTsTthWYikZwhvKoIcqhGLeEMwx FIY0Q6pxx0LRsImt582OaPeUtZCKT3ac2mHWLXWXPVZ4WmFOTRgeGtZmDBfczUgwFrSf Tw2RIE+KMdFV16nHzWicJoW50kIva8VvzPu+7ICtbVht/D0zIMtCSJJYtXAGmr/EATI2 /kRA== X-Received: by 10.58.224.101 with SMTP id rb5mr27999540vec.17.1364487135449; Thu, 28 Mar 2013 09:12:15 -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.59.4.204 with SMTP id cg12csp22405ved; Thu, 28 Mar 2013 09:12:15 -0700 (PDT) X-Received: by 10.180.37.146 with SMTP id y18mr17495438wij.10.1364487134582; Thu, 28 Mar 2013 09:12:14 -0700 (PDT) Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]) by mx.google.com with ESMTPS id y13si10110296wjw.97.2013.03.28.09.12.14 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Mar 2013 09:12:14 -0700 (PDT) Received-SPF: neutral (google.com: 2a00:1450:400c:c05::22a is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=2a00:1450:400c:c05::22a; Authentication-Results: mx.google.com; spf=neutral (google.com: 2a00:1450:400c:c05::22a 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-f170.google.com with SMTP id hm11so3564152wib.3 for ; Thu, 28 Mar 2013 09:12:14 -0700 (PDT) X-Received: by 10.194.176.34 with SMTP id cf2mr12266391wjc.59.1364487134208; Thu, 28 Mar 2013 09:12:14 -0700 (PDT) Received: from localhost.localdomain (cpc34-aztw25-2-0-cust250.18-1.cable.virginmedia.com. [86.16.136.251]) by mx.google.com with ESMTPS id o5sm16765926wix.3.2013.03.28.09.12.12 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Mar 2013 09:12:13 -0700 (PDT) From: Lee Jones To: linux-kernel@vger.kernel.org, broonie@opensource.wolfsonmicro.com Cc: Lee Jones , Jonas Aaberg Subject: [PATCH 12/33] regulator: ab8500: Correct TVOUT regulator enable time Date: Thu, 28 Mar 2013 16:11:12 +0000 Message-Id: <1364487093-19551-13-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1364487093-19551-1-git-send-email-lee.jones@linaro.org> References: <1364487093-19551-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkJSi4XrMeG1StHtBwBNiPTaqDcmotrnBGB256czwaDB0c26aWjllDSmrlkzaI88g2V2jHR Update TVOUT regulator to match specification. Was 10ms - changed to 500us. Signed-off-by: Jonas Aaberg Signed-off-by: Lee Jones Reviewed-by: Bengt JONSSON --- drivers/regulator/ab8500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index d98014c..e1d38ac 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c @@ -479,7 +479,7 @@ static struct ab8500_regulator_info .owner = THIS_MODULE, .n_voltages = 1, .min_uV = 2000000, - .enable_time = 10000, + .enable_time = 500, }, .load_lp_uA = 1000, .update_bank = 0x03,