From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DA6FCC4321D for ; Fri, 17 Aug 2018 09:31:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 020612188F for ; Fri, 17 Aug 2018 09:31:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 020612188F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726560AbeHQMds (ORCPT ); Fri, 17 Aug 2018 08:33:48 -0400 Received: from foss.arm.com ([217.140.101.70]:44894 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726016AbeHQMds (ORCPT ); Fri, 17 Aug 2018 08:33:48 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A5D6E15A2; Fri, 17 Aug 2018 02:31:07 -0700 (PDT) Received: from e107155-lin (e107155-lin.emea.arm.com [10.4.12.116]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 975413F5B3; Fri, 17 Aug 2018 02:31:06 -0700 (PDT) Date: Fri, 17 Aug 2018 10:30:56 +0100 From: Sudeep Holla To: Marc Zyngier Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Lina Iyer , Sudeep Holla Subject: Re: [PATCH] irqchip/gic-v3: Allow interrupt to be configured as wake-up sources Message-ID: <20180817093046.GA8272@e107155-lin> References: <20180817091804.993-1-marc.zyngier@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180817091804.993-1-marc.zyngier@arm.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 17, 2018 at 10:18:04AM +0100, Marc Zyngier wrote: > Although GICv3 doesn't directly offers support for wake-up interrupts > and relies on external HW for this, it shouldn't prevent the driver > for such HW from doing it work. > > Let's set the required flags on the irq_chip structures. > FWIW, Reviewed-by: Sudeep Holla -- Regards, Sudeep