From: Balaji T K Date: Fri, 1 Jul 2011 16:39:34 +0000 (+0530) Subject: mmc: omap_hsmmc: Remove lazy_disable X-Git-Tag: v3.1-rc1~321^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a8c2cef3dd6ffc586dfc5e3f63b73b4be2662e7;p=pandora-kernel.git 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 Signed-off-by: Chris Ball --- Reading git-diff-tree failed