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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, 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 15DE2C43219 for ; Wed, 1 May 2019 14:04:41 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D8E2321670 for ; Wed, 1 May 2019 14:04:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="agpbw9LQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D8E2321670 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=oq+fE0shU1F7r87jkLYmmv0YBC+sKs9GKAM8QJ5R9lw=; b=agpbw9LQs5SmIr QKEyiPcw9v3t/eZerODE90mabpdUBOK6bQzmpPhYyf8XRTeWdZmUoIRKX/OZmY4fRD/PxMB3rGmCV prakb9D0SETWKszZpwx6UohaxTYsWmYZ01a/jZR0nBYeZDYknO0wU4gryDVLaxycp+tlXkAPFyC3M BpqExd801QUCmlne3ro5eAVEPTxSVthHAxxL6LLh1TRfpI2ysslReTmbuTDDXEi/t/ReQ9En6DmtL 7ieXtA2EY5/igm4sARZ3JUp/LBduGucR2BgJJrQGCZgCtL1FpYpiLeOzyNN2Oz9hoWSo8QCPxvkxF Oj/tGXYzYZ69gmSXTozg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hLpqa-0003D6-4x; Wed, 01 May 2019 14:04:32 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hLpqX-0003C3-GU for linux-arm-kernel@lists.infradead.org; Wed, 01 May 2019 14:04:30 +0000 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id B144D805C; Wed, 1 May 2019 14:04:42 +0000 (UTC) Date: Wed, 1 May 2019 07:04:22 -0700 From: Tony Lindgren To: Marc Zyngier Subject: Re: [PATCH v8 00/14] Add support for TISCI Interrupt controller drivers Message-ID: <20190501140422.GJ8007@atomide.com> References: <20190430101230.21794-1-lokeshvutla@ti.com> <30f5c877-a4dc-8ad9-0ad0-c172a60dc853@arm.com> <7edd8582-ce51-60a0-24e1-c45fe6725705@ti.com> <86pnp29tlv.wl-marc.zyngier@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <86pnp29tlv.wl-marc.zyngier@arm.com> User-Agent: Mutt/1.11.4 (2019-03-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190501_070429_584382_DC0A010E X-CRM114-Status: GOOD ( 13.35 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nishanth Menon , Peter Ujfalusi , Grygorii Strashko , jason@lakedaemon.net, Device Tree Mailing List , Lokesh Vutla , linus.walleij@linaro.org, Sekhar Nori , linux-kernel@vger.kernel.org, Tero Kristo , Rob Herring , Santosh Shilimkar , tglx@linutronix.de, Linux ARM Mailing List Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org * Marc Zyngier [190501 13:45]: > On Wed, 01 May 2019 14:23:41 +0100, > Lokesh Vutla wrote: > > > > Hi Marc, > > [...] > > > > Lokesh, > > > > > > Thanks for having respun this quickly. > > > > > > I've applied the first 13 patches to irqchip-next (after tidying up some > > > of the commit messages). I've left the last patch for armsoc to take, > > > unless you guys insist on me taking it. > > > > I prefer if everything goes as a single bundle, unless arm-soc maintainers > > object. Want to start posting DT nodes. > > Santosh, Tony: what do you prefer? I don't care either way, but I need > a word from either of you. Best to keep the series together IMO, and it's a tiny patch unlikely to conflict with anything. Here's an ack from me for patch 14 from me: Acked-by: Tony Lindgren _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel