On Thu, Jan 10, 2013 at 12:10:38PM +0100, Tomasz Figa wrote:
> This is not the runtime interrupt/wakeup mask, but a global mask of
> available interrupt/wakeup lines on particular platform, which still have
> to be configured and enabled appropriately by user.
Ah, OK.
Reviewed-by: Mark Brown
On Thursday 10 of January 2013 11:03:14 Mark Brown wrote:
> On Thu, Jan 10, 2013 at 12:41:43AM +0100, Tomasz Figa wrote:
> > +- interrupt-mask : Bit mask of valid interrupt sources (defaults to
> > all valid) +- wakeup-mask : Bit mask of interrupt sources that can
> > wake up the system + (default
On Thu, Jan 10, 2013 at 12:41:43AM +0100, Tomasz Figa wrote:
> +- interrupt-mask : Bit mask of valid interrupt sources (defaults to all
> valid)
> +- wakeup-mask : Bit mask of interrupt sources that can wake up the system
> + (defaults to all allowed)
Should this really be configured in the VIC
This patch extends vic_of_init to parse valid interrupt sources
and resume sources masks from device tree.
If mask values are not specified in device tree, all sources
are assumed to be valid, as before this patch.
Signed-off-by: Tomasz Figa
---
Documentation/devicetree/bindings/arm/vic.txt | 6