Re: [PATCH] Beaglebone: Fix the IRQ handling code

2016-02-28 Thread Martin Galvan
Btw, should this fix go to 4.11 as well? On Sun, Feb 28, 2016 at 5:28 PM, Martin Galvan wrote: > Thanks a lot! > > On Sat, Feb 27, 2016 at 8:28 PM, Ben Gras wrote: >> All, >> >> I tested this on current HEAD and verified it fixes a case I'd ran >> into trouble with before, namely gpio-triggered

Re: [PATCH] Beaglebone: Fix the IRQ handling code

2016-02-28 Thread Martin Galvan
Thanks a lot! On Sat, Feb 27, 2016 at 8:28 PM, Ben Gras wrote: > All, > > I tested this on current HEAD and verified it fixes a case I'd ran > into trouble with before, namely gpio-triggered irqs. Great to see. I > pushed your change with a commit message based on your original email, > Martin. I

Re: [PATCH] Beaglebone: Fix the IRQ handling code

2016-02-27 Thread Ben Gras
All, I tested this on current HEAD and verified it fixes a case I'd ran into trouble with before, namely gpio-triggered irqs. Great to see. I pushed your change with a commit message based on your original email, Martin. I hope you like it. Thank you! On Sat, Feb 27, 2016 at 10:16 PM, Ben Gras

Re: [PATCH] Beaglebone: Fix the IRQ handling code

2016-02-27 Thread Ben Gras
I'm doing a rebase & build right now, thanks for the reminder. On Fri, Feb 26, 2016 at 10:32 PM, Martin Galvan wrote: > Hi Ben! Sorry to bother, were you able to test my changes to the BBB > interrupt handler? > > On Fri, Feb 12, 2016 at 11:09 AM, Martin Galvan > wrote: >> Thanks Ben! Indeed, an

Re: [PATCH] Beaglebone: Fix the IRQ handling code

2016-02-26 Thread Martin Galvan
Hi Ben! Sorry to bother, were you able to test my changes to the BBB interrupt handler? On Fri, Feb 12, 2016 at 11:09 AM, Martin Galvan wrote: > Thanks Ben! Indeed, any further testing is more than welcome :) > > On Thu, Feb 11, 2016 at 7:55 PM, Ben Gras wrote: >> This looks like great work. Ple

Re: [PATCH] Beaglebone: Fix the IRQ handling code

2016-02-12 Thread Martin Galvan
Thanks Ben! Indeed, any further testing is more than welcome :) On Thu, Feb 11, 2016 at 7:55 PM, Ben Gras wrote: > This looks like great work. Please let me test it (I'll try the GPIO > interrupt trigger) & I'll merge it as soon as I have time. > > Thank you! > > Cheers, > Ben > > > On Thu, Feb 1

Re: [PATCH] Beaglebone: Fix the IRQ handling code

2016-02-11 Thread Ben Gras
This looks like great work. Please let me test it (I'll try the GPIO interrupt trigger) & I'll merge it as soon as I have time. Thank you! Cheers, Ben On Thu, Feb 11, 2016 at 3:27 PM, Martin Galvan wrote: > This patch makes the following changes to the Beaglebone IRQ handling code: > > - Disab