From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH v7 1/7] ARM: common: vic: Parse interrupt and resume masks from device tree Date: Thu, 22 Aug 2013 09:57:42 +0200 Message-ID: <1741526.ERsruKK5Pm@flatron> References: <1377120111-25601-1-git-send-email-tomasz.figa@gmail.com> <1377120111-25601-2-git-send-email-tomasz.figa@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org To: Linus Walleij Cc: linux-samsung-soc , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , Kukjin Kim , "linux-gpio@vger.kernel.org" , Ian Campbell , Mark Rutland , Pawel Moll , Rob Herring , Russell King , Stephen Warren , Thomas Gleixner , Olof Johansson , Arnd Bergmann , Marc Zyngier , Mark Brown List-Id: linux-gpio@vger.kernel.org On Thursday 22 of August 2013 01:19:34 Linus Walleij wrote: > On Wed, Aug 21, 2013 at 11:21 PM, Tomasz Figa wrote: > > +++ b/Documentation/devicetree/bindings/arm/vic.txt > > > > @@ -18,6 +18,9 @@ Required properties: > > Optional properties: > > > > - interrupts : Interrupt source for parent controllers if the VIC is > > nested.> > > +- 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) > > The "interrupt-mask" is called "valid-mask" on the FPGA IRQ controller > See > Documentation/devicetree/bindings/arm/versatile-fpga-irq.txt > > Example: > > reg = <0x10000040 0x100>; > clear-mask = <0xffffffff>; > valid-mask = <0x00000007>; > > Please use the same name. Oh, I haven't noticed that. Thanks for the information. Best regards, Tomasz