dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/mmc/core
Ulf Hansson b33d46c398 mmc: core: reset card voltage after power off
At power off, reset OCR mask to be the highest possible voltage
supported for the current mmc host.

This solves the re-initialization during the power up sequence.
The voltage may have been decreased due to the card accepts a lower
voltage than the voltage used during the initialization sequence.
We need to reset the voltage to by the host highest possible value
since according to specification the initialization must always be
done at high voltage.

Reviewed-by: Jonas Aberg <jonas.aberg@stericsson.com>
Signed-off-by: Ulf Hansson <ulf.hansson@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
2011-03-17 15:35:13 -04:00
..
Kconfig mmc: Aggressive clock gating framework 2011-01-08 22:48:03 -05:00
Makefile mmc: add per device quirk placeholder 2011-03-15 13:48:33 -04:00
bus.c mmc: Register debugfs dir before calling card probe function. 2011-01-08 23:52:26 -05:00
bus.h mmc: rename dev_to_mmc_card() to mmc_dev_to_card() 2010-10-23 21:11:12 +08:00
core.c mmc: core: reset card voltage after power off 2011-03-17 15:35:13 -04:00
core.h mmc: add per device quirk placeholder 2011-03-15 13:48:33 -04:00
debugfs.c mmc: Aggressive clock gating framework 2011-01-08 22:48:03 -05:00
host.c mmc: add MMC_QUIRK_BROKEN_CLK_GATING 2011-03-15 13:48:35 -04:00
host.h mmc: Aggressive clock gating framework 2011-01-08 22:48:03 -05:00
mmc.c mmc: check if mmc cards < 2GB do sector addressing 2011-03-16 12:30:25 -04:00
mmc_ops.c mmc: Test bus-width for old MMC devices 2011-01-08 23:52:09 -05:00
mmc_ops.h mmc: Test bus-width for old MMC devices 2011-01-08 23:52:09 -05:00
quirks.c mmc: remove BROKEN_CLK_GATING quirk for wl1271 2011-03-15 13:48:37 -04:00
sd.c mmc: Ensure prototypes for SD API are visible in sd.c 2011-03-15 13:48:58 -04:00
sd.h
sd_ops.c
sd_ops.h
sdio.c mmc: sdio: remember new card RCA when redetecting card 2011-03-17 15:35:09 -04:00
sdio_bus.c mmc: sdio: don't power up cards on system suspend 2011-01-08 22:48:13 -05:00
sdio_bus.h
sdio_cis.c
sdio_cis.h
sdio_io.c
sdio_irq.c
sdio_ops.c
sdio_ops.h