]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mmc: omap_hsmmc: Remove lazy_disable
authorBalaji T K <balajitk@ti.com>
Fri, 1 Jul 2011 16:39:34 +0000 (22:09 +0530)
committerChris Ball <cjb@laptop.org>
Wed, 20 Jul 2011 21:21:16 +0000 (17:21 -0400)
commit7a8c2cef3dd6ffc586dfc5e3f63b73b4be2662e7
treef216abe7c5df38b2dc665d82950132756cb98f4b
parentca8e99b32e3863c98ac958617cc157a00bf445b8
mmc: omap_hsmmc: Remove lazy_disable

lazy_disable framework in OMAP HSMMC manages multiple low power states and
card is powered off after inactivity time of 8 seconds.  Based on previous
discussion on the list, card power (regulator) handling (when to power
OFF/ON) should ideally be handled by core layer.  Remove usage of lazy
disable to allow core layer _only_ to handle card power.  With the removal
of lazy disable framework, MMC regulators are left ON until MMC_POWER_OFF
via set_ios.

Signed-off-by: Balaji T K <balajitk@ti.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/omap_hsmmc.c