All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ieee802154: Add support for NXP MCR20A
@ 2018-02-03 20:51 Xue Liu
  2018-02-03 20:51 ` [PATCH 1/3] ieee802154: Add device tree documentation for MCR20A Xue Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Xue Liu @ 2018-02-03 20: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                                        |    8 +
 drivers/net/ieee802154/Kconfig                     |   11 +
 drivers/net/ieee802154/Makefile                    |    1 +
 drivers/net/ieee802154/mcr20a.c                    | 1482 ++++++++++++++++++++
 drivers/net/ieee802154/mcr20a.h                    |  498 +++++++
 6 files changed, 2023 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] 10+ messages in thread

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-03 20:51 [PATCH 0/3] ieee802154: Add support for NXP MCR20A Xue Liu
2018-02-03 20:51 ` [PATCH 1/3] ieee802154: Add device tree documentation for MCR20A Xue Liu
2018-02-14 15:27   ` Stefan Schmidt
2018-02-03 20:51 ` [PATCH 2/3] ieee802154: Add entry in MAINTAINTERS for MCR20a driver Xue Liu
2018-02-14 15:25   ` Stefan Schmidt
2018-02-03 20:51 ` [PATCH 3/3] ieee802154: Add MCR20A IEEE 802.15.4 device driver Xue Liu
2018-02-14 15:56   ` Stefan Schmidt
2018-02-15 23:21     ` Xue Liu
     [not found]     ` <CAJuUDwsAUDEcUjw3=u8NrnOSqpbVd-xt4hQw=+r814FanBQLSQ@mail.gmail.com>
2018-02-19 15:50       ` Stefan Schmidt
2018-02-05 10:43 ` [PATCH 0/3] ieee802154: Add support for NXP MCR20A Stefan Schmidt

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.