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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46AB4C00144 for ; Mon, 1 Aug 2022 03:38:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238960AbiHADin (ORCPT ); Sun, 31 Jul 2022 23:38:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235200AbiHADim (ORCPT ); Sun, 31 Jul 2022 23:38:42 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EFC9A10FF0 for ; Sun, 31 Jul 2022 20:38:40 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Lx3kN1zBNz4x1S; Mon, 1 Aug 2022 13:38:36 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1659325116; bh=a6rojnADEQz4YaXLUNDgDgnJraQcyq4lfTUzba9isA8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=nmtXVlTJeDidpXmsU/j+3ucJNxrzRKUeJQRe8pZVaJ0HQ51/vNAoFjPqblu3ThgPG AZZH3vioqUl9prqZkTQMvrMJpvaC6FjO850uPILuAG7Hq386q2ZN3Ol9d5W/53Rt7j 5cy5hu0yse14NuKB4xfznYYIaysk0yciTDZbVzEzuMnYCEb/6uiWeZwIgoTs/gvl5Y q4H9/tCS6DCD56ehJEw48UyxI/F8gIFrOfhDmEXWD7ep8zbGvW4anDaNdlsQ42+Bz4 6zphYwPGc9Zj9ZVPYM1nW8N/lnohYmLV3HzUJNuDzxfMNLhglzlWrQKw6sghhpvw19 JzyM3TvEJXtXA== From: Michael Ellerman To: Rob Herring , Michael Ellerman Cc: Benjamin Herrenschmidt , Paul Mackerras , Pali =?utf-8?Q?Roh=C3=A1r?= , Krzysztof Kozlowski , "linux-kernel@vger.kernel.org" , linuxppc-dev Subject: Re: [PATCH] powerpc/85xx: P2020: Add law_trgt_if property to PCIe DT nodes In-Reply-To: References: <20220504180822.29782-1-pali@kernel.org> <165909977761.253830.2305727219055135050.b4-ty@ellerman.id.au> Date: Mon, 01 Aug 2022 13:38:32 +1000 Message-ID: <87k07sbpl3.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Rob Herring writes: > On Fri, Jul 29, 2022 at 7:17 AM Michael Ellerman > wrote: >> >> On Wed, 4 May 2022 20:08:22 +0200, Pali Roh=C3=A1r wrote: >> > DT law_trgt_if property defines Local Access Window Target Interface. >> > >> > Local Access Window Target Interface is used for identifying individual >> > peripheral and mapping its memory to CPU. Interface id is defined by >> > hardware itself. >> > >> > U-Boot uses law_trgt_if DT property in PCIe nodes for configuring memo= ry >> > mapping of individual PCIe controllers. >> > >> > [...] >> >> Applied to powerpc/next. >> >> [1/1] powerpc/85xx: P2020: Add law_trgt_if property to PCIe DT nodes >> https://git.kernel.org/powerpc/c/1f00b5ab992c122c51bc37662b3b4df59= 63462f3 > > Why? Minimally, it needs a vendor prefix and s/_/-/ as I commented. OK. I misread your "maybe that's fine" as approval. Pali can you send a fixup patch please? cheers