commit | d10acc635330d6089601fd01d482ecda32e02c45 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu Apr 24 16:06:52 2014 +0200 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Sat May 03 23:59:44 2014 -0700 |
tree | 5d48acde26c134d982d3fa4da83f1e3f8684301e | |
parent | 5f9107774fc81eb7a33ac7a2c296523ce5fbb14a [diff] |
pinctrl: sunxi: Replace hardcoded pin defines by a macro We previously had an evergrowing (and exhaustive) list of the pins that could be used on any Allwinner SoCs. These defines were then used by each pinctrl driver to declare the list of functions for this pin. Since it's pretty much all boilerplate, we can remove it just by a single macro. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>