Re: [PATCH v7 1/1] ieee802154: MRF24J40 driver

2012-09-05 Thread Alexander Smirnov
Dear colleagues, 2012/9/4 David Miller : > From: Alan Ott > Date: Sun, 2 Sep 2012 21:44:13 -0400 > >> Driver for the Microchip MRF24J40 802.15.4 WPAN module. I wan on vacation so had no possibility to review the code. Alan, thank you for the contribution! >> >> Signed-off-by: Alan Ott > > App

Re: [PATCH v7 1/1] ieee802154: MRF24J40 driver

2012-09-04 Thread David Miller
From: Alan Ott Date: Sun, 2 Sep 2012 21:44:13 -0400 > Driver for the Microchip MRF24J40 802.15.4 WPAN module. > > Signed-off-by: Alan Ott Applied to net-next, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.o

[PATCH v7 1/1] ieee802154: MRF24J40 driver

2012-09-02 Thread Alan Ott
Driver for the Microchip MRF24J40 802.15.4 WPAN module. Signed-off-by: Alan Ott --- drivers/net/ieee802154/Kconfig| 11 + drivers/net/ieee802154/Makefile | 1 + drivers/net/ieee802154/mrf24j40.c | 767 ++ 3 files changed, 779 insertions(+) create mod