pinctrl: sunxi: Replace hardcoded pin defines by a macro
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 24 Apr 2014 14:06:52 +0000 (16:06 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 4 May 2014 06:59:44 +0000 (23:59 -0700)
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>

No differences found