Received: by 2002:a05:6a10:c7d3:0:0:0:0 with SMTP id h19csp1403745pxy; Sun, 15 Aug 2021 20:19:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyo9q8boSvXKwVjZw1Mtd0ljAPYxS5lIZrEx6PCey/KyOel1EE2rkOovsB8GkLwm7afA8QI X-Received: by 2002:a92:c70e:: with SMTP id a14mr9645786ilp.299.1629083992644; Sun, 15 Aug 2021 20:19:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629083992; cv=none; d=google.com; s=arc-20160816; b=yRA9DEvfcprC5Tvevhouudx6vgjbuDnTxk+TK3j2rZpcq61QVyagsELQYLbsKEG02f UqvR9dJcDDQIW5dMkU5PiNBbPTxbLas8jW3OBeuIvhwiuswY65kdA7F01DYI/IeSNuKs c6lbljxCTDGq5CndMIAYxa+66pMBO+SP2JuYIJb3Gsedxh9lX4AFMQOZYlPTKH9KMVvF LVlfebV0MXNyh/S8VigeZtaZDM6GDwwwHa+D1GnkPImlN9rxJnhB0FMCnsZAEzj2LkPN VbQ5khSeMx0HKnY6vaAbWBvo0Ad72aMnjYg1z6dQ2y+XQmj4CdwGXQKNYIAJQqkNvHvU GYiw== 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=BIkOVCquU8pBMRsw0EWy5+xWpsKWeQG48v7j4Z5XnaA=; b=drkrZ9X5jT4jaSvIlFSISqb+aE8aaL3f9wtT5JczZ0MjvGJ5civE+2W+yefpDpP7R2 olJzJcmKGgX5ZoCRSB+IfIfMDOGJJ39Upd7e04yd7jtMA/JOUYNVI6LqkTPgmr/Ag/2z NfCI4Wn/v41Bu7M31TxzOimfR8y8locN5tU/jtdgErlt3qh8BL44ZzUjDqGSYukeCRV9 WmBl0rKXTBkudoWLXYBz8J5Zqx3fgU3YkFHCY4ZZaZwRY7U5COKbz91ALs1XtdmenOJm PK8PgKwjcMr6CFKJBUK0/THjNgGKalG7biNB2i8FD1+CRg+7+jzaojO1Upr3OlPbFcsC 0Rbw== 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 p1si9548080ios.38.2021.08.15.20.19.41; Sun, 15 Aug 2021 20:19:52 -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 S229873AbhHPDS4 (ORCPT + 99 others); Sun, 15 Aug 2021 23:18:56 -0400 Received: from [138.197.143.207] ([138.197.143.207]:45336 "EHLO rosenzweig.io" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S232249AbhHPDSw (ORCPT ); Sun, 15 Aug 2021 23:18:52 -0400 Date: Sun, 15 Aug 2021 21:34:36 -0400 From: Alyssa Rosenzweig To: Marc Zyngier Cc: linux-pci@vger.kernel.org, Bjorn Helgaas , Rob Herring , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Stan Skowronek , Mark Kettenis , Sven Peter , Hector Martin , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 1/2] dt-bindings: PCI: Add Apple PCI controller Message-ID: References: <20210815042525.36878-1-alyssa@rosenzweig.io> <20210815042525.36878-2-alyssa@rosenzweig.io> <87bl5z18vt.wl-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87bl5z18vt.wl-maz@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Marc, > > Document the properties used by the Apple PCI controller. This is a > > fairly standard PCI controller, although it is not derived from any > > known non-Apple IP. > > > > Signed-off-by: Alyssa Rosenzweig > > I would rather you post something as an extension to Mark's work, for > multiple reasons: > > - Mark's patch is still being discussed, and is the current > reference (specially given that it is already in use in OpenBSD and > u-boot). > > - we cannot have multiple bindings. There can only be one, shared > across implementations. Otherwise, you need a different kernel > depending on whether you are booting from m1n1 or u-boot. > > - what you have here is vastly inconsistent (you are describing the > MSIs twice, using two different methods). Absolutely agree, the frankenstein bindings here were the main reason v1 was marked RFC. For v2, I've rebased on Mark's patch, which makes a bunch of driver magic disappear. Alyssa