From: Linus Walleij Date: Tue, 10 Sep 2013 10:53:03 +0000 (+0200) Subject: input: misc: ixp4-beeper: switch to use gpiolib X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~12^2~50^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c9fc2315ad7a57af1a5124ad911870b60d9bd0;p=pandora-kernel.git input: misc: ixp4-beeper: switch to use gpiolib The platform using this beeper has support for gpiolib, so there is no point to use the custom gpio_line* API. A strange ambiguity where a line was first set as input and then driven high was solved by first driving the line high as output and then switch it to input. Cc: Imre Kaloz Cc: Alexandre Courbot Acked-by: Dmitry Torokhov Acked-by: Arnd Bergmann Acked-by: Krzysztof Halasa Signed-off-by: Linus Walleij --- Reading git-diff-tree failed