Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp4043865pxb; Mon, 8 Feb 2021 06:40:42 -0800 (PST) X-Google-Smtp-Source: ABdhPJwX2fHKkR6bVZIOAGA6dPm2gaSPfQ4SjFjxEkOkqukaqjNR0mvFtZdGkNgeIoH8/ZBnjVhD X-Received: by 2002:a17:906:b09a:: with SMTP id x26mr17477908ejy.199.1612795242233; Mon, 08 Feb 2021 06:40:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612795242; cv=none; d=google.com; s=arc-20160816; b=EQOMj0SoDm46EQC883M+YLO66H8XztCPKCZ0q0vZECTXKPfamwCywEcle+RjELjNwd cybOs5JVu4WKlnh6q2qiMKYWaWRfr07xGtnYwZALnWmK1g+CVixpLpcfmG9q5zBxZEus tNnu8BlGa/H5YEdgWjiMW7JtsZMsfZcB6qzceSX8/JsdH2XiN8FtaAvLafrwluwNOKOz iIFxHaYym/tMiafmAh1Pz8znLB+PrPtNViw8mX4JZb2kNFEDtEgNmBwt1AJvUmuw9OdL PAMYaw5/gC1Yiz7Z/PpmClFuZFscxna748/HDlAIk1IOBnJhuDOjLs943K2mNmipfM3t yb8A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:subject:from :references:cc:to; bh=acBW+i1mm6wIQkQHNh8nN8tIqmxJ847LQuk4TMHiiac=; b=boEhcICzlECIZWXggBn5bb8W048jxzpuTJN0jish/g14DTi4yZBRfP+pjUYb2Yzbql +rSJ9GiaJprc8G1gCNjTsaBIRj5XYy9WBsmPYD4+j/rGINAUTAgQXXd3mYmGxm1+4o3v 2+8M5E4oKjzdZH/aozNOSlNVmRqmMz2ifEdD/ri20h4ynhftyHtpM2cgMs418rjR991R 8UUNHVUKwKNuf5IWjVE8z1J9xelZqB35BOvo09+Pyo3JBTImTjKhTZjEfR3QoYrJA53k yVIW5PmQTQ44iSR+7wP/DV26OcHNXt/Hqomy2NhD5Bl3Wftpl9fPh/Gu9dh9ReidN9K8 2K3g== 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 a7si6139428ejj.40.2021.02.08.06.40.17; Mon, 08 Feb 2021 06:40:42 -0800 (PST) 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 S232195AbhBHOje (ORCPT + 99 others); Mon, 8 Feb 2021 09:39:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232111AbhBHONk (ORCPT ); Mon, 8 Feb 2021 09:13:40 -0500 Received: from mail.marcansoft.com (marcansoft.com [IPv6:2a01:298:fe:f::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A88FFC061788; Mon, 8 Feb 2021 06:12:59 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: marcan@marcan.st) by mail.marcansoft.com (Postfix) with ESMTPSA id 45F7141F47; Mon, 8 Feb 2021 14:12:55 +0000 (UTC) To: Arnd Bergmann , Krzysztof Kozlowski Cc: SoC Team , Linux ARM , Marc Zyngier , Rob Herring , "linux-kernel@vger.kernel.org" , DTML , Olof Johansson References: <20210204203951.52105-1-marcan@marcan.st> <20210204203951.52105-19-marcan@marcan.st> <20210208110441.25qc6yken4effd6c@kozik-lap> <20210208121325.owjjd7nfbdanszny@kozik-lap> From: Hector Martin Subject: Re: [PATCH 18/18] arm64: apple: Add initial Mac Mini 2020 (M1) devicetree Message-ID: Date: Mon, 8 Feb 2021 23:12:52 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: es-ES Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/02/2021 21.40, Arnd Bergmann wrote: > On Mon, Feb 8, 2021 at 1:13 PM Krzysztof Kozlowski wrote: >> >> On Mon, Feb 08, 2021 at 08:56:53PM +0900, Hector Martin 'marcan' wrote: >>> On 08/02/2021 20.04, Krzysztof Kozlowski wrote: >>>> apple >>>> >>>> Don't make things different for this one platform (comparing to all >>>> other platforms). Apple is not that special. :) >>> >>> AAPL is the old vendor prefix used in the PowerPC era. I'm happy to use >>> `apple`, as long as we're OK with having two different prefixes for the same >>> vendor, one for PPC and one for ARM64. I've seen opinions go both ways on >>> this one :) >> >> Thanks for explanation. I propose to choose just "apple". Sticking to >> old vendor name is not a requirement - we have few vendor prefixes which >> were marked as deprecated because we switched to a better one. > > We've gone back and forth on this a few times already. My current > preference would also be to go with "apple", not because it's somehow > nicer or clearer but because it avoids the namespace conflict with > what the Apple firmware uses: Ack, I'll use 'apple' for v2. Amusingly, Apple actually use 'apple,firestorm' and 'apple,icestorm' for the CPUs in their devicetrees for these machines, so those will end up identical :) (they don't use apple-related prefixes for any other compatible strings at all, it's a mess). But we don't care about what their ADTs (Apple DTs) do in Linux anyway, the bootloader abstracts all that out and we'll be dealing with mantaining proper DTs ourselves. >> Makes sense. In such case it's indeed your work. Since you introduce it, >> the DTSes are usually licensed with (GPL-2.0+ OR MIT). > > Indeed, we do want other OSs to use our dts files, so the general > preference is to have a permissive license, unless you have a strong > reason yourself to require GPL-only. Thanks for pointing this out; this was actually unintentional. I based it off of an old dts I'd written ages ago and forgot to revisit the license. I even have it marked GPL-2.0+ in the copy in our bootloader repo, which is otherwise supposed to be MIT for original code... -- Hector Martin (marcan@marcan.st) Public Key: https://mrcn.st/pub