Re: [Linux-zigbee-devel] at86rf230: Interrupt Handling

2014-03-28 Thread Varka Bhadram
Sorry for that. i am having an bad habit of forgotting cc. People from mailing list i am expecting the answer. Thanks alot.. -Varka Bhadram On March 28, 2014 at 12:07 PM Alexander Aring wrote: > Hi Varka, > > please take the mailinglist always in CC. There are also other people > who knows more

Re: [Linux-zigbee-devel] at86rf230: Interrupt Handling

2014-03-28 Thread Alexander Aring
On Fri, Mar 28, 2014 at 12:41:34PM +0530, Varka Bhadram wrote: > Sorry for that. i am having an bad habit of forgotting cc. > > People from mailing list i am expecting the answer. yea, sorry for my badly answer but maybe you don't get any answer because we have a very small community which do any

Re: [Linux-zigbee-devel] [PATCH v2 net] mac802154: stop tx queue before destroy workqueue

2014-03-28 Thread Alexander Aring
Hi David, please drop this patch... I having still some issues to unloading the at86rf230 driver while transmitting... I don't giving up to fix that issue... Sorry, I need some time to understand what's going on there. - Alex -

Re: [Linux-zigbee-devel] at86rf230: Interrupt Handling

2014-03-28 Thread Martin Townsend
Hi Varka, Here's my 2 pence worth, which is probably worth 2 pence :) . Interrupt handling is mainly architecture dependent although I see they have some generic stuff. For me I'm using a microblaze so the interrupt handling is in arch/microblaze/kernel. Best thing is to step through the in

Re: [Linux-zigbee-devel] [PATCH v2 net] mac802154: stop tx queue before destroy workqueue

2014-03-28 Thread David Miller
From: Alexander Aring Date: Fri, 28 Mar 2014 14:20:29 +0100 > please drop this patch... I having still some issues to unloading the > at86rf230 driver while transmitting... I don't giving up to fix that issue... > > Sorry, I need some time to understand what's going on there. Ok. -