diff options
| author | Viditha Hanumanthareddy <ngjq36@motorola.com> | 2013-12-13 10:20:12 -0600 | 
|---|---|---|
| committer | James Wylder <jwylder@motorola.com> | 2014-03-05 17:46:56 -0600 | 
| commit | 7cbf7542061416267fb2e33d719c21f7d9f1492a (patch) | |
| tree | a1f838cc53e4f4a4bd7054dc169d30e78ea02594 /include/linux/m4sensorhub.h | |
| parent | 58262e28fc9897833ab4a0dff122dff9bdbe8a33 (diff) | |
| download | olio-linux-3.10-7cbf7542061416267fb2e33d719c21f7d9f1492a.tar.xz olio-linux-3.10-7cbf7542061416267fb2e33d719c21f7d9f1492a.zip  | |
IKXCLOCK-26:  Add support for STM401
Change-Id: I60489dfee479c9994792aaa82295a960f3965ae7
Reviewed-on: http://gerrit.pcs.mot.com/587826
SLTApproved: Slta Waiver <sltawvr@motorola.com>
Tested-by: Jira Key <jirakey@motorola.com>
Reviewed-by: Douglas Zobel <dzobel1@motorola.com>
Submit-Approved: Jira Key <jirakey@motorola.com>
Diffstat (limited to 'include/linux/m4sensorhub.h')
| -rw-r--r-- | include/linux/m4sensorhub.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/m4sensorhub.h b/include/linux/m4sensorhub.h index 717e88b37a3..d2a4a094715 100644 --- a/include/linux/m4sensorhub.h +++ b/include/linux/m4sensorhub.h @@ -170,6 +170,12 @@ int m4sensorhub_load_firmware(struct m4sensorhub_data *m4sensorhub,  	unsigned short force_upgrade,  	const struct firmware *firmware); +int m4sensorhub_401_load_firmware(struct m4sensorhub_data *m4sensorhub, +	unsigned short force_upgrade, +	const struct firmware *fm); + +void m4sensorhub_hw_reset(struct m4sensorhub_data *m4sensorhub); +  /* Interrupt handler */  int m4sensorhub_irq_init(struct m4sensorhub_data *m4sensorhub);  void m4sensorhub_irq_shutdown(struct m4sensorhub_data *m4sensorhub);  |