From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v2 2/8] irqdomain: add bus token DOMAIN_BUS_WAKEUP Date: Fri, 15 Feb 2019 13:18:49 -0800 Message-ID: <155026552985.115909.18373098620037043468@swboyd.mtv.corp.google.com> References: <20190124202205.7940-1-ilina@codeaurora.org> <20190124202205.7940-3-ilina@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190124202205.7940-3-ilina@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: evgreen@chromium.org, marc.zyngier@arm.com Cc: linux-kernel@vger.kernel.org, rplsssn@codeaurora.org, linux-arm-msm@vger.kernel.org, thierry.reding@gmail.com, bjorn.andersson@linaro.org, dianders@chromium.org, linus.walleij@linaro.org, Lina Iyer List-Id: linux-arm-msm@vger.kernel.org Quoting Lina Iyer (2019-01-24 12:21:59) > Add new bus token to describe domains that are wakeup capable. >=20 > Suggested-by: Stephen Boyd > Signed-off-by: Lina Iyer > --- > include/linux/irqdomain.h | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h > index 35965f41d7be..05055bc992ab 100644 > --- a/include/linux/irqdomain.h > +++ b/include/linux/irqdomain.h > @@ -82,6 +82,7 @@ enum irq_domain_bus_token { > DOMAIN_BUS_NEXUS, > DOMAIN_BUS_IPI, > DOMAIN_BUS_FSL_MC_MSI, > + DOMAIN_BUS_WAKEUP, > }; > =20 Marc, can you review this patch? It would be good to know if introducing this token is acceptable, or if we need to come up with some other approach here.