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)
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>

No differences found