From: Alexander Aring Date: Fri, 27 Feb 2015 08:58:30 +0000 (+0100) Subject: at86rf230: add warning if edge-triggered irq X-Git-Tag: omap-for-v4.2/o2_dc~131^2~375^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c91799c50a14137ecee6d60d2f1d9ab8bc895e52;p=pandora-kernel.git at86rf230: add warning if edge-triggered irq While testing I experience a deadlock while using the at86rf233 on a raspberry pi. The reason was an edge triggered gpio irq because the irq triggered while irq was disabled. This issue doesn't happend on a level triggered irq because the irq will hit after calling enable_irq. This patch adds a warning that it's not recommended to use a edge-triggered irq type. Also change the examples to high-level irqtype. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed