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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY autolearn=no 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 C8009C4320E for ; Fri, 27 Aug 2021 18:24:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AA62460FDA for ; Fri, 27 Aug 2021 18:24:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229882AbhH0SZG (ORCPT ); Fri, 27 Aug 2021 14:25:06 -0400 Received: from sibelius.xs4all.nl ([83.163.83.176]:57884 "EHLO sibelius.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229775AbhH0SZF (ORCPT ); Fri, 27 Aug 2021 14:25:05 -0400 Received: from localhost (bloch.sibelius.xs4all.nl [local]) by bloch.sibelius.xs4all.nl (OpenSMTPD) with ESMTPA id e5ffc94e; Fri, 27 Aug 2021 20:24:15 +0200 (CEST) Date: Fri, 27 Aug 2021 20:24:14 +0200 (CEST) From: Mark Kettenis To: Alyssa Rosenzweig 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 In-Reply-To: (message from Alyssa Rosenzweig on Fri, 27 Aug 2021 17:59:59 +0000) Subject: Re: [PATCH v4 4/4] arm64: apple: Add PCIe node References: <20210827171534.62380-1-mark.kettenis@xs4all.nl> <20210827171534.62380-5-mark.kettenis@xs4all.nl> Message-ID: <56142087154d4d9e@bloch.sibelius.xs4all.nl> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org > Date: Fri, 27 Aug 2021 17:59:59 +0000 > From: Alyssa Rosenzweig > > > 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.