summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArun Murthy <arun.murthy@stericsson.com>2011-10-10 14:55:06 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:07:17 +0200
commit74d2fc32aa4b51a735764414e04eaaef56746a1a (patch)
tree059437da7dfd0739fc6c9728001925e300adbceb /include
parent34d303fe6838a2dc710c99a2d5f07f06e8dedf03 (diff)
u8500-shrm: Initiate MSR in case of serious bug
During APE-Modem communication, for some reasson if software or hardware fails, instead of calling kernel function BUG() and halting the system making it no more useful until reboot, initiate a MSR. ST-Ericsson Linux next: NA ST-Ericsson ID: 366150 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I59e93b338c3242b506be7775487be065421022b8 Signed-off-by: Arun Murthy <arun.murthy@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/33416 Reviewed-by: Bibek BASU <bibek.basu@stericsson.com> Reviewed-by: QABUILD Reviewed-by: Magnus TEMPLING <magnus.templing@stericsson.com> Reviewed-by: Rickard EVERTSSON <rickard.evertsson@stericsson.com> Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/modem/shrm/shrm_driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/modem/shrm/shrm_driver.h b/include/linux/modem/shrm/shrm_driver.h
index e7b87005565..8fa215571eb 100644
--- a/include/linux/modem/shrm/shrm_driver.h
+++ b/include/linux/modem/shrm/shrm_driver.h
@@ -77,6 +77,7 @@
* @shm_ca_wake_req: work to send cmt-ape wake request
* @shm_ca_sleep_req: work to send cmt-ape sleep request
* @shm_ac_sleep_req: work to send ape-cmt sleep request
+ * @shm_mod_reset_req: work to send a reset request to modem
*/
struct shrm_dev {
u8 ca_wake_irq;
@@ -127,6 +128,7 @@ struct shrm_dev {
struct work_struct shm_ca_wake_req;
struct work_struct shm_ca_sleep_req;
struct work_struct shm_ac_sleep_req;
+ struct work_struct shm_mod_reset_req;
};
/**