From patchwork Mon Jan 14 14:57:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1972481 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 67404DF23A for ; Mon, 14 Jan 2013 15:01:32 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TulUO-0002De-Jw; Mon, 14 Jan 2013 14:58:16 +0000 Received: from mail-we0-f180.google.com ([74.125.82.180]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TulUK-0002DL-8T for linux-arm-kernel@lists.infradead.org; Mon, 14 Jan 2013 14:58:13 +0000 Received: by mail-we0-f180.google.com with SMTP id t57so2039779wey.25 for ; Mon, 14 Jan 2013 06:58:08 -0800 (PST) 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 :x-gm-message-state; bh=FPAHupTFPzY13/rwTyPMY2ZbZh3MUs850jkSlnNn/8Y=; b=UgsME5HFF2u/6xgmpdNLei3+UDoqljASN7bZm7gS9j+bFqcfWnUHDZK1nfiPxEPt+u CrmO5VqcdQyzMDARagUixkB7q0O2PcGTgYbi3PeyfD/Cz8L0Nsb0tB7hw7u5b1E5GWH6 6EQC7JeQLPjOvRvKikUt48URv7pf5EZnCyZVHJD/6skL3nZ3gEM7/X9d2rfnH20aE0e8 /3Jpto49Eai9Y9pqHul0PKk/p76lUD6puOhf3jzVy3cg0lFVlqEpxXscFQDp0FRRzaJX V2h9kqWekbKiJ56e55GE2wItP/c5fNe6sey0G4spBUTElV1rY+r+vR012cC5++BqnEO/ RMww== X-Received: by 10.194.89.167 with SMTP id bp7mr134816005wjb.0.1358175488767; Mon, 14 Jan 2013 06:58:08 -0800 (PST) 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 eo10sm14396939wib.9.2013.01.14.06.58.05 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Jan 2013 06:58:07 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/1] ARM: ux500: Disable Power Supply and Battery Management by default Date: Mon, 14 Jan 2013 14:57:50 +0000 Message-Id: <1358175470-5041-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQmNzZi7bbAQ/ML8RT6KAgTwPWXeehlWRXjJyn4b68SmsxQjLn/y2Lv8NahuWOYH1WshaPyq X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130114_095812_799236_DE1485EF X-CRM114-Status: GOOD ( 10.09 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.180 listed in list.dnswl.org] -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.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org The AB8500 Battery Management collection of drivers are more than a little bit broken. There is lots of work still on-going in that area and it's improving day by day; however, it's not ready to be enabled by default just yet. Signed-off-by: Lee Jones --- arch/arm/configs/u8500_defconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 231dca6..426270f 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -66,9 +66,9 @@ CONFIG_SPI=y CONFIG_SPI_PL022=y CONFIG_GPIO_STMPE=y CONFIG_GPIO_TC3589X=y -CONFIG_POWER_SUPPLY=y -CONFIG_AB8500_BM=y -CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL=y +# CONFIG_POWER_SUPPLY is not set +# CONFIG_AB8500_BM is not set +# CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL is not set CONFIG_THERMAL=y CONFIG_CPU_THERMAL=y CONFIG_MFD_STMPE=y