projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
867f569
)
backports: add cc2520 driver
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 10 Jul 2014 20:34:09 +0000
(22:34 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 23 Jul 2014 21:28:30 +0000
(23:28 +0200)
This adds the cc2520.h and disables the driver on kernel < 3.5.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
copy-list
patch
|
blob
|
history
dependencies
patch
|
blob
|
history
diff --git
a/copy-list
b/copy-list
index 7ad8972a02c095968e58f9c3a89bfa891b3a195b..71c48611809014e86efc568617c5ebf3cb466f33 100644
(file)
--- a/
copy-list
+++ b/
copy-list
@@
-196,6
+196,7
@@
include/linux/nl802154.h
include/net/ieee802154_netdev.h
include/net/wpan-phy.h
include/linux/spi/at86rf230.h
+include/linux/spi/cc2520.h
net/ieee802154/
net/mac802154/
drivers/net/ieee802154/
diff --git
a/dependencies
b/dependencies
index e8ea6803b1b212fd0deb23277efdee5a5d78e997..569d260a79dfb379f9c70429bc58214995287c89 100644
(file)
--- a/
dependencies
+++ b/
dependencies
@@
-133,5
+133,7
@@
IEEE802154_MRF24J40 3.5
IEEE802154 3.1
IEEE802154_6LOWPAN 3.5
IEEE802154_AT86RF230 3.3
+# CC2520 needes devm_pinctrl_get_select_default()
+IEEE802154_CC2520 3.5
IR_IMG 3.5