From: Grazvydas Ignotas Date: Sat, 26 Jun 2010 17:13:10 +0000 (+0300) Subject: Input: gpio-keys - add gpiolib debounce support X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b097ee41379900c56635e595b440077ea5705271;p=pandora-kernel.git Input: gpio-keys - add gpiolib debounce support gpiolib now has debounce support added in .35, so let's make use of it. This allows to use hardware GPIO debouncing on some platforms like OMAP. In case gpiolib debounce setup fails for some GPIO, the driver will fall back to timer based debouncing, which is what it used before. Signed-off-by: Grazvydas Ignotas --- Reading git-diff-tree failed