From 155795b9d143f4210c19ab50462e19fdeb38bc81 Mon Sep 17 00:00:00 2001 From: Srinivas Kandagatla Date: Thu, 16 Jan 2014 15:37:31 +0000 Subject: [PATCH] pinctrl: st: Add software edge trigger interrupt support ST pin controller does not have hardware support for detecting edge triggered interrupts, It only has level triggering support. This patch attempts to fake up edge triggers from hw level trigger support in software. With this facility now the gpios can be easily used for keypads, otherwise it would be difficult for drivers like keypads to work with level trigger interrupts. Signed-off-by: Srinivas Kandagatla Signed-off-by: Linus Walleij --- Reading git-format-patch failed