From: Linus Walleij Date: Tue, 10 Sep 2013 09:19:55 +0000 (+0200) Subject: ARM: ixp4xx: convert remaining users to use gpiolib X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~12^2~50^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8040dd09c2ca7e70daf84f040beb3ced9602fce5;p=pandora-kernel.git ARM: ixp4xx: convert remaining users to use gpiolib A few call sites inside mach-ixp4xx were still using the custom ixp4xx GPIO API with gpio_line_* accessors, convert all these to use the standard gpiolib functions instead. Also attempt to request and label all GPIOs before use. Move the GPIO requests to per-machine device_initcalls() so we are not dependent on the GPIO chip to be available at machine_init time. Cc: Imre Kaloz Cc: Alexandre Courbot Acked-by: Krzysztof Halasa Signed-off-by: Linus Walleij --- Reading git-diff-tree failed