From: Vincent Pelletier Date: Thu, 20 Aug 2015 19:00:19 +0000 (-0700) Subject: Input: gpio_keys_polled - request GPIO pin as input. X-Git-Tag: omap-for-v4.3/fixes-merge-window~74^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ae5ddb6f8837558928a1a694c7b8af7f09fdd21;p=pandora-kernel.git Input: gpio_keys_polled - request GPIO pin as input. GPIOF_IN flag was lost in: Commit 633a21d80b4a("input: gpio_keys_polled: Add support for GPIO descriptors"). Without this flag, legacy code path (for non-descriptor GPIO declarations) would configure GPIO as output (0 meaning GPIOF_DIR_OUT | GPIOF_INIT_LOW). Cc: stable@vger.kernel.org Signed-off-by: Vincent Pelletier Reviewed-by: Mika Westerberg Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed