Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp1634863pxb; Fri, 27 Aug 2021 13:37:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwiXe0KQw93e8eQtWlhlKDP3EyNEVJsKUX1Qpii7mAE5Lj9o95QQ1v2UKFS9O3jYp2PxF9I X-Received: by 2002:a6b:b512:: with SMTP id e18mr9192252iof.98.1630096654572; Fri, 27 Aug 2021 13:37:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630096654; cv=none; d=google.com; s=arc-20160816; b=mx3XlWxWfTD/Dn04I7WQPTXjFFrGwhj0KOgVQYTTnHdBfAcf5DUZyzH3nf5xVcwLl1 RsnmQnWqZ0SmbodawbqYt0mHpWyCHrpnMqGBW7E6z6ZC0mzdsE/hsoxo4CF2VKxtoj1R HxbNmsVYtfc86lxABvd3jucCFqoSR0x+anq4tzlw1uFlzzHsd98GDvncOQ2Sw4DM01TS GVpvFZLGOJo9argBC3PY6OnBFIaA0o5XKQ6gfYfWANHKtii1TpCsT0awR6cPA3uoOiEL ah+8qvG5EDzECwLYnHt45ji0Q8bxiFoVBjMjxoRwNtbeTQgGm19xGQv/lTuHmv43rmoD wzQQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=xkNOfaOnRELcpjsaDRcSPTBHpb86ydVXBLFReNkAZsY=; b=AyiNRl3SlNJmWlfscKHNXReuu0+5uHkLZic2yyZ1SQuwnjvLTfM3BczzVGs/cWJrxX JQS9XweMeVHE1lzQ7N972VFnuRJshGT0LocVRjgh2V+NEg49SAKRUXSapjjPcbww+X8N 2Gcn9FkVs8qpqsJAcBe6PZZ4w6p++lojP7WNjUBNWS51DzB/whIwPuAURUFh1Lb4Z4sP VHjHh83lDc9UGCb2AFjI07BvhbviAoHUW9Db3/WvFRY5IC6bq8sJ9i14J9u294TCqMko RmqkRTnxevxtK8eQHrx4gd/29pRjWBjv9PwqixKMW8f+uEK2snBGLYSJsGxh8ICuRopR ye3w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c26si6782408jam.74.2021.08.27.13.37.22; Fri, 27 Aug 2021 13:37:34 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231572AbhH0UhQ (ORCPT + 99 others); Fri, 27 Aug 2021 16:37:16 -0400 Received: from rosenzweig.io ([138.197.143.207]:43708 "EHLO rosenzweig.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231317AbhH0UhP (ORCPT ); Fri, 27 Aug 2021 16:37:15 -0400 Date: Fri, 27 Aug 2021 16:09:13 -0400 From: Alyssa Rosenzweig To: Mark Kettenis Cc: devicetree@vger.kernel.org, kettenis@openbsd.org, tglx@linutronix.de, maz@kernel.org, robh+dt@kernel.org, marcan@marcan.st, bhelgaas@google.com, nsaenz@kernel.org, jim2101024@gmail.com, f.fainelli@gmail.com, bcm-kernel-feedback-list@broadcom.com, daire.mcnamara@microchip.com, nsaenzjulienne@suse.de, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, linux-rpi-kernel@lists.infradead.org Subject: Re: [PATCH v4 4/4] arm64: apple: Add PCIe node Message-ID: References: <20210827171534.62380-1-mark.kettenis@xs4all.nl> <20210827171534.62380-5-mark.kettenis@xs4all.nl> <56142087154d4d9e@bloch.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56142087154d4d9e@bloch.sibelius.xs4all.nl> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > > Clock references and DART (IOMMU) references are left out at the > > > moment and will be added once the appropriate bindings have been > > > settled upon. > > > > > > > DART is in mainline .... is there a PCIe specific issue? > > True. I don't expect 4/4 to be merged as part of this series though > as it will need to go through marcan's tree. It is mostly there to > show what the device tree will look like. Fair enough. When it does get merged it'll need the updates from my my PCIe series (v2). It looks like the only change needed for the commit proposed there is updating the msi-ranges format. Hopefully the solution proposed here is acceptable to both robh and maz so we can move forward with this :-)