1. 26 6月, 2014 13 次提交
  2. 25 6月, 2014 15 次提交
  3. 24 6月, 2014 11 次提交
  4. 23 6月, 2014 1 次提交
    • D
      Merge branch 'cc2520' · eef92962
      David S. Miller 提交于
      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: NDavid S. Miller <davem@davemloft.net>
      eef92962