Re: [PATCH 1/3] mmc: clean up clockgating code

2010-11-17 Thread Chris Ball
Hi Linus, On Tue, Nov 16, 2010 at 05:56:42PM +0100, Linus Walleij wrote: > This rids the unused boolean clk_pending_gate from the code > and renames the clk_disable_work to clk_gate_work in > analogy with the other names used for gating code. > > Signed-off-by: Linus Walleij Thanks, merged into

[PATCH 1/3] mmc: clean up clockgating code

2010-11-16 Thread Linus Walleij
This rids the unused boolean clk_pending_gate from the code and renames the clk_disable_work to clk_gate_work in analogy with the other names used for gating code. Signed-off-by: Linus Walleij --- drivers/mmc/core/host.c | 19 ++- include/linux/mmc/host.h |3 +-- 2 files c