summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArun Murthy <arun.murthy@stericsson.com>2012-01-27 20:38:10 +0530
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 09:02:49 +0100
commit16a3d1eef1430f8c6027f770bc6d0033ddbc0b55 (patch)
tree6df90d1ee2ffbdd5eb5c49b1fb078db48d28eb92 /include
parente9dc88554b6cd79018dc61a6f2814ecd8f6e32ac (diff)
modem: u8500-shrm: print prcmu and abb regs on stuck timeout
ST-Ericsson Linux next: - ST-Ericsson ID: 402239 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Ia08165f58c0d55db7ed97a0c74cd4b493cf14495 Signed-off-by: Arun Murthy <arun.murthy@stericsson.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/47128 Reviewed-by: QABUILD Reviewed-by: QATEST Reviewed-by: Jonas ABERG <jonas.aberg@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 e8905e68778..b6e5c354db5 100644
--- a/include/linux/modem/shrm/shrm_driver.h
+++ b/include/linux/modem/shrm/shrm_driver.h
@@ -87,6 +87,7 @@
* @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
+ * @shm_print_dbg_info: work function to print all prcmu/abb registers
*/
struct shrm_dev {
u8 ca_wake_irq;
@@ -145,6 +146,7 @@ struct shrm_dev {
struct kthread_work shm_ca_sleep_req;
struct kthread_work shm_ac_sleep_req;
struct kthread_work shm_mod_reset_req;
+ struct kthread_work shm_print_dbg_info;
};
/**