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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 A1F39C5DF60 for ; Tue, 5 Nov 2019 18:49:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7DD6F217F5 for ; Tue, 5 Nov 2019 18:49:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572979749; bh=sBXW7Y3XWS5oCMwqXlYFhhF/4022KiBmqq6Jnn0h16s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=OWeeeiTHqSEu8s7VfzlCGTJrfnEQWp+SXnFXJxpQewBbDaahmLjBMbaE3E1UG5cT/ 79sajb7j9nw6WzGbNiSMbPZgwmlqFhSBkZxQuNTmXDxQih0cmn3z9kPjSuwkDjNcBq ytwqFUfityKyq+9w6QckpC9edNxWF+81BpFH09II= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390482AbfKEStG (ORCPT ); Tue, 5 Nov 2019 13:49:06 -0500 Received: from mail-oi1-f194.google.com ([209.85.167.194]:34198 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389861AbfKEStG (ORCPT ); Tue, 5 Nov 2019 13:49:06 -0500 Received: by mail-oi1-f194.google.com with SMTP id l202so18522730oig.1; Tue, 05 Nov 2019 10:49:06 -0800 (PST) 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=Qj5LiYO9Gp8VVa5aloZ7icPxyBMoZMvJD6YekkOcDko=; b=DZh4DBB6PGYD9EHe8SNxx49+3hErp897GlDbAOarx4jIEVk3pbY4yFS47UNf4UkZOU 8pwl4bDqk72chY5FoevbkCSSZmZFIyWsiO8okHJ9z5mpQibVynwYzLFzhWF5bq5uzbtb pRFsUb1IMVeArStTGYqSFoCzVgMoH/lPwhjE+vAsv5MjHtaKba2no6mkSGn4THxHPHgj gaxC6LGbgJUAL2afyeB6gUB/yH99DIji7oFW5yry2ZKP7d0Y7E60BNW2SiidNvccSxSs 05vS1e+h3aKyUMUJ7fjyK+oRu+AjgzW+OqMCPiypwwip7D+r+hY+GQPRyeUUXsi+sTYq 16bg== X-Gm-Message-State: APjAAAWZMzHiLH+kqZc2XN9E5D/zea4QUiIp+hLhMRHECF32OR5JXnNb MI7sIIfx/Kz/oEq+CFboj42HXvY= X-Google-Smtp-Source: APXvYqyrkBUlvV4cInkJ0w/GC7dlp4bZRcgeBsiVsjLD/Uy3nlwd90V6BQaJ97S30Z3HKKwFfh/7vw== X-Received: by 2002:aca:a842:: with SMTP id r63mr394336oie.118.1572979745545; Tue, 05 Nov 2019 10:49:05 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id u18sm2530972otq.31.2019.11.05.10.49.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Nov 2019 10:49:04 -0800 (PST) Date: Tue, 5 Nov 2019 12:49:03 -0600 From: Rob Herring To: Srinivas Kandagatla Cc: Linus Walleij , Mark Brown , Lee Jones , Vinod Koul , "moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..." , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "linux-kernel@vger.kernel.org" , spapothi@codeaurora.org, bgoswami@codeaurora.org, "open list:GPIO SUBSYSTEM" Subject: Re: [PATCH v3 08/11] dt-bindings: pinctrl: qcom-wcd934x: Add bindings for gpio Message-ID: <20191105184903.GA4709@bogus> References: <20191029112700.14548-1-srinivas.kandagatla@linaro.org> <20191029112700.14548-9-srinivas.kandagatla@linaro.org> <4f0e22ab-6aa1-2ed1-a85b-fb66531e0b2a@linaro.org> <502c64dd-a249-bb2c-7bc5-8c66fa66be35@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <502c64dd-a249-bb2c-7bc5-8c66fa66be35@linaro.org> 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, Nov 05, 2019 at 01:27:45PM +0000, Srinivas Kandagatla wrote: > > > On 05/11/2019 13:25, Linus Walleij wrote: > > On Mon, Nov 4, 2019 at 10:35 AM Srinivas Kandagatla > > wrote: > > > > > This controller just has Output enable bits, No pin control properties. > > > > > > As you suggested I can move this to drivers/gpio in next version. > > OK perfect, thanks! > > > > NB: this probably also affects the compatible-string which contains > > "pinctrl*" right? > Yes, I will suffix it with "-gpio" instead. Not a discussion we should be having because you should name this after what's in the chip documentation not the OS subsystem it happens to land in. Rob 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=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 24F0EC5DF63 for ; Tue, 5 Nov 2019 19:00:15 +0000 (UTC) Received: from alsa0.perex.cz (unknown [77.48.224.243]) (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 EE7E721882 for ; Tue, 5 Nov 2019 19:00:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="mgGLgDMn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EE7E721882 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id EA40B16E2; Tue, 5 Nov 2019 19:49:11 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz EA40B16E2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1572979802; bh=Wz0zHqgL3BpkKj+K8HR7g1cuDz2MRYtx364gWS1Yobs=; h=Date:From:To:References:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=mgGLgDMnzQsyBngXydB2q5WKRsSITesogoCsFchnnmfJSZTTmKwsCjOUJDtqirOs4 6OXHmIX6Ctb8Xfdsb2zFG4qMhI4LlHWtEHQYeJnky5hMzniG4jFo7JwxQky4Rm3BgG CWkGAMQOEAIP+CKDyiDHU7VcXxiZhd+lEXpHvlOw= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 8230AF80446; Tue, 5 Nov 2019 19:49:11 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 41E62F8049B; Tue, 5 Nov 2019 19:49:10 +0100 (CET) Received: from mail-oi1-f193.google.com (mail-oi1-f193.google.com [209.85.167.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id AC33FF800F3 for ; Tue, 5 Nov 2019 19:49:07 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz AC33FF800F3 Received: by mail-oi1-f193.google.com with SMTP id s71so18498403oih.11 for ; Tue, 05 Nov 2019 10:49:07 -0800 (PST) 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=Qj5LiYO9Gp8VVa5aloZ7icPxyBMoZMvJD6YekkOcDko=; b=g7L7gGLOF91+6E1W17zAH/0ZbnwvuMP8Zi3+OJ01ZwR/qYPSNYZ8lTXBi9Q+sME9w5 ANokuXEv1wfuSNiL6zmSZuO1m0rb8MGDXJ2dYIw01jhW8pxc/rT82erVqRP9C6/KT3QR g+nmkt9PJew2IKUmJtXovdAyrl4J5Mb0b3C3G57icHptiZwJfiUHbQfNcRG6kkuDpb54 /w1Zbtx6eRnlCnXIbeklQIqn6B1NbOgmkib44olsnqnQZR+it5YdKPirsR+YGD8iVlPC HMZxiImMraAM6uG1Asu8dBNGJDSev3KTrRMXfG3b3Xjj8II/am2tfXfHQXJsvye9jTyd miGg== X-Gm-Message-State: APjAAAVP5Ts3D6efjZ5izpSrcNgaDDD3MQ4uR4ecwvu5gyypDvryrtWi AQMMse5L4JMWbUAE1K205g== X-Google-Smtp-Source: APXvYqyrkBUlvV4cInkJ0w/GC7dlp4bZRcgeBsiVsjLD/Uy3nlwd90V6BQaJ97S30Z3HKKwFfh/7vw== X-Received: by 2002:aca:a842:: with SMTP id r63mr394336oie.118.1572979745545; Tue, 05 Nov 2019 10:49:05 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id u18sm2530972otq.31.2019.11.05.10.49.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Nov 2019 10:49:04 -0800 (PST) Date: Tue, 5 Nov 2019 12:49:03 -0600 From: Rob Herring To: Srinivas Kandagatla Message-ID: <20191105184903.GA4709@bogus> References: <20191029112700.14548-1-srinivas.kandagatla@linaro.org> <20191029112700.14548-9-srinivas.kandagatla@linaro.org> <4f0e22ab-6aa1-2ed1-a85b-fb66531e0b2a@linaro.org> <502c64dd-a249-bb2c-7bc5-8c66fa66be35@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <502c64dd-a249-bb2c-7bc5-8c66fa66be35@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..." , bgoswami@codeaurora.org, Vinod Koul , Linus Walleij , "linux-kernel@vger.kernel.org" , "open list:GPIO SUBSYSTEM" , Mark Brown , Lee Jones , spapothi@codeaurora.org Subject: Re: [alsa-devel] [PATCH v3 08/11] dt-bindings: pinctrl: qcom-wcd934x: Add bindings for gpio X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Tue, Nov 05, 2019 at 01:27:45PM +0000, Srinivas Kandagatla wrote: > > > On 05/11/2019 13:25, Linus Walleij wrote: > > On Mon, Nov 4, 2019 at 10:35 AM Srinivas Kandagatla > > wrote: > > > > > This controller just has Output enable bits, No pin control properties. > > > > > > As you suggested I can move this to drivers/gpio in next version. > > OK perfect, thanks! > > > > NB: this probably also affects the compatible-string which contains > > "pinctrl*" right? > Yes, I will suffix it with "-gpio" instead. Not a discussion we should be having because you should name this after what's in the chip documentation not the OS subsystem it happens to land in. Rob _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel