23 Apr 2012 06:34
[PATCH v1] ieee802154: MRF24J40 driver
Driver for the Microchip MRF24J40 802.15.4 WPAN module.
---
This is a first pass. All the places marked TODO contain things which I
think need to be fixed before merge. Some of these contain questions for
the Linux-Zigbee team. All comments appreciated.
I still plan change the structure of the SPI read functions to return an
error code.
---
drivers/ieee802154/Kconfig | 1 +
drivers/ieee802154/mrf24j40.c | 747 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 748 insertions(+), 0 deletions(-)
create mode 100644 drivers/ieee802154/mrf24j40.c
diff --git a/drivers/ieee802154/Kconfig b/drivers/ieee802154/Kconfig
index a9a6145..5703e7a 100644
--- a/drivers/ieee802154/Kconfig
+++ b/drivers/ieee802154/Kconfig
<at> <at> -20,6 +20,7 <at> <at> config IEEE802154_FAKEHARD
This driver can also be built as a module. To do so say M here.
The module will be called 'fakehard'.
+<<<<<<< HEAD
config IEEE802154_FAKELB
depends on IEEE802154_DRIVERS && MAC802154
tristate "Fake LR-WPAN driver with several interconnected devices"
diff --git a/drivers/ieee802154/mrf24j40.c b/drivers/ieee802154/mrf24j40.c
new file mode 100644
(Continue reading)
RSS Feed