aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorAnton Vorontsov <cbouatmailru@gmail.com>2012-01-10 04:53:37 +0400
committerAnton Vorontsov <cbouatmailru@gmail.com>2012-01-10 05:14:10 +0400
commit6cfc2a23540667cff6da6e41d1f1167a9a45aa9a (patch)
tree63b8f747b5235a8138e4aeccb4519a1cadb559ac /drivers/power
parentpower_supply: Drop usage of nowarn variant of sysfs_create_link() (diff)
downloadlinux-dev-6cfc2a23540667cff6da6e41d1f1167a9a45aa9a.tar.xz
linux-dev-6cfc2a23540667cff6da6e41d1f1167a9a45aa9a.zip
power_supply: Mark da9052 driver as broken
There are some problems with MFD part of this driver, so the driver fails to build: drivers/power/da9052-battery.c: In function 'da9052_bat_read_volt': drivers/power/da9052-battery.c:293:2: error: implicit declaration of function 'da9052_adc_manual_read' [-Werror=implicit-function-declaration] drivers/power/da9052-battery.c: In function 'da9052_bat_check_presence': drivers/power/da9052-battery.c:306:2: error: implicit declaration of function 'da9052_adc_read_temp' [-Werror=implicit-function-declaration] drivers/power/da9052-battery.c: In function 'da9052_determine_vc_tbl_index': drivers/power/da9052-battery.c:348:1: warning: control reaches end of non-void function [-Wreturn-type] cc1: some warnings being treated as errors The fix for MFD part will probably go post -rc1 (or in the next merge window), so let's disable the driver for now. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index ecc1b49c25dd..3a8daf858742 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -153,6 +153,7 @@ config BATTERY_DA9030
config BATTERY_DA9052
tristate "Dialog DA9052 Battery"
depends on PMIC_DA9052
+ depends on BROKEN
help
Say Y here to enable support for batteries charger integrated into
DA9052 PMIC.