commit | af461d64e11f81db4a7619dd574fe779ae3a0884 | [log] [tgz] |
---|---|---|
author | Russ Dill <Russ.Dill@ti.com> | Wed May 09 15:08:08 2012 -0700 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri May 11 15:09:29 2012 +0300 |
tree | 4985e69beb92a6f9ed9e280dc1e6d5d6c3efb645 | |
parent | 38f3daf678d909e8ee5638f21a34f35c01343420 [diff] |
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 <Russ.Dill@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>