[Linux-zigbee-devel] Bugfixes for 6lowpan

2012-06-05 Thread Tony Cheneau
Hello, While playing with the 6lowpan code, I found a few more bugs. Some a not very serious as long as interoperability is not required, some other are more serious and prevent the fragment reassembly to be performed correctly (after 256 fragments have been sent) or mangle the packet length

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

2012-06-05 Thread E Layec
Alan, There was a problem with the field IRQ and bus_num. Now, we go through the "probe" function. Thanks a lot, Regards,Emilie. -Message d'origine- De : Alan Ott [mailto:a...@signal11.us] Envoyé : mardi 5 juin 2012 16:17 À : E Layec Cc : Pierre-Emmanuel Goudet; linux-zigbee-devel@lists.s

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

2012-06-05 Thread Alan Ott
On 06/05/2012 09:56 AM, E Layec wrote: > You will find in attached file our current source code. One thing that jumps out at me is the -EINVAL as .bus_num and .irq in your board file. IRQ is just passed through to the driver (so it's likely not causing _this_ problem), but .bus_num may be causing