[PATCH 05/11] [PATCH] OMAP: hwmod: separate list locking and hwmod hardware locking

2010-09-21 Thread Paul Walmsley
From: Kevin Hilman khil...@ti.com 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

Re: [PATCH] OMAP: hwmod: separate list locking and hwmod hardware locking

2010-09-01 Thread Paul Walmsley
] 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

[PATCH] OMAP: hwmod: separate list locking and hwmod hardware locking

2010-08-11 Thread Kevin Hilman
From: Kevin Hilman khil...@ti.com 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