Searched hist:"4 c02cba18cc9de672a554ddda4f23dec8cb4b48e" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm2835.c | 4c02cba18cc9de672a554ddda4f23dec8cb4b48e Thu Nov 19 00:32:27 UTC 2015 Stefan Wahren <stefan.wahren@i2se.com> pinctrl: bcm2835: Fix initial value for direction_output
Currently the provided initial value for bcm2835_gpio_direction_output has no effect. So fix this issue by changing the value before changing the GPIO direction. As a result we need to move the function below bcm2835_gpio_set.
Suggested-by: Martin Sperl <kernel@martin.sperl.org> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Acked-by: Eric Anholt <eric@anholt.net> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Fixes: e1b2dc70cd5b ("pinctrl: add bcm2835 driver") Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|