Re: [PATCH 5/8] OMAP2+: hwmod: rename omap_hwmod_mutex to _hwmod_list_mutex

2010-11-18 Thread Paul Walmsley
Hi Benoît, On Tue, 16 Nov 2010, Cousson, Benoit wrote: > Funny, I was about to send you a RFC to get rid of that mutex :-) > > Today that mutex is preventing us to be re-entrant during hwmod lookup and > for_each_by_class iteration, and we'd like to in order to manage link between > 2 hwmods. >

Re: [PATCH 5/8] OMAP2+: hwmod: rename omap_hwmod_mutex to _hwmod_list_mutex

2010-11-16 Thread Cousson, Benoit
Hi Paul, Funny, I was about to send you a RFC to get rid of that mutex :-) Today that mutex is preventing us to be re-entrant during hwmod lookup and for_each_by_class iteration, and we'd like to in order to manage link between 2 hwmods. The context is the link between mcbsp and sidetone on

[PATCH 5/8] OMAP2+: hwmod: rename omap_hwmod_mutex to _hwmod_list_mutex

2010-11-16 Thread Paul Walmsley
This trivial patch renames omap_hwmod_mutex to _hwmod_list_mutex to indicate clearly that it is only used for hwmod list manipulation operations. Signed-off-by: Paul Walmsley Cc: Benoît Cousson --- arch/arm/mach-omap2/omap_hwmod.c | 27 ++- 1 files changed, 14 insertio