From patchwork Mon Feb 4 11:53:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 14483 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 D6AC223F96 for ; Mon, 4 Feb 2013 11:56:52 +0000 (UTC) Received: from mail-ve0-f172.google.com (mail-ve0-f172.google.com [209.85.128.172]) by fiordland.canonical.com (Postfix) with ESMTP id 8EFA2A18610 for ; Mon, 4 Feb 2013 11:56:52 +0000 (UTC) Received: by mail-ve0-f172.google.com with SMTP id cz11so3082075veb.17 for ; Mon, 04 Feb 2013 03:56:52 -0800 (PST) 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=4UbD9YDUna+nZ9VDll9YmLX0bcWNiWGci1t34eBlOGc=; b=O069IJAbWIpGxlceYMy5jovrP/8Rsh3omHvz6deCNh3KEqFLqV2c5DGq1MSMDO9vsh +pEQo8NNlnZ9by9M3rlMpeIeriuDY2BonvPMrH0YNcVo6WuIDFsFBnx4Z2yQz7QQFm9f tzTAhKbFVHQ16jl3L8IVStsj6N8owPGEo7fV9VzxFxf+gDuHt328ghwyqlDFsId5usvn fECkn4TiTKBGELqzfxWxP4I2FqLDedGNS/RreZutVEoVMSw8n6QSNc+326zcQxfLMJyK +vvFpeHCj1zqntpjdhrzF9oHhDIrRlGsEW2HHBEm3ZQ5p5m/Px06VyLs71p7q4bZ6OK2 /3PQ== X-Received: by 10.58.48.231 with SMTP id p7mr18052823ven.11.1359979012121; Mon, 04 Feb 2013 03:56:52 -0800 (PST) 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.58.252.8 with SMTP id zo8csp83073vec; Mon, 4 Feb 2013 03:56:51 -0800 (PST) X-Received: by 10.180.97.197 with SMTP id ec5mr9874982wib.1.1359979011223; Mon, 04 Feb 2013 03:56:51 -0800 (PST) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by mx.google.com with ESMTPS id e6si5718815wjy.104.2013.02.04.03.56.50 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 03:56:51 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.175 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.175; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.175 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-f175.google.com with SMTP id l13so2252615wie.14 for ; Mon, 04 Feb 2013 03:56:50 -0800 (PST) X-Received: by 10.194.179.34 with SMTP id dd2mr34910205wjc.1.1359979010747; Mon, 04 Feb 2013 03:56:50 -0800 (PST) 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 j9sm12937128wia.5.2013.02.04.03.56.48 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 03:56:49 -0800 (PST) From: Lee Jones To: linux-kernel@vger.kernel.org, broonie@opensource.wolfsonmicro.com Cc: Jonas Aaberg , Lee Jones Subject: [PATCH 34/73] regulator: ab8500: Correct TVOUT regulator start-up delay Date: Mon, 4 Feb 2013 11:53:49 +0000 Message-Id: <1359978868-28736-35-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1359978868-28736-1-git-send-email-lee.jones@linaro.org> References: <1359978868-28736-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQm7Boro8KiCTeZTsY9P3HeFJlk0ndGwpRhRYhR0A8aRBWGPJJOABrWit1rJyZICXCVf8d/I From: Jonas Aaberg 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index 9b41828..861a669 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c @@ -485,9 +485,9 @@ static struct ab8500_regulator_info .owner = THIS_MODULE, .n_voltages = 1, .min_uV = 2000000, - .enable_time = 10000, + .enable_time = 500, }, - .delay = 10000, + .delay = 500, .load_lp_uA = 1000, .update_bank = 0x03, .update_reg = 0x80,