summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDoug Zobel <dzobel1@motorola.com>2013-12-16 12:45:23 -0600
committerJames Wylder <jwylder@motorola.com>2014-03-05 17:46:59 -0600
commit9613c207efd912c864b16fa48cb26e279fdcfa57 (patch)
tree85f4c58a8710143f424a6a5d73157d1d233cbbd7 /include
parent25372d59ec0eddc27d6025be01e0f402657c96c6 (diff)
downloadolio-linux-3.10-9613c207efd912c864b16fa48cb26e279fdcfa57.tar.xz
olio-linux-3.10-9613c207efd912c864b16fa48cb26e279fdcfa57.zip
IKXCLOCK-32 cpcap: dts: Re-enable CPCAP via device_tree
CPCAP driver registration trigger is moved to device_tree so it can be controlled by hardware revision. The whole CPCAP driver is not ported to the new device_tree format because it is obsolete hardware that will be deprecated in the near future. HW specific configuration has been moved from board file to drivers/mfd/cpcap-minnow.c for the time being Change-Id: If465ef99e9313ad2e833545fb8e463f49b0209c4 Conflicts: drivers/mfd/cpcap-minnow.c Change-Id: I7935263d3d7003d3435b57377c9304ef48377f09 Reviewed-on: http://gerrit.pcs.mot.com/599815 SLTApproved: Slta Waiver <sltawvr@motorola.com> Tested-by: Jira Key <jirakey@motorola.com> Reviewed-by: Jee Su Chang <w20740@motorola.com> Submit-Approved: Jira Key <jirakey@motorola.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/spi/cpcap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/spi/cpcap.h b/include/linux/spi/cpcap.h
index 9a00b1f5ccb..6612619fe22 100644
--- a/include/linux/spi/cpcap.h
+++ b/include/linux/spi/cpcap.h
@@ -841,6 +841,7 @@ unsigned char cpcap_uc_status(struct cpcap_device *cpcap,
enum cpcap_macro macro);
int cpcap_disable_offmode_wakeups(bool disable);
+struct cpcap_platform_data *cpcap_get_plat_data(struct cpcap_device *cpcap);
#ifdef CONFIG_PM_DBG_DRV
void cpcap_irq_pm_dbg_suspend(void);