From: Varka Bhadram <varkabhadram@gmail.com>
To: netdev@vger.kernel.org
Cc: alex.bluesman.smirnov@gmail.com, dbaryshkov@gmail.com,
linux-zigbee-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org, davem@davemloft.net,
devicetree@vger.kernel.org, Varka Bhadram <varkab@cdac.in>
Subject: [PATCH net-next v2 0/3] Driver fir TI CC2520 Radio
Date: Wed, 18 Jun 2014 10:46:02 +0530 [thread overview]
Message-ID: <1403068565-32224-1-git-send-email-varkab@cdac.in> (raw)
This series adds the driver support for TI cc2520 radio.
also devicetree bindings for the driver.
changes since v1:
- improverment in gpio setup
- changed len pointer to len variable
-
Varka Bhadram (3):
ieee802154: cc2520: adds 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 | 968 ++++++++++++++++++++
include/linux/spi/cc2520.h | 26 +
5 files changed, 1032 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
next reply other threads:[~2014-06-18 5:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-18 5:16 Varka Bhadram [this message]
2014-06-18 5:16 ` [PATCH net-next v2 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio Varka Bhadram
2014-06-18 9:10 ` Mark Rutland
[not found] ` <53A15B38.6060404@gmail.com>
2014-06-18 9:55 ` Mark Rutland
2014-06-18 11:13 ` Varka Bhadram
2014-06-18 13:39 ` Mark Rutland
2014-06-18 5:16 ` [PATCH net-next v2 2/3] ieee802154: cc2520: add driver to kernel build system Varka Bhadram
2014-06-18 5:16 ` [PATCH net-next v2 3/3] devicetree: add devicetree bindings for cc2520 driver Varka Bhadram
2014-06-18 9:05 ` Mark Rutland
2014-06-18 9:11 ` Varka Bhadram
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1403068565-32224-1-git-send-email-varkab@cdac.in \
--to=varkabhadram@gmail.com \
--cc=alex.bluesman.smirnov@gmail.com \
--cc=davem@davemloft.net \
--cc=dbaryshkov@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-zigbee-devel@lists.sourceforge.net \
--cc=netdev@vger.kernel.org \
--cc=varkab@cdac.in \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®