From patchwork Thu Mar 21 15:59:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 2315301 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id C13F3DF264 for ; Thu, 21 Mar 2013 16:39:43 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UIiT7-0005B5-SV; Thu, 21 Mar 2013 16:35:57 +0000 Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UIhvq-0001X0-Fv for linux-arm-kernel@lists.infradead.org; Thu, 21 Mar 2013 16:01:35 +0000 Received: by mail-we0-f171.google.com with SMTP id d46so574727wer.30 for ; Thu, 21 Mar 2013 09:01:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=/tOjgvXjO68cCghokUEiAhEaFg2uyks9b9nkr0dx4K4=; b=jj3dDXOQryzOcYr0W3w6kldOSXftLkxfc2AvSSaFwmPNkhanLbiWVJtatrmUTVDBmZ UKUcq/dbIjFMOa5aPJyLuVD1ojjQK4A0Hknt13bBXMmfTg5AsSdEYTIdA/sWUkJpnR44 v6z0hxWxIL/nG1IAtYhgUSqHsW+hKuJpu6+9hkQ15pl/iBTlpHX8bo4vd009r3+r5tTz 7MuB1puyG/qEJ9uPlOg++VeveHUVREBqcD+zi8VY/Pm3ItYQI0l/u83SD6Q2zk50WyHi guuWVmouToM/+4E6sq88z6Ci6T5q0IDzaw7cVMbKQ35E/zoP5jMloNdqGmJl7UQK+ZMQ 7X9g== X-Received: by 10.194.77.110 with SMTP id r14mr17945715wjw.2.1363881689839; Thu, 21 Mar 2013 09:01:29 -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 h10sm6110847wic.8.2013.03.21.09.01.27 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Mar 2013 09:01:28 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, broonie@opensource.wolfsonmicro.com Subject: [PATCH 44/46] regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulator Date: Thu, 21 Mar 2013 15:59:41 +0000 Message-Id: <1363881583-15234-45-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1363881583-15234-1-git-send-email-lee.jones@linaro.org> References: <1363881583-15234-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQmr2V2B3Ys8uPQHVNQ7idsm66t6AK0oKkTUynJ+O7KITiq+EwoPdKiHInpd5ioG8XqoVSjB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130321_120134_716000_33AD0C4D X-CRM114-Status: GOOD ( 10.59 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Lee Jones , linus.walleij@stericsson.com, arnd@arndb.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org The issues probably originated from a typo in the initial submission. Signed-off-by: Lee Jones --- 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 e82b0ad..72d1ed7 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c @@ -802,7 +802,7 @@ static struct ab8500_regulator_info .update_bank = 0x03, .update_reg = 0x80, .update_mask = 0x44, - .update_val = 0x04, + .update_val = 0x44, .update_val_idle = 0x44, .update_val_normal = 0x04, .voltage_bank = 0x03,