summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/DocBook/shrm.tmpl2
-rw-r--r--arch/arm/mach-ux500/include/mach/shrm_driver.h1
-rw-r--r--arch/arm/mach-ux500/include/mach/shrm_private.h1
3 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/DocBook/shrm.tmpl b/Documentation/DocBook/shrm.tmpl
index b35e1bc4e0b..7f21cd3f7dd 100644
--- a/Documentation/DocBook/shrm.tmpl
+++ b/Documentation/DocBook/shrm.tmpl
@@ -109,6 +109,7 @@
This Section lists the API's provided by the SHRM driver used in transmission of RPC, AUDIO and SECURITY messages.
</para>
!Edrivers/char/shrm_char.c
+
</chapter>
<chapter id="private">
@@ -132,7 +133,6 @@
<para>
This Section lists some of the Data structure used by the SHRM driver.
</para>
-!Iarch/arm/mach-ux500/include/mach/shrm.h
!Iarch/arm/mach-ux500/include/mach/shrm_driver.h
!Iarch/arm/mach-ux500/include/mach/shrm_private.h
</chapter>
diff --git a/arch/arm/mach-ux500/include/mach/shrm_driver.h b/arch/arm/mach-ux500/include/mach/shrm_driver.h
index 41f518238b3..36bb8413ad9 100644
--- a/arch/arm/mach-ux500/include/mach/shrm_driver.h
+++ b/arch/arm/mach-ux500/include/mach/shrm_driver.h
@@ -173,6 +173,7 @@ struct message_queue {
* struct isadev_context - shrm char interface context
* @dl_queue: structre to store the queue related info
* @device_id: message id(ISI, RPC, AUDIO, SECURITY)
+ * @addr: device addresses.
*/
struct isadev_context {
struct message_queue dl_queue;
diff --git a/arch/arm/mach-ux500/include/mach/shrm_private.h b/arch/arm/mach-ux500/include/mach/shrm_private.h
index 33a0e18234b..1f09e7bef94 100644
--- a/arch/arm/mach-ux500/include/mach/shrm_private.h
+++ b/arch/arm/mach-ux500/include/mach/shrm_private.h
@@ -61,6 +61,7 @@ typedef void (*MSG_PENDING_NOTIF)(const u32 Wptr);
* @availablesize: available memory in fifo
* @end_addr_fifo: fifo end addr
* @fifo_virtual_addr: fifo virtual addr
+ * @fifo_update_lock: spin lock to update fifo.
*
* On writting a message to FIFO the same has to be read by the modem before
* writing the next message to the FIFO. In oder to over come this a local