kernel-ark/drivers/mmc/core
Guennadi Liakhovetski c84f15aed2 mmc: core: fix regression: set default clock gating delay to 0
A recent commit "mmc: core: Use delayed work in clock gating framework"
(597dd9d79c) introduced a default 200ms delay before clock gating
actually takes place.  This means that every time an MMC interface
becomes idle it first stays on for 200ms before gating its clock. This
leads to increased power consumption and is therefore a clear regression.
This patch restores the original behaviour by setting the default delay
to 0. Users prioritising throughput over power efficiency can still
modify the delay via sysfs.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
2012-03-04 12:18:40 -05:00
..
bus.c
bus.h
cd-gpio.c
core.c mmc: core: Fix PowerOff Notify suspend/resume 2012-02-13 20:39:02 -05:00
core.h
debugfs.c
host.c mmc: core: fix regression: set default clock gating delay to 0 2012-03-04 12:18:40 -05:00
host.h mmc: core: Ensure clocks are always enabled before host interaction 2012-02-13 20:38:58 -05:00
Kconfig
Makefile
mmc_ops.c
mmc_ops.h
mmc.c mmc: core: Fix comparison issue in mmc_compare_ext_csds 2012-02-13 20:39:02 -05:00
quirks.c
sd_ops.c
sd_ops.h
sd.c mmc: core: Ensure clocks are always enabled before host interaction 2012-02-13 20:38:58 -05:00
sd.h
sdio_bus.c
sdio_bus.h
sdio_cis.c
sdio_cis.h
sdio_io.c
sdio_irq.c mmc: core: Ensure clocks are always enabled before host interaction 2012-02-13 20:38:58 -05:00
sdio_ops.c
sdio_ops.h
sdio.c mmc: core: UHS sdio card that fails should not exceed 50MHz 2012-02-13 20:38:28 -05:00