Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp63952pxk; Wed, 23 Sep 2020 22:45:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz6NSUl0iGQRDoye7JaAC2r8xr54G003QlxKhAdb+Nc7uVxc1EsO75k9OK+rrJuKOX7i4Up X-Received: by 2002:a05:6402:17da:: with SMTP id s26mr2782852edy.221.1600926328804; Wed, 23 Sep 2020 22:45:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600926328; cv=none; d=google.com; s=arc-20160816; b=cZsbyrnMfm6MbQpw9u52LlpYhEgJydvYmsSrUbAdhWNXloPchDIOjh7O1xUq1njTiT oUunCxIOjIckPOsJcZUH0SD7POkv9KobUECnSCkkFpYWZsaAcdQvaF7Vp5meaf7t8VWI nyIK6fPgPrTd5nmXBd634/0I8CcVUhI7iNelmJsBe84ioygcXIBakXuB8kOtVodI4Mcv MwsprM9nATA+Xqtr/zTOHdP5AyGxKLgiRDZagaFYEGA7bUWZgKGpkpUlKAicdPe5mTuz CwnNmOeSitPlS4lUrale0uGMIgNC6w8E1+4HTgbC4VT+Qd9vVfEO734/CtuCGkSgsjP7 CAKw== 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=cDr/FbqQMDXXXZOfKEypeabnuhMVHxx4JZDoHOamonw=; b=cQDDR9ivSg9Mp7KipJpEvMENz5mVnlSYbdpCQ5Hn+M5y85yNlmT91Sw0aObRoCZ6ck M2GC9JVww02hNXys14HecRJzqSq+mg+lqwQRWgjAGZZ/8tBl09eJdD99AGeP2wLxTioa 7kYk65i862iVgHN7/ATFrvxsMDIjCvtGedCOYBjTWYbWdaLYhHuFQZywzaJQHZR2dVAO TXUjCYDDLrL/ZHKK0lsvy7ZSsG/OiJflS8XFX/T/nKvlQP7b4Zh1Bayi8rNTxlfvcpPs 8jRn4irG7Nb5HrfD/EDof2u+isnAZkJeBLFZP3gak5sU0vt3d531Z7p2oARNM/e6moM2 92UQ== 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 i16si1485216edj.116.2020.09.23.22.45.01; Wed, 23 Sep 2020 22:45:28 -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 S1726861AbgIXFna (ORCPT + 99 others); Thu, 24 Sep 2020 01:43:30 -0400 Received: from muru.com ([72.249.23.125]:45294 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726683AbgIXFna (ORCPT ); Thu, 24 Sep 2020 01:43:30 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A9E6D80A0; Thu, 24 Sep 2020 05:43:30 +0000 (UTC) Date: Thu, 24 Sep 2020 08:43:24 +0300 From: Tony Lindgren To: Trent Piepho Cc: Drew Fustini , Rob Herring , Linus Walleij , Jason Kridner , Robert Nelson , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-gpio , Christina Quast Subject: Re: [PATCH] ARM: dts: document pinctrl-single,pins when #pinctrl-cells = 2 Message-ID: <20200924054324.GB9471@atomide.com> References: <20200914104352.2165818-1-drew@beagleboard.org> <20200917092004.GA2468349@x1> <20200917103942.GA2477958@x1> <20200923065755.GR7101@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Trent Piepho [200924 01:34]: > On Tue, Sep 22, 2020 at 11:57 PM Tony Lindgren wrote: > > > > Also FYI, folks have also complained for a long time that the pinctrl-single > > binding mixes mux and conf values while they should be handled separately. > > > > Instead of combining two fields when the dts is generated they are now > combined when the pinctrl-single driver reads the dts. Other than > this detail, the result is the same. The board dts source is the > same. The value programmed into the pinctrl register is the same. > There is no mechanism currently that can alter that value in any way. > > What does combining them later allow that is not possible now? It now allows further driver changes to manage conf and mux separately :) Regards, Tony