]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: ixp4xx: fix gpio rework
authorArnd Bergmann <arnd@arndb.de>
Mon, 3 Feb 2014 16:40:14 +0000 (17:40 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:23:27 +0000 (18:23 +0100)
commit5900b540e96921e3313a8992d8d9b4f9ef195404
treee48e23b16379ea852a9ba79503203cb9c64db2e3
parent42f4fdcd132e92d324ec4e0febc3476c17a8bbe7
ARM: ixp4xx: fix gpio rework

Commit cb5cb2495584c "ARM: ixp4xx: stop broadcasting the custom GPIO API"
changed the internal gpio code of ixp4xx to be accessible only from
common.c, but unfortunately that broke the Goramo MultiLink code, which
uses this API.

This tries to restore the previous state without exposing the
API globally again. A better solution might be needed.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Krzysztof Halasa <khc@pm.waw.pl>
Cc: Imre Kaloz <kaloz@openwrt.org>
arch/arm/mach-ixp4xx/common.c
arch/arm/mach-ixp4xx/goramo_mlr.c