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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 86A0FC433EF for ; Sun, 8 Sep 2019 09:09:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 552462082C for ; Sun, 8 Sep 2019 09:09:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567933771; bh=70lGx8zNKuMFR+gqCDe24iFk3nPf3BcOfm3kvHsZ8IY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=skUa2Cvtxi56ggIr2+OUrlUbOpyvHuvB2cye9B5HcPwDzqUHr5d+oSMHRpKjlpGwO 35Y9egtG/yD8dJkuY6RPRNKvgctJN2GXGRJb3I5ARc2EbVftM2+eM+6+RPgLIxccCD N1KpNqxOyxZ6e9U0fV99DCEoM9+/WP6Jn5mHnK/Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727801AbfIHJJa (ORCPT ); Sun, 8 Sep 2019 05:09:30 -0400 Received: from foss.arm.com ([217.140.110.172]:40400 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727312AbfIHJJa (ORCPT ); Sun, 8 Sep 2019 05:09:30 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7464A337; Sun, 8 Sep 2019 02:09:29 -0700 (PDT) Received: from big-swifty.misterjones.org (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BCCC53F718; Sun, 8 Sep 2019 02:09:27 -0700 (PDT) Date: Sun, 08 Sep 2019 10:09:25 +0100 Message-ID: <86ef0rrw6y.wl-maz@kernel.org> From: Marc Zyngier To: Linus Walleij Cc: "linux-kernel@vger.kernel.org" , linux-tip-commits@vger.kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov Subject: Re: [tip: irq/core] gpio/ixp4xx: Register the base PA instead of its VA in fwnode In-Reply-To: References: <156776809772.24167.8650737097914479700.tip-bot2@tip-bot2> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/26 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Organization: Approximate MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 08 Sep 2019 09:09:47 +0100, Linus Walleij wrote: > > On Fri, Sep 6, 2019 at 12:08 PM tip-bot2 for Marc Zyngier > wrote: > > > The following commit has been merged into the irq/core branch of tip: > > > > Commit-ID: daa19fe5b082779962988a5ba9e38509004db3de > > Gitweb: https://git.kernel.org/tip/daa19fe5b082779962988a5ba9e38509004db3de > > Author: Marc Zyngier > > AuthorDate: Wed, 31 Jul 2019 16:13:42 +01:00 > > Committer: Marc Zyngier > > CommitterDate: Wed, 07 Aug 2019 14:24:45 +01:00 > > > > gpio/ixp4xx: Register the base PA instead of its VA in fwnode > > > > Do not expose the base VA (it appears in debugfs). Instead, > > record the PA, which at least can be used to precisely identify > > the associated irqchip and domain. > > > > Reviewed-by: Linus Walleij > > Acked-by: Thomas Gleixner > > Signed-off-by: Marc Zyngier > > I think that patch is already in my gpio devel branch. > > But I guess it doesn't hurt either, git will figure it out. Ah, I'm just a moron. I forgot to drop it after we agreed you would take it. Yes, git will figure it out, and your branch has the conflict resolution anyway... Sorry for dropping the ball on that. M. -- Jazz is not dead, it just smells funny.