From c2c2274e0adacc1a0c5bdb57fa1367badb7b047f Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 19 Nov 2013 19:04:03 +0000 Subject: imx233: factor adc accross targets The old code allowed each target to specify its adc targets but this proved useless since the target rely directly on imx233/lradc for input method and generic adc is mostly used for battery and debug. Remove all target specific files and provide a generic implemenation. The targets can still specify a battery temperature channel in powermgmt-target.h Change-Id: I68cf2e3e46379d174ac6d774ffb237bb15a19ae3 --- firmware/SOURCES | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 49a4edc..5cdc379 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1177,7 +1177,6 @@ target/arm/imx233/creative-zen/lcd-zenv.c target/arm/imx233/creative-zen/button-zen.c target/arm/imx233/creative-zen/debug-zen.c target/arm/imx233/creative-zen/power-zen.c -target/arm/imx233/creative-zen/adc-zen.c target/arm/imx233/creative-zen/powermgmt-zen.c target/arm/imx233/button-lradc-imx233.c #endif @@ -1189,7 +1188,6 @@ target/arm/imx233/creative-zenxfi2/lcd-zenxfi2.c target/arm/imx233/creative-zenxfi2/button-zenxfi2.c target/arm/imx233/creative-zenxfi2/debug-zenxfi2.c target/arm/imx233/creative-zenxfi2/power-zenxfi2.c -target/arm/imx233/creative-zenxfi2/adc-zenxfi2.c target/arm/imx233/creative-zenxfi2/powermgmt-zenxfi2.c #endif @@ -1201,7 +1199,6 @@ target/arm/imx233/creative-zenxfi3/lcd-zenxfi3.c target/arm/imx233/creative-zenxfi3/button-zenxfi3.c target/arm/imx233/creative-zenxfi3/debug-zenxfi3.c target/arm/imx233/creative-zenxfi3/power-zenxfi3.c -target/arm/imx233/creative-zenxfi3/adc-zenxfi3.c target/arm/imx233/creative-zenxfi3/powermgmt-zenxfi3.c #endif @@ -1212,7 +1209,6 @@ target/arm/imx233/sony-nwz/backlight-nwz.c target/arm/imx233/sony-nwz/button-nwz.c target/arm/imx233/sony-nwz/debug-nwz.c target/arm/imx233/sony-nwz/power-nwz.c -target/arm/imx233/sony-nwz/adc-nwz.c # if defined(SONY_NWZE360) target/arm/imx233/sony-nwz/lcd-nwze360.c target/arm/imx233/sony-nwz/powermgmt-nwze360.c @@ -1437,7 +1433,6 @@ target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c -target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c #endif -- cgit v1.1