From: Linus Walleij Date: Mon, 9 Sep 2013 12:53:02 +0000 (+0200) Subject: ARM: iop32x: read N2100 power key using gpiolib X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~12^2~57^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc3b79f5dbddd4ab210beb9cc6da102a1032b89;p=pandora-kernel.git ARM: iop32x: read N2100 power key using gpiolib Refrain from using the custom gpio_line_get() to read the power key on the N2100, use the gpiolib function gpio_get() instead. Also request the line in the GPIOs initicall, and move the poll timer setup to that inicall so the gpio chip is available before we request this GPIO and start to poll it. Cc: Lennert Buytenhek Cc: Dan Williams Cc: Mikael Pettersson Tested-by: Aaro Koskinen Signed-off-by: Linus Walleij --- Reading git-diff-tree failed