Re: [PATCHv2] irqchip: Add support for TI-NSPIRE irqchip

2013-06-15 Thread Daniel Tang
Hi, On 08/06/2013, at 11:58 AM, Daniel Tang wrote: > This patch adds support for the interrupt controllers found in some > TI-Nspire models. > I was wondering if this patch had gone through yet. Was there something else I forgot to fix or needed to add? Cheers, Daniel Tang-- To unsubscribe

Re: [PATCHv2] irqchip: Add support for TI-NSPIRE irqchip

2013-06-11 Thread Grant Likely
On Sat, 8 Jun 2013 11:58:55 +1000, Daniel Tang wrote: > This patch adds support for the interrupt controllers found in some > TI-Nspire models. > > FIQ support was taken out to simplify the driver > code and may be added in later. Since Linux on this platform doesn't > really use FIQs, this wasn'

[PATCHv2] irqchip: Add support for TI-NSPIRE irqchip

2013-06-07 Thread Daniel Tang
This patch adds support for the interrupt controllers found in some TI-Nspire models. FIQ support was taken out to simplify the driver code and may be added in later. Since Linux on this platform doesn't really use FIQs, this wasn't really that important in the first place. Changes from v1 to v2: