From: Vaibhav Hiremath Date: Tue, 25 Jan 2011 17:37:37 +0000 (+0000) Subject: omap3evm: Change TWL related gpio API's to gpio*_cansleep X-Git-Tag: v2.6.39-rc1~432^2~23^4~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f186e9b24f84e771124c6ee47e19dac5de35f987;p=pandora-kernel.git omap3evm: Change TWL related gpio API's to gpio*_cansleep Since TWL GPIO's can go into sleep, and using normal gpio_get/set_value() API will lead to kernel dump (WARN_ON()). So replacing standard gpio_get/set_value() to gpio_get/set_value_cansleep(). Signed-off-by: Vaibhav Hiremath Reviewed-by: Charulatha V Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed