Re: [U-Boot] [RFC] interrupt handling

2013-06-24 Thread Lukasz Majewski
Hi Stefan, > Hi Albert, > > On 22.06.2013 11:58, Albert ARIBAUD wrote: > > From time to time there is discussion about the need for proper > > interrupt support in U-Boot. > > > > Right now, the only thing left in the source code which remotely > > looks like interrupt support is a few code sect

Re: [U-Boot] [RFC] interrupt handling

2013-06-22 Thread Stefan Roese
Hi Albert, On 22.06.2013 11:58, Albert ARIBAUD wrote: > From time to time there is discussion about the need for proper > interrupt support in U-Boot. > > Right now, the only thing left in the source code which remotely looks > like interrupt support is a few code sections compiled conditionally

[U-Boot] [RFC] interrupt handling

2013-06-22 Thread Albert ARIBAUD
Hello all, >From time to time there is discussion about the need for proper interrupt support in U-Boot. Right now, the only thing left in the source code which remotely looks like interrupt support is a few code sections compiled conditionally under CONFIG_USE_IRQ, and it does not constitute a g