All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: ieee802154-next 2018-02-26
@ 2018-02-26 15:41 Stefan Schmidt
  2018-02-27 16:15 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schmidt @ 2018-02-26 15:41 UTC (permalink / raw)
  To: davem; +Cc: linux-wpan, alex.aring, netdev

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

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

* Re: pull-request: ieee802154-next 2018-02-26
  2018-02-26 15:41 pull-request: ieee802154-next 2018-02-26 Stefan Schmidt
@ 2018-02-27 16:15 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-02-27 16:15 UTC (permalink / raw)
  To: stefan; +Cc: linux-wpan, alex.aring, netdev

From: Stefan Schmidt <stefan@osg.samsung.com>
Date: Mon, 26 Feb 2018 16:41:35 +0100

> 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.

Pulled, thank you.

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

end of thread, other threads:[~2018-02-27 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26 15:41 pull-request: ieee802154-next 2018-02-26 Stefan Schmidt
2018-02-27 16:15 ` David Miller

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.