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@stericsson.com>2012-05-22 11:07:25 +0200
commit83765c8325ac699f3236e8f428f6df0a7efff4b2 (patch)
treee0c01b5147e9ad934641994aae2553f6577c0607 /include
parent2cb12e7c40790435d1ced4f711c164e7fb30f85a (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;
};
/**