From: Stefan Schmidt <stefan@osg.samsung.com>
To: davem@davemloft.net
Cc: linux-wpan@vger.kernel.org, alex.aring@gmail.com, netdev@vger.kernel.org
Subject: pull-request: ieee802154-next 2018-02-26
Date: Mon, 26 Feb 2018 16:41:35 +0100 [thread overview]
Message-ID: <20180226154135.13798-1-stefan@osg.samsung.com> (raw)
Hello Dave.
An update from ieee802154 for *net-next*
Alexander corrected a setting which got lost during some 6lowpan rework
a while back and Xue Liu provided us with a new driver for the MCR20A
transceiver.
If there are any issues let me know. If not, please pull.
regards
Stefan Schmidt
The following changes since commit 77079683617b60387ad23e91cc5b82693b3075ab:
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue (2018-02-13 22:31:23 -0500)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git ieee802154-for-davem-2018-02-26
for you to fetch changes up to 8c6ad9cc51574c8f20b5777e97b42457802ac36d:
ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driver (2018-02-21 09:08:39 +0100)
----------------------------------------------------------------
Alexander Aring (1):
ieee802154: 6lowpan: set IFF_NO_QUEUE
Xue Liu (3):
ieee802154: Add device tree documentation for MCR20A
ieee802154: Add entry in MAINTAINTERS for MCR20a driver
ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driver
.../devicetree/bindings/net/ieee802154/mcr20a.txt | 23 +
MAINTAINERS | 9 +
drivers/net/ieee802154/Kconfig | 11 +
drivers/net/ieee802154/Makefile | 1 +
drivers/net/ieee802154/mcr20a.c | 1413 ++++++++++++++++++++
drivers/net/ieee802154/mcr20a.h | 498 +++++++
net/ieee802154/6lowpan/core.c | 1 +
7 files changed, 1956 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt
create mode 100644 drivers/net/ieee802154/mcr20a.c
create mode 100644 drivers/net/ieee802154/mcr20a.h
next reply other threads:[~2018-02-26 15:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-26 15:41 Stefan Schmidt [this message]
2018-02-27 16:15 ` pull-request: ieee802154-next 2018-02-26 David Miller
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=20180226154135.13798-1-stefan@osg.samsung.com \
--to=stefan@osg.samsung.com \
--cc=alex.aring@gmail.com \
--cc=davem@davemloft.net \
--cc=linux-wpan@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).