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=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 3DE66C47420 for ; Thu, 1 Oct 2020 16:16:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 04AA9208C7 for ; Thu, 1 Oct 2020 16:16:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601569012; bh=550ObKj0OVd2Etj3DF5vnvAqjxclqiEwkkyg6mAkvxE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=IxKwNu4uoBwdg25NOF8b1nIDvlcQqQdTn0DMFzv1TRTgGMsxP9MwgalM6Yr6wGnfD wplX7VnPm5igxe5kppXtt5U2sZ3wIE9kjPSslzMYLG7+1UsPYCcWBZ4/OZiWfC4Cfv zJzy2ILlVHiGOxOiGR8iN6TRnup151PAEb0kY0X0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732642AbgJAQQv (ORCPT ); Thu, 1 Oct 2020 12:16:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:41710 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732026AbgJAQQv (ORCPT ); Thu, 1 Oct 2020 12:16:51 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 39C02208B6; Thu, 1 Oct 2020 16:16:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601569010; bh=550ObKj0OVd2Etj3DF5vnvAqjxclqiEwkkyg6mAkvxE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Bmjgy8MqtcupAOak4HQajWBjJUKV8rpBI3XdM4osHD01IKETSd8rwxdCeS/75/EuG H7kY85ZIXHs+X6mvxsES9TFFyI9LO/1R07OnfFIWlzEA9jxaC+xKe6slXQQIp42uZ/ 5hyBwsW0PP2KGywPzUm4Uv+Lds9m6D57GvyLaOt4= Date: Thu, 1 Oct 2020 17:15:51 +0100 From: Mark Brown To: Dan Murphy Cc: lgirdwood@gmail.com, tiwai@suse.com, robh+dt@kernel.org, devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: tas2764: Add the TAS2764 binding doc Message-ID: <20201001161551.GN6715@sirena.org.uk> References: <20200930163809.6978-1-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="zHDeOHGDnzKksZSU" Content-Disposition: inline In-Reply-To: <20200930163809.6978-1-dmurphy@ti.com> X-Cookie: Stay away from flying saucers today. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --zHDeOHGDnzKksZSU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Sep 30, 2020 at 11:38:08AM -0500, Dan Murphy wrote: > + reset-gpio: > + description: GPIO used to reset the device. Even if only a single GPIO is allowed DT properties for GPIOs should be plural. --zHDeOHGDnzKksZSU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl92ALYACgkQJNaLcl1U h9ArgQf8D8WxeqQaN7IwoEzY6Ot/1JL/mF1DDRlBglnQGCE0NOABnw2x6ugo59YB wxH6KxdizFIQ8tVWN3sd8lOzEArin9zxKDcaRWSjxyL5NH98nzzEFNrQX3Qf69N4 ziFdb45MaKovNo/tSYiYNglMN+WkCRu6E5PkxErBREcT84yHK5XjNj/FSwmqMnBt gvlNtojgTNkO0OhzLFiDEA5Ha61i4zir+tKhIGDfeWikc4jV8YIkryjzX0mFUXdE w8tlELxcaillspGo+HFcyyZ7y8vvAaDaMm1b6AcbQWTM1vNagNxNgPZzJUj/Vqh5 0mBYPVs46434GFpBbcD5r/1oD8efWQ== =C474 -----END PGP SIGNATURE----- --zHDeOHGDnzKksZSU-- 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=BAYES_00,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 42101C4727E for ; Thu, 1 Oct 2020 16:17:54 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [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 EE1BB208B6 for ; Thu, 1 Oct 2020 16:17:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="Bx8Bb5fi"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="Bmjgy8Mq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EE1BB208B6 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 802AE1913; Thu, 1 Oct 2020 18:17:01 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 802AE1913 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1601569071; bh=550ObKj0OVd2Etj3DF5vnvAqjxclqiEwkkyg6mAkvxE=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=Bx8Bb5fibE3/beViX2NeI+aSJ65cQ5rC64GV98X6x4U4KikZaIGZbCCsEeB9a5FdU 8V4ItTlxw6U6baZ6gF9IhUS7B4dNXGCTUZsMTTh5t6Vt4q1zd3+L9rBS02QGspV5FP ICyxIoKsBhCjTUlK8YtAam4XhqsH2cbGhj31QzPE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 18105F801DB; Thu, 1 Oct 2020 18:17:01 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 6A0CCF801F5; Thu, 1 Oct 2020 18:16:59 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id D5907F80105 for ; Thu, 1 Oct 2020 18:16:53 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D5907F80105 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="Bmjgy8Mq" Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 39C02208B6; Thu, 1 Oct 2020 16:16:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601569010; bh=550ObKj0OVd2Etj3DF5vnvAqjxclqiEwkkyg6mAkvxE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Bmjgy8MqtcupAOak4HQajWBjJUKV8rpBI3XdM4osHD01IKETSd8rwxdCeS/75/EuG H7kY85ZIXHs+X6mvxsES9TFFyI9LO/1R07OnfFIWlzEA9jxaC+xKe6slXQQIp42uZ/ 5hyBwsW0PP2KGywPzUm4Uv+Lds9m6D57GvyLaOt4= Date: Thu, 1 Oct 2020 17:15:51 +0100 From: Mark Brown To: Dan Murphy Subject: Re: [PATCH 1/2] dt-bindings: tas2764: Add the TAS2764 binding doc Message-ID: <20201001161551.GN6715@sirena.org.uk> References: <20200930163809.6978-1-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="zHDeOHGDnzKksZSU" Content-Disposition: inline In-Reply-To: <20200930163809.6978-1-dmurphy@ti.com> X-Cookie: Stay away from flying saucers today. User-Agent: Mutt/1.10.1 (2018-07-13) Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, tiwai@suse.com, lgirdwood@gmail.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" --zHDeOHGDnzKksZSU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Sep 30, 2020 at 11:38:08AM -0500, Dan Murphy wrote: > + reset-gpio: > + description: GPIO used to reset the device. Even if only a single GPIO is allowed DT properties for GPIOs should be plural. --zHDeOHGDnzKksZSU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl92ALYACgkQJNaLcl1U h9ArgQf8D8WxeqQaN7IwoEzY6Ot/1JL/mF1DDRlBglnQGCE0NOABnw2x6ugo59YB wxH6KxdizFIQ8tVWN3sd8lOzEArin9zxKDcaRWSjxyL5NH98nzzEFNrQX3Qf69N4 ziFdb45MaKovNo/tSYiYNglMN+WkCRu6E5PkxErBREcT84yHK5XjNj/FSwmqMnBt gvlNtojgTNkO0OhzLFiDEA5Ha61i4zir+tKhIGDfeWikc4jV8YIkryjzX0mFUXdE w8tlELxcaillspGo+HFcyyZ7y8vvAaDaMm1b6AcbQWTM1vNagNxNgPZzJUj/Vqh5 0mBYPVs46434GFpBbcD5r/1oD8efWQ== =C474 -----END PGP SIGNATURE----- --zHDeOHGDnzKksZSU--