gpio/omap: disable debounce on idle
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 1 Feb 2012 13:10:52 +0000 (15:10 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 1 Feb 2012 22:14:16 +0000 (00:14 +0200)
After omap2_gpio_prepare_for_idle call it's not guaranteed that given
GPIO module will hit idle, so it might end up in active state but with
debounce clock disabled, which will break input functionality.

Disable debounce feature on idle to avoid this problem.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>

No differences found