]> Git Repo - linux.git/commitdiff
power_supply: Mark da9052 driver as broken
authorAnton Vorontsov <[email protected]>
Tue, 10 Jan 2012 00:53:37 +0000 (04:53 +0400)
committerAnton Vorontsov <[email protected]>
Tue, 10 Jan 2012 01:14:10 +0000 (05:14 +0400)
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 <[email protected]>
Signed-off-by: Anton Vorontsov <[email protected]>
drivers/power/Kconfig

index ecc1b49c25ddd1d24ca61ce6d510044783afaf56..3a8daf858742ca6ebfe535786ec12944369d6022 100644 (file)
@@ -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.
This page took 0.057995 seconds and 4 git commands to generate.