commit | d9dda5a1917a01e6317f7bee81e7e6ed236d7e0a | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Sun Nov 24 09:37:01 2013 -0300 |
committer | Mark Brown <broonie@linaro.org> | Sun Nov 24 14:12:36 2013 +0000 |
tree | 9309119fa4547d6bb5d7301f916681cc565cc451 | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae [diff] |
spi: spi-gpio: Use 'cansleep' variants to access GPIO The GPIO chip in use could be of any kind, and therefore might sleep when accesing the GPIO lines. Take account of this by using cansleep instead, which is the most generic case. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Mark Brown <broonie@linaro.org>