commit | e72394e2ea196a0cba70c7aeb861ff9c1fa2b1b6 | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Tue Aug 21 18:42:32 2018 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Aug 29 13:36:48 2018 +0200 |
tree | 7ffd2c3a524d15bcd1a971913f335af126612eda | |
parent | 4717b11f80cf81b069f76e6225dc1caf194e1a58 [diff] |
pinctrl: ingenic: Merge GPIO functionality Merge the code of the gpio-ingenic driver into the pinctrl-ingenic driver. The reason behind this, is that the same hardware block handles both pin config / muxing and GPIO. ingenic_gpio_probe() have been marked as __init, but for the most part, the code is the exact same as what it was in the gpio-ingenic driver. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>