Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp68730pxj; Thu, 20 May 2021 04:46:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyJ2AHFOCTlatAGlir01AxWu5wq2788NVoGBGyu6rH5DqWga0e6ayTqsiL/rAzZPKhMT3MO X-Received: by 2002:a17:906:2ac5:: with SMTP id m5mr4229415eje.517.1621511199312; Thu, 20 May 2021 04:46:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621511199; cv=none; d=google.com; s=arc-20160816; b=x4o+FKuhVc8eqat+2mLpSDrCj8YOGIdEEjYH243VJHYoKBcUFQIE9RukZCbJ3I0OXa S481OOO64wjJcsBGF0tB5a4XkLMUb4+xR8s17t0l3SkQn3CJlYuB7q3MV+J/iDPxdy6D vy2lONSkhahIUT6d8aYmHtMh8kldWJgPlnOdx9skkP2qPE+DW82ivjimh97J+zVWB8O6 AGXBkGnhnKSS32LiYDVAPYAc0H50cj/yKhKVwhGTqUxN9T95zBR7HB+dzIGExOWZbrT6 f9BJhLFKXOTmg/7z16LEkynRJMtNqQOLlIHZ0k8sVvGowoyZKl+4uNh4x4xZgyNG4ZCe pnjw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:references:subject:in-reply-to:cc:to :from:date; bh=SSuptDWzTC0Op/E1mJk5TFT08eVpgdtlq/fV0/NADjY=; b=iZZCo++lLhcnMuie7ITHm2hYlaUk01gw2CER427rXzx2ba8BCWzWnvBrTJsYIwnNn7 pCN6DoAED+VDs5X7FKiAlV/TWl/xDnXBYLRpxpP2CzKKsU+e4KTp/aKdp2kvsmAdx2hX 2aiXWQqFcaTsq4yLFhs0HoEd/LsTHYYKbRjwikA5x5xI7beFKozlXeCkozobl7twV8b4 TALcM4DqtG7Et6EgPGEQYUo9hdqDg1K+m4IBSKtcizrXJdDqlbPE5m7wvuFw+bmTJgzk bUDoSJoTAeHWkmV2Qnh3JvEo2nuny4XU1/sz6at7ha8+eCE8Kkb6EWC9mADHCWpFV401 9m7Q== 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 du20si2648992ejc.738.2021.05.20.04.46.15; Thu, 20 May 2021 04:46:39 -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 S240952AbhETLpZ (ORCPT + 99 others); Thu, 20 May 2021 07:45:25 -0400 Received: from sibelius.xs4all.nl ([83.163.83.176]:60737 "EHLO sibelius.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241257AbhETLYG (ORCPT ); Thu, 20 May 2021 07:24:06 -0400 Received: from localhost (bloch.sibelius.xs4all.nl [local]) by bloch.sibelius.xs4all.nl (OpenSMTPD) with ESMTPA id 6a821899; Thu, 20 May 2021 13:22:42 +0200 (CEST) Date: Thu, 20 May 2021 13:22:42 +0200 (CEST) From: Mark Kettenis To: Linus Walleij Cc: robh@kernel.org, kettenis@openbsd.org, devicetree@vger.kernel.org, marcan@marcan.st, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: (message from Linus Walleij on Thu, 20 May 2021 01:27:37 +0200) Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: Add DT bindings for apple,pinctrl References: <20210508142000.85116-1-kettenis@openbsd.org> <20210508142000.85116-2-kettenis@openbsd.org> <20210510141955.GA58072@robh.at.kernel.org> <5612be5a12568600@bloch.sibelius.xs4all.nl> Message-ID: <5612e60278566bd3@bloch.sibelius.xs4all.nl> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > From: Linus Walleij > Date: Thu, 20 May 2021 01:27:37 +0200 > > On Mon, May 10, 2021 at 7:06 PM Mark Kettenis wrote: > > > From: Rob Herring > > > > > +properties: > > > > + compatible: > > > > + items: > > > > + - const: apple,t8103-pinctrl > > > > + - const: apple,pinctrl > > > > > > A genericish fallback is maybe questionable for pinctrl. That's not > > > often the same from one SoC to the next. > > > > Krzysztof raised a similar point. It seems that Apple isn't in the > > habit of changing this aspect of their SoCs. > > Rob what's your stance on this? Does it need to be changed? > Else I'll apply the patch. Hi Linus, Rob asked me to provide a description for the interrupts in response to the v2 I sent a few days ago: http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20210516183221.93686-2-mark.kettenis@xs4all.nl/ I'll roll a v3 later today for that. Cheers, Mark