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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 50E84C25B48 for ; Fri, 27 Oct 2023 17:29:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:References :In-Reply-To:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jc+ZPPI0KjNFC6sgNsVPaQPplGEB6n+ZC7ap3F+niew=; b=XZNVm/UEHjYHsI q2tkjbQXQyyzRf0+R4ADNpFVt569or3Yscv/RCIEC96jViAEfKfajh932Ss2ZMEGAw3IoDiao78iA HlvZcQcczvBoKW7/x9FNNEs93+KVe/F2aINe0xMv8PC7uSUUywXhWM/7ZRgWPHPRk3jbp2/KBv25i nJP/Jtv8RyVnybBS5uapggfB1FPr+CeVQ4WfjJh/Apawxm5+whovD7rHqQpe7DMMJuH5m0WPlZ63T eD50GYsfeaWTejg4l59UrhOcCDx4zyRXs5b+NGrr4vmxWupLDxAk2jZnuSDP6wQSPii459nXXwXHR OR068KxFl0trINNDj4fA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qwQeN-00Gpit-1Y; Fri, 27 Oct 2023 17:29:35 +0000 Received: from galois.linutronix.de ([193.142.43.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qwQeK-00GpiB-1T for linux-riscv@lists.infradead.org; Fri, 27 Oct 2023 17:29:33 +0000 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1698427765; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZQTIy/VXqCsK5xasPzFtCtU95N0L5Rqr8uD6BbwtUKU=; b=0guiRZJYY6+hb0/4VKs4gKCcYi6GHtBdM+Pg4XqYn3VXHkd/K0EMCaZn8sCAwsguTL15sb 76SnCELLX5a2fyzD23VBJH8ebO/OeP1DB9UieMxXNhi9xD9izzPk2Bfuh7jcfD/t+rOxAe X9fh+Ztpv7z1sHulzexQtihJzl+gIMAAhKmIEFIW7IMb48I2s5f5uLwr+bU8c8qM4/f9Ny OMjVS9XAk/cx+odr/YNVDuq1+W88ID7Hu++ZITmOh6DApJRU3IhUtbz07OUW7KuZxUjPRe rcdAwJdtzbPWJ7Vez6FVvWAVMBeOukYUtjvB93bJ4vIsgiRlbWAcGIm6a7wWEg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1698427765; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZQTIy/VXqCsK5xasPzFtCtU95N0L5Rqr8uD6BbwtUKU=; b=ElMFqiF1XbQ/OhDxN3fBBKcOErxBAl3iqamWSWv5E6dUxWwwdHQELFu7BJvvYuvaLKSnWh 5Q2jYoGRLKRu2QCA== To: Anup Patel Subject: Re: [PATCH 2/3] of: property: Add fw_devlink support for msi-parent In-Reply-To: References: <20231025142820.390238-1-apatel@ventanamicro.com> <20231025142820.390238-3-apatel@ventanamicro.com> <871qdg4hvm.ffs@tglx> Date: Fri, 27 Oct 2023 19:29:24 +0200 Message-ID: <87msw42cuj.ffs@tglx> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231027_102932_638900_D6F14CC9 X-CRM114-Status: GOOD ( 16.72 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Conor Dooley , Saravana Kannan , Rob Herring , Marc Zyngier , Anup Patel , Atish Patra , linux-kernel@vger.kernel.org, =?utf-8?B?QmrDtnJuIFTDtnBlbA==?= , Rob Herring , Palmer Dabbelt , Krzysztof Kozlowski , Paul Walmsley , linux-riscv@lists.infradead.org, Frank Rowand , Andrew Jones Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org T24gRnJpLCBPY3QgMjcgMjAyMyBhdCAyMTowMSwgQW51cCBQYXRlbCB3cm90ZToKPiBPbiBGcmks IE9jdCAyNywgMjAyMyBhdCAxOjI34oCvUE0gVGhvbWFzIEdsZWl4bmVyIDx0Z2x4QGxpbnV0cm9u aXguZGU+IHdyb3RlOgo+Pgo+PiBPbiBXZWQsIE9jdCAyNSAyMDIzIGF0IDE5OjU4LCBBbnVwIFBh dGVsIHdyb3RlOgo+PiA+IFRoaXMgYWxsb3dzIGZ3X2RldmxpbmsgdG8gY3JlYXRlIGRldmljZSBs aW5rcyBiZXR3ZWVuIGNvbnN1bWVycyBvZgo+PiA+IGEgTVNJIGFuZCB0aGUgc3VwcGxpZXIgb2Yg dGhlIE1TSS4KPj4KPj4gSG93IGlzIHRoaXMgcmVsYXRlZCB0byB0aGUgdHdvIGZpeGVzIGluIHRo aXMgc2VyaWVzPwo+Cj4gVGhlIGZpcnN0IHRocmVlIHBhdGNoZXMgb2YgdGhlIHYxMSBSSVNDLVYg QUlBIHNlcmllcyBhcmUgYWxsCj4gZml4ZXMgaGVuY2UgSSBzZW50IHRoZW0gc2VwYXJhdGVseSBm b3IgdGhlIDYuNyBtZXJnZSB3aW5kb3cuCj4gKGh0dHBzOi8vbG9yZS5rZXJuZWwub3JnL2xrbWwv MjAyMzEwMjMxNzI4MDAuMzE1MzQzLTEtYXBhdGVsQHZlbnRhbmFtaWNyby5jb20vKQo+Cj4gQWxs IHRocmVlIGZpeGVzIGFyZSB1bnJlbGF0ZWQgdG8gZWFjaCBvdGhlciBhbmQgd2VyZSBkaXNjb3Zl cmVkCj4gZHVyaW5nIEFJQSBkcml2ZXIgZGV2ZWxvcG1lbnQuCj4KPiBUaGlzIHBhdGNoIGZpeGVz IHRoZSBwcm9iaW5nIG9yZGVyIGZvciBwbGF0Zm9ybSBkZXZpY2VzIGhhdmluZwo+IGludGVyLWRl cGVuZGVuY3kgYmFzZWQgb24gIm1zaS1wYXJlbnQiIERUIHByb3BlcnR5Lgo+IEZvciBleGFtcGxl LCB0aGUgQUlBIEFQTElDICh3aXJlZC10by1NU0kgYnJpZGdlKSBwbGF0Zm9ybQo+IGRldmljZSBk ZXBlbmRzIG9uIHRoZSBBSUEgSU1TSUMgKE1TSSBjb250cm9sbGVyKSBwbGF0Zm9ybQo+IGRldmlj ZS4KCldlbGwsIHRoZSBjaGFuZ2Vsb2cgc2hvdWxkIHRlbGwgdGhhdCBpdCBpcyBhIGZpeCBhbmQg bm90IG1ha2UgdGhlCmlsbHVzaW9uIHRoYXQgdGhpcyBpcyBwdXJlIGVuYWJsZW1lbnQuLi4uCgo+ IEFyZSB5b3Ugb2theSB3aXRoIHRoaXMgcGF0Y2ggZ29pbmcgdGhyb3VnaCB0aGUgUklTQy1WIHRy ZWUgPwoKRmluZSB3aXRoIG1lLgoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX18KbGludXgtcmlzY3YgbWFpbGluZyBsaXN0CmxpbnV4LXJpc2N2QGxpc3RzLmlu ZnJhZGVhZC5vcmcKaHR0cDovL2xpc3RzLmluZnJhZGVhZC5vcmcvbWFpbG1hbi9saXN0aW5mby9s aW51eC1yaXNjdgo= From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A9C402F37 for ; Fri, 27 Oct 2023 17:29:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="0guiRZJY"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="ElMFqiF1" Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6050CAB; Fri, 27 Oct 2023 10:29:27 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1698427765; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZQTIy/VXqCsK5xasPzFtCtU95N0L5Rqr8uD6BbwtUKU=; b=0guiRZJYY6+hb0/4VKs4gKCcYi6GHtBdM+Pg4XqYn3VXHkd/K0EMCaZn8sCAwsguTL15sb 76SnCELLX5a2fyzD23VBJH8ebO/OeP1DB9UieMxXNhi9xD9izzPk2Bfuh7jcfD/t+rOxAe X9fh+Ztpv7z1sHulzexQtihJzl+gIMAAhKmIEFIW7IMb48I2s5f5uLwr+bU8c8qM4/f9Ny OMjVS9XAk/cx+odr/YNVDuq1+W88ID7Hu++ZITmOh6DApJRU3IhUtbz07OUW7KuZxUjPRe rcdAwJdtzbPWJ7Vez6FVvWAVMBeOukYUtjvB93bJ4vIsgiRlbWAcGIm6a7wWEg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1698427765; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZQTIy/VXqCsK5xasPzFtCtU95N0L5Rqr8uD6BbwtUKU=; b=ElMFqiF1XbQ/OhDxN3fBBKcOErxBAl3iqamWSWv5E6dUxWwwdHQELFu7BJvvYuvaLKSnWh 5Q2jYoGRLKRu2QCA== To: Anup Patel Cc: Palmer Dabbelt , Paul Walmsley , Rob Herring , Krzysztof Kozlowski , Frank Rowand , Conor Dooley , Marc Zyngier , =?utf-8?B?QmrDtnJuIFTDtnBlbA==?= , Atish Patra , Andrew Jones , Sunil V L , Saravana Kannan , Anup Patel , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring Subject: Re: [PATCH 2/3] of: property: Add fw_devlink support for msi-parent In-Reply-To: References: <20231025142820.390238-1-apatel@ventanamicro.com> <20231025142820.390238-3-apatel@ventanamicro.com> <871qdg4hvm.ffs@tglx> Date: Fri, 27 Oct 2023 19:29:24 +0200 Message-ID: <87msw42cuj.ffs@tglx> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Fri, Oct 27 2023 at 21:01, Anup Patel wrote: > On Fri, Oct 27, 2023 at 1:27=E2=80=AFPM Thomas Gleixner wrote: >> >> On Wed, Oct 25 2023 at 19:58, Anup Patel wrote: >> > This allows fw_devlink to create device links between consumers of >> > a MSI and the supplier of the MSI. >> >> How is this related to the two fixes in this series? > > The first three patches of the v11 RISC-V AIA series are all > fixes hence I sent them separately for the 6.7 merge window. > (https://lore.kernel.org/lkml/20231023172800.315343-1-apatel@ventanamicro= .com/) > > All three fixes are unrelated to each other and were discovered > during AIA driver development. > > This patch fixes the probing order for platform devices having > inter-dependency based on "msi-parent" DT property. > For example, the AIA APLIC (wired-to-MSI bridge) platform > device depends on the AIA IMSIC (MSI controller) platform > device. Well, the changelog should tell that it is a fix and not make the illusion that this is pure enablement.... > Are you okay with this patch going through the RISC-V tree ? Fine with me.