summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorTimo Alho <talho@nvidia.com>2013-12-28 13:00:02 +0200
committerJuha Tukkinen <jtukkinen@nvidia.com>2014-01-07 03:38:43 -0800
commite3df216ae143ddbbe8280a47743d849a6b932e1a (patch)
tree30c93a6654ef3a39808df5a345444d705c8ea864 /include/media
parentf9c631efcc1ffec05af52b54dd41253c74194667 (diff)
EDP: remove old system EDP framework (imx sensor drivers)
Revised system edp software framework has been put in place. This patch removes old system edp client code from imx091, imx132, and imx179 drivers. Bug 1431977 Change-Id: I7eb2179fb69802f85e5098aea304635ff2183e64 Signed-off-by: Timo Alho <talho@nvidia.com> Reviewed-on: http://git-master/r/350412 Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/imx091.h2
-rw-r--r--include/media/imx132.h1
-rw-r--r--include/media/imx179.h1
3 files changed, 0 insertions, 4 deletions
diff --git a/include/media/imx091.h b/include/media/imx091.h
index 028d4a11fe1c..5d58180123e0 100644
--- a/include/media/imx091.h
+++ b/include/media/imx091.h
@@ -13,7 +13,6 @@
#include <media/nvc.h>
#include <media/nvc_image.h>
-#include <linux/edp.h>
/* See notes in the nvc.h file on the GPIO usage */
enum imx091_gpio {
@@ -51,7 +50,6 @@ struct imx091_platform_data {
unsigned lens_fnumber; /* / _INT2FLOAT_DIVISOR */
unsigned lens_view_angle_h; /* / _INT2FLOAT_DIVISOR */
unsigned lens_view_angle_v; /* / _INT2FLOAT_DIVISOR */
- struct edp_client edpc_config;
bool vcm_vdd;
bool i2c_vdd;
const char *mclk_name; /* NULL for default default_mclk */
diff --git a/include/media/imx132.h b/include/media/imx132.h
index 453cffaab38d..0163edf206cb 100644
--- a/include/media/imx132.h
+++ b/include/media/imx132.h
@@ -66,7 +66,6 @@ struct imx132_platform_data {
unsigned int cam2_gpio;
bool ext_reg;
const char *mclk_name; /* NULL for default */
- struct edp_client edpc_config;
int (*power_on)(struct imx132_power_rail *pw);
int (*power_off)(struct imx132_power_rail *pw);
};
diff --git a/include/media/imx179.h b/include/media/imx179.h
index b152f038c344..52acf5e14e98 100644
--- a/include/media/imx179.h
+++ b/include/media/imx179.h
@@ -50,7 +50,6 @@ struct imx179_platform_data {
unsigned lens_fnumber; /* / _INT2FLOAT_DIVISOR */
unsigned lens_view_angle_h; /* / _INT2FLOAT_DIVISOR */
unsigned lens_view_angle_v; /* / _INT2FLOAT_DIVISOR */
- struct edp_client edpc_config;
const char *mclk_name; /* NULL for default default_mclk */
int (*probe_clock)(unsigned long);
int (*power_on)(struct nvc_regulator *);