From: Russ Dill Date: Wed, 9 May 2012 22:08:08 +0000 (-0700) Subject: OMAPDSS: TFP410: use gpio_set_value_cansleep X-Git-Tag: v3.5-rc1~7^2~5^2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af461d64e11f81db4a7619dd574fe779ae3a0884;p=pandora-kernel.git OMAPDSS: TFP410: use gpio_set_value_cansleep The Beagleboard xM gpio used for TFP410 powerdown is connected through an I2C attached chip which means setting the GPIO can sleep. Code that calls tfp410_power_on/off holds a mutex, so sleeping should be fine. Signed-off-by: Russ Dill Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed