commit | 04ed8c0c5b82c284f40449bed3458a822ad70cdb | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@bootlin.com> | Thu Mar 14 20:32:53 2019 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Apr 04 10:54:59 2019 +0700 |
tree | ec5464ae96ca6e24364ebe2bba7c13f70d9cd9c7 | |
parent | fb7dea6056286dd39067f936e226702b997e3e63 [diff] |
pinctrl: sunxi: Declare set_config on the GPIO chip Our pin controller can configure the pins no matter how they are muxed, so it makes sense to allow this for GPIOs as well. Add the generic set_config function so that we can rely on the existing pinctrl code we have. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>