1
0
Fork 0
alistair23-linux/drivers/net/ieee802154
Alexander Aring c91799c50a 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 <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-02-27 18:42:44 +01:00
..
Kconfig ieee802154: remove fakehard driver 2014-10-25 21:55:37 +02:00
Makefile ieee802154: remove fakehard driver 2014-10-25 21:55:37 +02:00
at86rf230.c at86rf230: add warning if edge-triggered irq 2015-02-27 18:42:44 +01:00
cc2520.c ieee802154: cc2520: Fix space before , coding style issue 2015-02-02 06:09:35 +01:00
fakelb.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
mrf24j40.c ieee802154/mrf24j40: Fix alignment of parenthesis 2014-12-19 00:19:25 +01:00