From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH 2/3] irqchip: GIC: Add support for irq_{get,set}_irqchip_state Date: Wed, 29 Oct 2014 10:22:16 +0000 Message-ID: <5450BFD8.7040307@arm.com> References: <1414232097-4328-1-git-send-email-marc.zyngier@arm.com> <1414232097-4328-3-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Return-path: Received: from service87.mimecast.com ([91.220.42.44]:36703 "EHLO service87.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932091AbaJ2KWU convert rfc822-to-8bit (ORCPT ); Wed, 29 Oct 2014 06:22:20 -0400 In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Linus Walleij Cc: Abhijeet Dharmapurikar , Phong Vo , Tin Huynh , Y Vo , Thomas Gleixner , Toan Le , Bjorn Andersson , Arnd Bergmann , "linux-arm-msm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" On 29/10/14 10:14, Linus Walleij wrote: > On Sat, Oct 25, 2014 at 12:14 PM, Marc Zyngier wrote: > >> Add the required hooks for the internal state of an interrupt >> to be exposed to other subsystems. >> >> Signed-off-by: Marc Zyngier > > (...) >> +static void gic_poke_irq(struct irq_data *d, u32 offset) >> +static int gic_peek_irq(struct irq_data *d, u32 offset) > > Awesome terminology Marc, very CBM BASIC v2 :) Sorry Linus, I'm strictly an ORIC EXTENDED BASIC V1.0 kind of guy. :-) M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 From: marc.zyngier@arm.com (Marc Zyngier) Date: Wed, 29 Oct 2014 10:22:16 +0000 Subject: [PATCH 2/3] irqchip: GIC: Add support for irq_{get, set}_irqchip_state In-Reply-To: References: <1414232097-4328-1-git-send-email-marc.zyngier@arm.com> <1414232097-4328-3-git-send-email-marc.zyngier@arm.com> Message-ID: <5450BFD8.7040307@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 29/10/14 10:14, Linus Walleij wrote: > On Sat, Oct 25, 2014 at 12:14 PM, Marc Zyngier wrote: > >> Add the required hooks for the internal state of an interrupt >> to be exposed to other subsystems. >> >> Signed-off-by: Marc Zyngier > > (...) >> +static void gic_poke_irq(struct irq_data *d, u32 offset) >> +static int gic_peek_irq(struct irq_data *d, u32 offset) > > Awesome terminology Marc, very CBM BASIC v2 :) Sorry Linus, I'm strictly an ORIC EXTENDED BASIC V1.0 kind of guy. :-) M. -- Jazz is not dead. It just smells funny...