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 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html