[PATCH] mmc: sh_mmcif: support aggressive clock gating

2011-02-25 Thread Guennadi Liakhovetski
To support MMC aggressive clock gating the driver has to stop the interface clock, when the .set_ios() method is called with .clock == 0. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Tested on ap4evb and ecovec drivers/mmc/host/sh_mmcif.c | 10 +- 1 files changed, 5

Re: [PATCH] mmc: sh_mmcif: support aggressive clock gating

2011-02-25 Thread Chris Ball
Hi Guennadi, On Fri, Feb 25, 2011 at 04:58:38PM +0100, Guennadi Liakhovetski wrote: To support MMC aggressive clock gating the driver has to stop the interface clock, when the .set_ios() method is called with .clock == 0. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de ---