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 v3: - fix typo - use print_hex_dump_debug() Xue Liu (3): ieee802154: Add device tree documentation for MCR20A ieee802154: Add entry in MAINTAINTERS for MCR20a driver This is a driver for the NXP MCR20A 802.15.4 transceiver. .../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 +++++++ 6 files changed, 1955 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