Re: [Linux-zigbee-devel] [patch] 6lowpan: release device on error path

2013-11-07 Thread David Miller
From: Dan Carpenter Date: Thu, 7 Nov 2013 10:44:45 +0300 > We recently added a new error path and it needs a dev_put(). > > Fixes: 7adac1ec8198 ('6lowpan: Only make 6lowpan links to IEEE802154 devices') > Signed-off-by: Dan Carpenter Applied. --

Re: [Linux-zigbee-devel] Testing the MRF24J40 functionality on a custom cape

2013-11-07 Thread K F
Hi Alan & Jan, Thanks for the help! I'll forward your feedback to my colleagues responsible for the hardware implementation and hopefully we can get it sorted. Alan, your cape would be great for some personal projects I have in mind. Do let us know when it goes into production. :) The one we use

Re: [Linux-zigbee-devel] Testing the MRF24J40 functionality on a custom cape

2013-11-07 Thread Jan Lübbe
On Wed, 2013-11-06 at 22:28 -0500, Alan Ott wrote: > Some of the GPIO lines on the beaglebone crash when you try to use > them as interrupts. I don't know why. Contact your TI FAE :) You might need this patch: http://thread.gmane.org/gmane.linux.ports.arm.omap/106301 Regards, Jan -- Pengutronix

Re: [Linux-zigbee-devel] [patch] 6lowpan: release device on error path

2013-11-07 Thread Alexander Aring
On Thu, Nov 07, 2013 at 10:44:45AM +0300, Dan Carpenter wrote: > We recently added a new error path and it needs a dev_put(). > > Fixes: 7adac1ec8198 ('6lowpan: Only make 6lowpan links to IEEE802154 devices') > Signed-off-by: Dan Carpenter > --- > Compile tested only. Please review carefully. >