Re: [PATCH v3 0/8] irqchip: New driver for ST's SysCfg controlled IRQs

2015-03-09 Thread Lee Jones
On Sun, 08 Mar 2015, Jason Cooper wrote: > Lee, > > On Wed, Feb 18, 2015 at 03:13:56PM +, Lee Jones wrote: > > Rebased (again) and resending. > > > > This driver enables IRQs which are controlled using System Configuration > > registers. Without it Performance Monitoring, Core Sight Tracin

Re: [PATCH v3 0/8] irqchip: New driver for ST's SysCfg controlled IRQs

2015-03-07 Thread Jason Cooper
Lee, On Wed, Feb 18, 2015 at 03:13:56PM +, Lee Jones wrote: > Rebased (again) and resending. > > This driver enables IRQs which are controlled using System Configuration > registers. Without it Performance Monitoring, Core Sight Tracing and some > L2 Caches will fail to function. > > v2 =

[PATCH v3 0/8] irqchip: New driver for ST's SysCfg controlled IRQs

2015-02-18 Thread Lee Jones
Rebased (again) and resending. This driver enables IRQs which are controlled using System Configuration registers. Without it Performance Monitoring, Core Sight Tracing and some L2 Caches will fail to function. v2 => v3: - Removed filename from header as suggested by Thomas v1 => v2: - Fixe