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: 14029 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 962E723F89 for ; Mon, 14 Jan 2013 14:58:11 +0000 (UTC) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) by fiordland.canonical.com (Postfix) with ESMTP id 3E349A188F5 for ; Mon, 14 Jan 2013 14:58:11 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id gb30so3553156vcb.40 for ; Mon, 14 Jan 2013 06:58:10 -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 :x-gm-message-state; bh=FPAHupTFPzY13/rwTyPMY2ZbZh3MUs850jkSlnNn/8Y=; b=T/CTmLZeywrMrICmEHld6u/XfQewYNQwHmBe+79TsMe5LhY6aSNK4bDibniaTNrnf7 tnnIkheKTn/7fQv5IwJKChKaZTTFUoD3faFqnSPoMP7nzsJrx5vNfeg2T5EqMkSNjOli clobHP7YGZmtXzFsSPBkbbHy3Prf1DPrhugZmaNw/UVmaERR+PNAp9M8bzH45BHqYGME 17bs/MGkPUbYx6mBjnxqFQmXlgWcF3jywLnk0CO3YVX6X7BxZr2gO8s014U/iW3ydtuC M9BiBB3316G6iXF5n6okkPoRJ7IvjIQ0Evx8e+rz0rsIrB7L2sRG5GmpUwbEWDgrAQed +LmA== X-Received: by 10.220.157.9 with SMTP id z9mr102748313vcw.45.1358175490599; Mon, 14 Jan 2013 06:58:10 -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.145.101 with SMTP id st5csp63540veb; Mon, 14 Jan 2013 06:58:09 -0800 (PST) X-Received: by 10.180.72.232 with SMTP id g8mr13230960wiv.0.1358175489319; Mon, 14 Jan 2013 06:58:09 -0800 (PST) Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by mx.google.com with ESMTPS id f17si18235573wjn.27.2013.01.14.06.58.08 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Jan 2013 06:58:09 -0800 (PST) Received-SPF: neutral (google.com: 74.125.82.52 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.52; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.52 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-wg0-f52.google.com with SMTP id 12so2101807wgh.7 for ; Mon, 14 Jan 2013 06:58:08 -0800 (PST) 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 Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones 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: ALoCoQklk7WqmbYd9qq0/79B7gnkQbpXfFkIqUm+fITUo7e4u37dBfaomxcqPcAv26j3Krg1VShm 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