From mboxrd@z Thu Jan 1 00:00:00 1970 From: horms@verge.net.au (Simon Horman) Date: Sat, 25 May 2013 09:10:21 +0900 Subject: [PATCH v2] gpio-rcar: Add support for IRQ_TYPE_EDGE_BOTH In-Reply-To: <20130524094724.1510.80331.sendpatchset@w520> References: <20130524094724.1510.80331.sendpatchset@w520> Message-ID: <20130525001020.GC32093@verge.net.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, May 24, 2013 at 06:47:24PM +0900, Magnus Damm wrote: > From: Simon Horman > > As hardware support for this feature is not universal for all SoCs a flag, > has_both_edge_trigger, has been added to the platform data of the driver to > allow this feature to be enabled. > > The motivation for this is to allow use of the gpio-keys driver on the > lager board which is based on the r8a7790 SoC. The V2 of this patch has been > fully exercised using that driver on that board. > > Signed-off-by: Simon Horman > Signed-off-by: Magnus Damm Thanks, I will queue this up for v3.11 in the gpio-rcar branch.