mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 01:32:47 -04:00
staging: ccree: document spinlock usage
Document spinlock usage to protect against concurrent access to HW register which must occur a single request at a time. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
add496c0ba
commit
da4e52ac3e
@@ -43,6 +43,9 @@ struct ssi_request_mgr_handle {
|
||||
u32 req_queue_tail;
|
||||
u32 axi_completed;
|
||||
u32 q_free_slots;
|
||||
/* This lock protects access to HW register
|
||||
* that must be single request at a time
|
||||
*/
|
||||
spinlock_t hw_lock;
|
||||
struct cc_hw_desc compl_desc;
|
||||
u8 *dummy_comp_buff;
|
||||
|
||||
Reference in New Issue
Block a user