From: David Brownell Date: Mon, 13 Oct 2008 20:03:07 +0000 (-0700) Subject: hsmmc.c glue uses standard GPIO calls X-Git-Tag: v2.6.27-omap1~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8a2b4ba934390de12075afbbb3391276c22f39;p=pandora-kernel.git hsmmc.c glue uses standard GPIO calls Convert the hsmmc init code over to standard GPIO calls: gpio_request(), gpio_free(), gpio_get_value_cansleep(). NOTE that this doesn't pass GPIO numbers in to hsmmc_init(); those values are still hard-wired. (For the write protect signal, the LACK of value is hard-wired...) So the hsmmc glue is still kind of problematic. Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed