All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/3] ieee802154: Add support for NXP MCR20A
@ 2018-02-19 10:51 Xue Liu
  2018-02-19 10:51 ` [PATCHv2 1/3] ieee802154: Add device tree documentation for MCR20A Xue Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Xue Liu @ 2018-02-19 10:51 UTC (permalink / raw)
  To: linux-wpan

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


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

end of thread, other threads:[~2018-02-20 10:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-19 10:51 [PATCHv2 0/3] ieee802154: Add support for NXP MCR20A Xue Liu
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

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.