Re: [PATCH 3/3] mmc: protect some gating variables

2010-11-17 Thread Chris Ball
Hi Linus, On Tue, Nov 16, 2010 at 05:57:00PM +0100, Linus Walleij wrote: > This adds some more picky variable protection to the state holders > for the clock gating code. This is particularly important when > ordinary .set_ios() calls would race with the .set_ios() call > resulting from a delayed

[PATCH 3/3] mmc: protect some gating variables

2010-11-16 Thread Linus Walleij
This adds some more picky variable protection to the state holders for the clock gating code. This is particularly important when ordinary .set_ios() calls would race with the .set_ios() call resulting from a delayed gate operation. Signed-off-by: Linus Walleij --- drivers/mmc/core/core.c | 33