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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 1362AECE58F for ; Tue, 15 Oct 2019 22:24:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C92A92064A for ; Tue, 15 Oct 2019 22:24:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571178259; bh=JmfnoG9R1K7s/CQvGw9D6jzDc7qrS4Im2mKuSheg4NY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=IwjmmBpVOhgcCxhRYOCD69Degd5gQDWfTZNER2UVT0f94c6BuF5cuv/LBxkY+cefZ y2xbJaaX58SwkP5cDSbz6puZchvqe0jCCI6CDuGlXxxYMj/1sjo4GPmVdoydjTvpnW RA0bakS+Us7BMKrPKSDaNZoCEKVkcBPJnSk3evkM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389755AbfJOWYT (ORCPT ); Tue, 15 Oct 2019 18:24:19 -0400 Received: from mail-oi1-f193.google.com ([209.85.167.193]:34090 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732312AbfJOWYT (ORCPT ); Tue, 15 Oct 2019 18:24:19 -0400 Received: by mail-oi1-f193.google.com with SMTP id 83so18306904oii.1; Tue, 15 Oct 2019 15:24:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=nK0aavkV2vBesQcv0AgqoDNcvg469f2OzuJk5GeXGKE=; b=tm3NVTLbuROFoKpV12NBTzuQkEpufJ6jXkk/a0zACWGzx2a2sXFydOMMhcIYAwqfW9 1mcYcarXVSubjdSwL5FUt+/rX5iqTjB6ycXPVdaUGTqLrJhrrtEZe2iHL4uR3B/5SltF W7wOkq3EkYmW38uh6PhjvRbsvZImP7dvUdrF2WAzW/UskQ4hiIIlm//KkmBQ5uzSAODJ vCA3TjGg/KP65cPs5iIYKyLqCRz5IxQ+sxGT32XDUqWAJ9hwjNiWBHsM5g9vp5eJY8/6 TnAkbkDs+7cKRXRVP1KDswCdvDBcHem2ivB6ighRO6jVjhBqXt2ffOK3eWgtFxqO3GvZ l/tg== X-Gm-Message-State: APjAAAWtVvZyt7/m+oxfW/CBag/ABH1kLt748S2T4ykwTNMap0y0OBXj r+uJ6u4+g7+2re4Wdnmekw== X-Google-Smtp-Source: APXvYqw2zlzetx+asQEISLHCoq9N6nsXVVk1APE2KhuoS0Weh/DxpADYhOg0xmTVQQw+4Z3eMZTbng== X-Received: by 2002:aca:3b84:: with SMTP id i126mr785946oia.28.1571178256967; Tue, 15 Oct 2019 15:24:16 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id m20sm6622503oih.43.2019.10.15.15.24.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Oct 2019 15:24:16 -0700 (PDT) Date: Tue, 15 Oct 2019 17:24:15 -0500 From: Rob Herring To: Andrew Jeffery Cc: linux-gpio@vger.kernel.org, linus.walleij@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, joel@jms.id.au, linux-aspeed@lists.ozlabs.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, johnny_huang@aspeedtech.com, ryanchen.aspeed@gmail.com Subject: Re: [PATCH 1/7] dt-bindings: pinctrl: aspeed-g6: Rework SD3 function and groups Message-ID: <20191015222415.GA10977@bogus> References: <20191008044153.12734-1-andrew@aj.id.au> <20191008044153.12734-2-andrew@aj.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191008044153.12734-2-andrew@aj.id.au> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, 8 Oct 2019 15:11:47 +1030, Andrew Jeffery wrote: > Rename SD3 functions and groups to EMMC to better reflect their intended > use before the binding escapes too far into the wild. Also clean up the > SD3 pin groups to eliminate some silliness that slipped through the > cracks (SD3DAT[4-7]) by unifying them into three new groups: EMMCG1, > EMMCG4 and EMMCG8 for 1, 4 and 8-bit data buses respectively. > > Signed-off-by: Andrew Jeffery > --- > Unfortunately reflowing the list creates a lot of noise in this change. As > mentioned the SD3DAT[4-7] groups are renamed, as is the SD3 function. There > should be no functional changes beyond that. > > .../pinctrl/aspeed,ast2600-pinctrl.yaml | 86 +++++++++---------- > 1 file changed, 42 insertions(+), 44 deletions(-) > Reviewed-by: Rob Herring 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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 3878DECE59D for ; Tue, 15 Oct 2019 22:24:25 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0A1B72064B for ; Tue, 15 Oct 2019 22:24:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="bEbxpz7B" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A1B72064B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=EwRmNedgYXiqTMzUKEcRTAOWtqQYB5k5hHlGtiRjB/M=; b=bEbxpz7Bd2laAH woqFrcvjAVo+3D7lqqyFTxGZSWvxOoYB1bkZt/IAjRmxQ9JDD0IXW/rA4yFg8Ci7mui5bt/eO91Ub guGGBZtysLEQXaPmY2xXWSdRlYcqOLu4fLvNP7pCqAMKcsNMyUUaZeqGbWfEjqwPlRBqfCHerms6B E/IqC2IJaCwP0ar6E9/1XunaMpJLoQtbOIUOFQrQX7g/+hXaVr7hFax4af+/xxubEeF+UpNrJmu0H T6cAanubtbu1GNQv1J/PS7COYxVoADV/4HmzAsC1Xlgf0GlaP7pyvc8RkDqXAXAK5Am2nF5EwEOUz 7Bs7urdHHCcWZetKEmYQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iKVEq-0001pN-8Z; Tue, 15 Oct 2019 22:24:20 +0000 Received: from mail-oi1-f194.google.com ([209.85.167.194]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iKVEn-0001p4-Ql for linux-arm-kernel@lists.infradead.org; Tue, 15 Oct 2019 22:24:19 +0000 Received: by mail-oi1-f194.google.com with SMTP id i16so18316714oie.4 for ; Tue, 15 Oct 2019 15:24:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=nK0aavkV2vBesQcv0AgqoDNcvg469f2OzuJk5GeXGKE=; b=L4XPT4iJcSyvoATRli0f+QjwVVj3cg+DNpYijLGD12iDSWlSMG4pLcURdbwab0IMB1 WKe/K38llJRrCqqX1eb1XHAVGY8QewAWpL4c9u0ZhkLHp72g3o0LfeBj4eaAUtPzg/qJ uyRe5ST2LPg7NWPKFlsPz9k1XXykRoPrk/vqbS1y4i7h9DdCzMZSozUIbsJQnDg+gxEd p9803zj0LWiqGQsWobIqG2j4g8dxtzVjBd8KFdOLbf2efPY/QTekfSj66D4J6ZmvZn/c 0iTu9x6EojkZ2PFKgr25oumq+3ys+IAV3khIlG0v3c0RL741RU4G7ZZCBbsJgJyj69l7 Uyuw== X-Gm-Message-State: APjAAAUYQCiznxdocv/21JYDeiNeAURZ+09bNprRrgyFTE56itMwCKJt synWKcrlmo/osRF2OPe2yA== X-Google-Smtp-Source: APXvYqw2zlzetx+asQEISLHCoq9N6nsXVVk1APE2KhuoS0Weh/DxpADYhOg0xmTVQQw+4Z3eMZTbng== X-Received: by 2002:aca:3b84:: with SMTP id i126mr785946oia.28.1571178256967; Tue, 15 Oct 2019 15:24:16 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id m20sm6622503oih.43.2019.10.15.15.24.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Oct 2019 15:24:16 -0700 (PDT) Date: Tue, 15 Oct 2019 17:24:15 -0500 From: Rob Herring To: Andrew Jeffery Subject: Re: [PATCH 1/7] dt-bindings: pinctrl: aspeed-g6: Rework SD3 function and groups Message-ID: <20191015222415.GA10977@bogus> References: <20191008044153.12734-1-andrew@aj.id.au> <20191008044153.12734-2-andrew@aj.id.au> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191008044153.12734-2-andrew@aj.id.au> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191015_152417_867040_2FB48769 X-CRM114-Status: GOOD ( 10.24 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, johnny_huang@aspeedtech.com, linux-aspeed@lists.ozlabs.org, linus.walleij@linaro.org, ryanchen.aspeed@gmail.com, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, robh+dt@kernel.org, joel@jms.id.au, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 8 Oct 2019 15:11:47 +1030, Andrew Jeffery wrote: > Rename SD3 functions and groups to EMMC to better reflect their intended > use before the binding escapes too far into the wild. Also clean up the > SD3 pin groups to eliminate some silliness that slipped through the > cracks (SD3DAT[4-7]) by unifying them into three new groups: EMMCG1, > EMMCG4 and EMMCG8 for 1, 4 and 8-bit data buses respectively. > > Signed-off-by: Andrew Jeffery > --- > Unfortunately reflowing the list creates a lot of noise in this change. As > mentioned the SD3DAT[4-7] groups are renamed, as is the SD3 function. There > should be no functional changes beyond that. > > .../pinctrl/aspeed,ast2600-pinctrl.yaml | 86 +++++++++---------- > 1 file changed, 42 insertions(+), 44 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel