summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPedro Perez de Heredia <pedro.perez@digi.com>2011-12-26 21:59:44 +0100
committerPedro Perez de Heredia <pedro.perez@digi.com>2011-12-26 21:59:44 +0100
commit414f724b6ce3a012b0d3524d01d1b710c7a3d4fa (patch)
treea5d04a7ca9ecc799071946649b4aafe3d6d2d609 /include
parentceb566ece580f2ca0c259024dbd1f372b65ec596 (diff)
ldb: fix how cmdline params are parsed and add gpio config
This commit fixes the way the driver parses the command line parameters. It also adds the code to call the pin configuration functions based on the bridge setup. Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ldb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ldb.h b/include/linux/ldb.h
index 6540694b7498..359a8d672d35 100644
--- a/include/linux/ldb.h
+++ b/include/linux/ldb.h
@@ -77,6 +77,9 @@ typedef struct _ldb_chan_mode_parm {
ldb_channel_mode_t channel_mode;
} ldb_chan_mode_parm;
+extern void gpio_lvds_active(int interf);
+extern void gpio_lvds_inactive(int interf);
+
/* IOCTL commands */
#define LDB_BGREF_RMODE _IOW('L', 0x1, ldb_bgref_parm)
#define LDB_VSYNC_POL _IOW('L', 0x2, ldb_vsync_parm)