summaryrefslogtreecommitdiffstats
path: root/drivers/ieee802154/at86rf230.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drivers/ieee802154/at86rf230: rework irq handleralex.bluesman.smirnov@gmail.com2012-07-121-14/+18
| | | | | | | | Fix LOCKDEP bug message for the irq handler spinlock. Make the irq processing code more explicit and stable. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* drivers/ieee802154/at231rf230: remove unused return statusalex.bluesman.smirnov@gmail.com2012-07-051-2/+1
| | | | | | | Remove excessive variable used for the return status. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* drivers/ieee802154: add support for the at86rf230/231 transceiversalex.bluesman.smirnov@gmail.com2012-06-271-0/+965
The AT86RF231 is a feature rich, low-power 2.4 GHz radio transceiver designed for industrial and consumer ZigBee/IEEE 802.15.4, 6LoWPAN, RF4CE and high data rate 2.4 GHz ISM band applications. This patch adds support for the Atmel RF230/231 radio transceivers. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>