diff options
author | Kevin Hilman <khilman@ti.com> | 2010-09-21 10:34:09 -0600 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-09-21 15:11:30 -0600 |
commit | 12b1fdb45c2594070bb36e39cd89a33547aad8fb (patch) | |
tree | 01af153ff32c155ca5a5392badf82ffcaca6bbaa /arch/h8300 | |
parent | ff4d3e186b7b92c74a4f64360f723c603193f344 (diff) | |
download | talos-op-linux-12b1fdb45c2594070bb36e39cd89a33547aad8fb.tar.gz talos-op-linux-12b1fdb45c2594070bb36e39cd89a33547aad8fb.zip |
OMAP: hwmod: separate list locking and hwmod hardware locking
Currently omap_hwmod_mutex is being used to protect both the list
access/modification and concurrent access to hwmod functions. This
patch separates these two types of locking.
First, omap_hwmod_mutex is used only to protect access and
modification of omap_hwmod_list. Also cleaned up some comments
referring to this mutex that are no longer needed.
Then, for protecting concurrent access to hwmod functions, use a
per-hwmod mutex. This protects concurrent access to a single hwmod,
but would allow concurrent access to different hwmods.
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
[paul@pwsan.com: added structure documentation; changed mutex variable
name]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/h8300')
0 files changed, 0 insertions, 0 deletions