pinctrl: make it possible to add multiple maps
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 30 Nov 2011 12:28:14 +0000 (13:28 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 3 Jan 2012 08:10:02 +0000 (09:10 +0100)
commit59b099b04981917ee7fbd88b6f50eeaffc9f33cd
tree454627d0c9617bf2cb878fddc282fa0a25f4736d
parent97607d157c133ab18dfcd77fa836e37fa950a44a
pinctrl: make it possible to add multiple maps

Since we now anyway make a copy of the platform-supplied pinmux
map, we can just as well make it possible to call the function
adding maps several times, so as to simplify cases (as PXA) where
several sets of disparate mappings need to be added depending on
target platform.

Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Acked-by: Arnd Bergmann <arnd@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinmux.c