Merge branch 'cc2520'
authorDavid S. Miller <davem@davemloft.net>
Mon, 23 Jun 2014 04:32:49 +0000 (21:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Jun 2014 04:32:49 +0000 (21:32 -0700)
Varka Bhadram says:

====================
Driver for TI CC2520 Radio

changes since v6:
- proper releasing of resources
- changed pr_debug() to dev_dbg()
- removed unwanted header file
- changed is_tx type to bool

changes since v5:
- added saddr and panc_changed functionality
- rework on lqi field
- improvements in checkings for reception
- modification in debug messages

changes since v4:
- feature to write into cc2520 RAM
- added h/w address filtering

changes since v3:
- drop the unused varible

changes since v2:
- drop spi mode dt binding

changes since v1:
- improvement in gpio setup
- changed len pointer to len variable

changes for v1:
- improvements in the locking mechanism in Tx and SFD ISR
- proper checkings for GPIO pins
- avoids the memory leak for priv
- used devm_* API's
- moved the code from header file to .c file
- removed cc2520_unregister()
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge