diff options
author | Daniel Mack <daniel@zonque.org> | 2018-07-13 19:15:38 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-07-30 00:18:44 +0300 |
commit | 9dabfdd84bdfa25f0df486dd3de43e53e79a1892 (patch) | |
tree | b9037c270135e892b2d391ef2eee965dca0cb035 /crypto/fips.c | |
parent | 4bf4eed44bfe288f459496eaf38089502ef91a79 (diff) | |
download | linux-9dabfdd84bdfa25f0df486dd3de43e53e79a1892.tar.xz |
gpio: pxa: disable pinctrl calls for PXA3xx
The pxa3xx driver uses the pinctrl-single driver since a while which
does not implement a .gpio_set_direction() callback. The pinmux core
will simply return 0 in this case, and the pxa3xx gpio driver hence
believes the pinctrl driver did its job and returns as well.
This effectively makes pxa_gpio_direction_{input,output} no-ops.
To fix this, do not call into the pinctrl subsystem for the PXA3xx
platform for now. We can revert this once the pinctrl-single driver
learned to support setting pin directions.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'crypto/fips.c')
0 files changed, 0 insertions, 0 deletions