public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] Driver for TI CC2520 Radio chip
@ 2014-06-16  4:51 Varka Bhadram
  2014-06-16  4:51 ` [PATCH net-next 1/3] ieee802154: cc2520: driver for TI cc2520 radio Varka Bhadram
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Varka Bhadram @ 2014-06-16  4:51 UTC (permalink / raw)
  To: netdev
  Cc: alex.bluesman.smirnov, dbaryshkov, linux-zigbee-devel,
	linux-kernel, davem, Varka Bhadram

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-16 18:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16  4:51 [PATCH net-next 0/3] Driver for TI CC2520 Radio chip Varka Bhadram
2014-06-16  4:51 ` [PATCH net-next 1/3] ieee802154: cc2520: driver for TI cc2520 radio Varka Bhadram
2014-06-16  7:38   ` [Linux-zigbee-devel] " Alexander Aring
2014-06-16  8:51     ` Varka Bhadram
2014-06-16 18:58       ` Alexander Aring
2014-06-16  4:51 ` [PATCH net-next 2/3] ieee802154: cc2520: add driver to kernel build system Varka Bhadram
2014-06-16  4:51 ` [PATCH net-next 3/3] devicetree: add devicetree bindings for cc2520 driver Varka Bhadram

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox