From: Balaji T K Date: Sun, 20 Oct 2013 18:55:18 +0000 (+0530) Subject: mmc: omap_hsmmc: Fix pbias_disable for omap4 X-Git-Tag: v3.13-rc1~50^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e002264f7e45d7661b237045577052fd0b40f89c;p=pandora-kernel.git mmc: omap_hsmmc: Fix pbias_disable for omap4 pbias_disable is set to protect the mmc pbias i/o cells in DT boot by preventing voltage switch. Currently pbias_disable is enabled only for omap3 and not for omap4 due to reg_offset difference of 0x100. Enable pbias_disable for omap4+ too by using res->start which does not include the reg_offset. Signed-off-by: Balaji T K Signed-off-by: Chris Ball --- Reading git-diff-tree failed