lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 16 Jun 2014 10:21:55 +0530 From: Varka Bhadram <varkabhadram@...il.com> To: netdev@...r.kernel.org Cc: alex.bluesman.smirnov@...il.com, dbaryshkov@...il.com, linux-zigbee-devel@...ts.sourceforge.net, linux-kernel@...r.kernel.org, davem@...emloft.net, Varka Bhadram <varkab@...c.in> Subject: [PATCH net-next 0/3] Driver for TI CC2520 Radio chip 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists