Re: [Linux-zigbee-devel] [PATCH] BeagleBone: Patch to register SPIDEV on one of the SPI ports.

2012-05-23 Thread Alan Ott
On 05/23/2012 02:17 PM, Alan Ott wrote: > --- > arch/arm/mach-omap2/board-am335xevm.c | 25 + > 1 files changed, 25 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-am335xevm.c > b/arch/arm/mach-omap2/board-am335xevm.c > index 36efca1..84daf62 100

[Linux-zigbee-devel] [PATCH] BeagleBone: Patch to register SPIDEV on one of the SPI ports.

2012-05-23 Thread Alan Ott
--- arch/arm/mach-omap2/board-am335xevm.c | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c index 36efca1..84daf62 100644 --- a/arch/arm/mach-omap2/board-am335xevm.c +++ b

Re: [Linux-zigbee-devel] Using a device driver for Linux-Zigbee

2012-05-23 Thread Alan Ott
I'll reply with a patch that I use to attach my mrf24j40 to the BeagleBone. It of course won't work as-is for your device, but you'll likely want to do something very similar. Alan. On 05/23/2012 12:18 PM, Pierre-Emmanuel Goudet wrote: > > Your right, > > > > We'are on it for a Beaglebone ... >

Re: [Linux-zigbee-devel] Using a device driver for Linux-Zigbee

2012-05-23 Thread Alan Ott
On 05/23/2012 10:05 AM, Pierre-Emmanuel Goudet wrote: > > > > I'm an early tester of linux-zigbee implementation. I was, until now, > playing with "Serial" driver and having quite success to use it. > > > > Is there any tutorial in the way that a driver like CC2420 or RF231 > would be used on t

[Linux-zigbee-devel] Using a device driver for Linux-Zigbee

2012-05-23 Thread Pierre-Emmanuel Goudet
Hi all, I'm an early tester of linux-zigbee implementation. I was, until now, playing with "Serial" driver and having quite success to use it. Is there any tutorial in the way that a driver like CC2420 or RF231 would be used on the user side. I mean once the modules are loaded, what should be