All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v6 0/3] Driver for TI CC2520 Radio
@ 2014-06-20  5:48 Varka Bhadram
  2014-06-20  5:48 ` [PATCH net-next v6 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio Varka Bhadram
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Varka Bhadram @ 2014-06-20  5:48 UTC (permalink / raw)
  To: netdev
  Cc: alex.bluesman.smirnov, dbaryshkov, linux-zigbee-devel, davem,
	devicetree, sowjanyap, venkatas, santoshk, Varka Bhadram

This series adds the driver support for TI cc2520 radio.
also devicetree bindings for the driver.

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_* APIs
	- moved the code from header file to .c file
	- removed cc2520_unregister()


Varka Bhadram (3):
  ieee802154: cc2520: adds driver for TI CC2520 radio
  ieee802154: cc2520: add driver to kernel build system
  devicetree: add device tree bindings for cc2520 driver

 .../devicetree/bindings/net/ieee802154/cc2520.txt  |   29 +
 drivers/net/ieee802154/Kconfig                     |   11 +
 drivers/net/ieee802154/Makefile                    |    1 +
 drivers/net/ieee802154/cc2520.c                    | 1045 ++++++++++++++++++++
 include/linux/spi/cc2520.h                         |   26 +
 5 files changed, 1112 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-20 11:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-20  5:48 [PATCH net-next v6 0/3] Driver for TI CC2520 Radio Varka Bhadram
2014-06-20  5:48 ` [PATCH net-next v6 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio Varka Bhadram
2014-06-20  8:32   ` Alexander Aring
2014-06-20 10:28     ` Varka Bhadram
2014-06-20 11:24       ` Alexander Aring
2014-06-20  5:48 ` [PATCH net-next v6 2/3] ieee802154: cc2520: add driver to kernel build system Varka Bhadram
2014-06-20  5:48 ` [PATCH net-next v6 3/3] devicetree: add device tree bindings for cc2520 driver Varka Bhadram

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.