Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers/ieee802154/at86rf230: rework irq handler | alex.bluesman.smirnov@gmail.com | 2012-07-12 | 1 | -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 status | alex.bluesman.smirnov@gmail.com | 2012-07-05 | 1 | -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 transceivers | alex.bluesman.smirnov@gmail.com | 2012-06-27 | 1 | -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> |