All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xue Liu <liuxuenetmail@gmail.com>
To: linux-wpan@vger.kernel.org
Subject: [PATCHv2 0/3] ieee802154: Add support for NXP MCR20A
Date: Mon, 19 Feb 2018 11:51:08 +0100	[thread overview]
Message-ID: <1519037471-17668-1-git-send-email-liuxuenetmail@gmail.com> (raw)

This patchset adds a new device driver, documentation and build support for
NXP's MCR20A IEEE 802.15.4 radio transceiver:
https://www.nxp.com/products/wireless-connectivity/thread/2.4-ghz-802.15.4-wireless-transceiver:MCR20A

Xue Liu (3):
  ieee802154: Add device tree documentation for MCR20A
  ieee802154: Add entry in MAINTAINTERS for MCR20a driver
  ieee802154: Add MCR20A IEEE 802.15.4 device 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                    | 1460 ++++++++++++++++++++
 drivers/net/ieee802154/mcr20a.h                    |  498 +++++++
 6 files changed, 2002 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

-- 
2.7.4


             reply	other threads:[~2018-02-19 10:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-19 10:51 Xue Liu [this message]
2018-02-19 10:51 ` [PATCHv2 1/3] ieee802154: Add device tree documentation for MCR20A Xue Liu
2018-02-19 10:51 ` [PATCHv2 2/3] ieee802154: Add entry in MAINTAINTERS for MCR20a driver Xue Liu
2018-02-19 10:51 ` [PATCHv2 3/3] ieee802154: Add MCR20A IEEE 802.15.4 device driver Xue Liu
2018-02-19 16:31   ` Stefan Schmidt
2018-02-19 21:40     ` Xue Liu
2018-02-19 22:37       ` Stefan Schmidt
2018-02-19 23:49         ` Xue Liu
2018-02-20  3:44           ` Alexander Aring
2018-02-20 10:42             ` Xue Liu
2018-02-19 23:59         ` Xue Liu
2018-02-20  9:27           ` Stefan Schmidt
2018-02-20 10:45             ` Xue Liu
2018-02-19 17:29   ` Michael Richardson
2018-02-19 21:42     ` Xue Liu
2018-02-20  3:37     ` Alexander Aring
2018-02-20 10:53       ` Xue Liu

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=1519037471-17668-1-git-send-email-liuxuenetmail@gmail.com \
    --to=liuxuenetmail@gmail.com \
    --cc=linux-wpan@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 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.