This patch series adds the support for cc2520 radio and provides device tree bindings for cc2520
Varka Bhadram (3): ieee802154: cc2520: driver for TI cc2520 radio ieee802154: cc2520: add driver to kernel build system devicetree: add devicetree bindings for cc2520 driver .../devicetree/bindings/net/ieee802154/cc2520.txt | 26 + drivers/net/ieee802154/Kconfig | 11 + drivers/net/ieee802154/Makefile | 1 + drivers/net/ieee802154/cc2520.c | 805 ++++++++++++++++++++ include/linux/spi/cc2520.h | 176 +++++ 5 files changed, 1019 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/ieee802154/cc2520.txt create mode 100644 drivers/net/ieee802154/cc2520.c create mode 100644 include/linux/spi/cc2520.h -- 1.7.9.5 ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
