From 5a92750133ffd998e92e4f7ed874fae61d67aeed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heiko=20St=C3=BCbner?= Date: Wed, 16 Oct 2013 01:09:08 +0200 Subject: [PATCH] pinctrl: rockchip: emulate both edge triggered interrupts The gpio interrupt controller on Rockchip socs can do edge triggers only for single edges but not both. Nevertheless a lot of gpio users rely on the availability of both-edge triggered interrupts - i.e. gpio-keys. Therefore implement a solution similar to pinctrl-coh901 re-setting the triggering edge depending on the gpio value in the interrupt demuxer. Signed-off-by: Heiko Stuebner Signed-off-by: Linus Walleij --- Reading git-format-patch failed