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=-10.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,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 62DCAC432BE for ; Wed, 1 Sep 2021 10:11:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3DF06601FD for ; Wed, 1 Sep 2021 10:11:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232818AbhIAKMi (ORCPT ); Wed, 1 Sep 2021 06:12:38 -0400 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:44380 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S232258AbhIAKMi (ORCPT ); Wed, 1 Sep 2021 06:12:38 -0400 Received: from pps.filterd (m0077473.ppops.net [127.0.0.1]) by mx0a-001ae601.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 1816KQCe025016; Wed, 1 Sep 2021 05:11:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=PODMain02222019; bh=1+Whm96Iiw8KuVT7H7CUIcuudZGCHLXA7USDAOOxlFI=; b=loh9ZljTOc5bnRh8E4E9o9GaFJAjlHCFso8wlbhbGm5yQZlP5etn2TPaAcGAjx6M71qh JJ1LQM6yRlqlBrh7EnmJHo5ajuczARcY+YHcUFRAg9nBByoHAbmoX9Yx05OtvR+mjmy2 QNn1xLYscgq9cX7mzueMdgqnQUb3AOJ1IGF0v3qg0QmlGhq/n5CoT9LPu8q2NR7v21nW ZJeDS2FysbC/gX7jqg/IXzAbaWZNh8tkjysQp+IUUuI4i8bekZS/6jd+UTIs+P1Qw5UD dcHMfYRAqm2tQrnR/1Im+WHozonaQCrvY/FO7Dx8pSwdUlpG2p5LjwknCsCeQpEWfH4t jg== Received: from ediex02.ad.cirrus.com ([87.246.76.36]) by mx0a-001ae601.pphosted.com with ESMTP id 3at0y8rebt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 01 Sep 2021 05:11:15 -0500 Received: from EDIEX01.ad.cirrus.com (198.61.84.80) by EDIEX02.ad.cirrus.com (198.61.84.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Wed, 1 Sep 2021 11:11:12 +0100 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by EDIEX01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server id 15.1.2242.12 via Frontend Transport; Wed, 1 Sep 2021 11:11:12 +0100 Received: from ediswmail.ad.cirrus.com (ediswmail.ad.cirrus.com [198.61.86.93]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id E0555B10; Wed, 1 Sep 2021 10:11:12 +0000 (UTC) Date: Wed, 1 Sep 2021 10:11:12 +0000 From: Charles Keepax To: Maxime Ripard CC: , Rob Herring , Frank Rowand , Chen-Yu Tsai , Jernej =?utf-8?Q?=C5=A0krabec?= , , , , Liam Girdwood , Mark Brown , , Rob Herring Subject: Re: [PATCH v2 01/52] ASoC: dt-bindings: Add WM8978 Binding Message-ID: <20210901101112.GM9223@ediswmail.ad.cirrus.com> References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-2-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20210901091852.479202-2-maxime@cerno.tech> User-Agent: Mutt/1.5.21 (2010-09-15) X-Proofpoint-ORIG-GUID: iZu5PNOFQurste-yltl-SY90sUPXLrZD X-Proofpoint-GUID: iZu5PNOFQurste-yltl-SY90sUPXLrZD X-Proofpoint-Spam-Reason: safe Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Sep 01, 2021 at 11:18:01AM +0200, Maxime Ripard wrote: > Even though we had the wm8978 driver for some time and a number of > boards using it already, we never had a binding for it. Let's add it > based on what the driver expects and the boards are providing. > > Cc: alsa-devel@alsa-project.org > Cc: devicetree@vger.kernel.org > Cc: Liam Girdwood > Cc: Mark Brown > Cc: patches@opensource.cirrus.com > Reviewed-by: Rob Herring > Signed-off-by: Maxime Ripard > > --- Acked-by: Charles Keepax Thanks, Charles 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=-10.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 76DC5C432BE for ; Wed, 1 Sep 2021 10:12:20 +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 667E56101A for ; Wed, 1 Sep 2021 10:12:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 667E56101A Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=opensource.cirrus.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=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 95B071689; Wed, 1 Sep 2021 12:11:27 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 95B071689 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1630491137; bh=bSYgtGDOQaLbwh0b0Q+d3v9ati0mwwuCE5zQR4o1zCM=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=JIk3/vFFpODStBrRMjHmvcnNzXgk2mjwbGYMoRd2/IjfrauRcrfvJRExuqmXeXkKG EADKk5AHohXow/YgPBLXlKASpEdfvpkpBXULM3y4aS8/PsvhBiL4MTTZfII/76Ih8Q ORHoHlM6sZ4sV2sap/aB6yR7GcL5wf/G3x8+YFAo= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 37B00F80227; Wed, 1 Sep 2021 12:11:27 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 1787FF80254; Wed, 1 Sep 2021 12:11:25 +0200 (CEST) Received: from mx0b-001ae601.pphosted.com (mx0a-001ae601.pphosted.com [67.231.149.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 95977F80171 for ; Wed, 1 Sep 2021 12:11:18 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 95977F80171 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=cirrus.com header.i=@cirrus.com header.b="loh9ZljT" Received: from pps.filterd (m0077473.ppops.net [127.0.0.1]) by mx0a-001ae601.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 1816KQCe025016; Wed, 1 Sep 2021 05:11:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=PODMain02222019; bh=1+Whm96Iiw8KuVT7H7CUIcuudZGCHLXA7USDAOOxlFI=; b=loh9ZljTOc5bnRh8E4E9o9GaFJAjlHCFso8wlbhbGm5yQZlP5etn2TPaAcGAjx6M71qh JJ1LQM6yRlqlBrh7EnmJHo5ajuczARcY+YHcUFRAg9nBByoHAbmoX9Yx05OtvR+mjmy2 QNn1xLYscgq9cX7mzueMdgqnQUb3AOJ1IGF0v3qg0QmlGhq/n5CoT9LPu8q2NR7v21nW ZJeDS2FysbC/gX7jqg/IXzAbaWZNh8tkjysQp+IUUuI4i8bekZS/6jd+UTIs+P1Qw5UD dcHMfYRAqm2tQrnR/1Im+WHozonaQCrvY/FO7Dx8pSwdUlpG2p5LjwknCsCeQpEWfH4t jg== Received: from ediex02.ad.cirrus.com ([87.246.76.36]) by mx0a-001ae601.pphosted.com with ESMTP id 3at0y8rebt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 01 Sep 2021 05:11:15 -0500 Received: from EDIEX01.ad.cirrus.com (198.61.84.80) by EDIEX02.ad.cirrus.com (198.61.84.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Wed, 1 Sep 2021 11:11:12 +0100 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by EDIEX01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server id 15.1.2242.12 via Frontend Transport; Wed, 1 Sep 2021 11:11:12 +0100 Received: from ediswmail.ad.cirrus.com (ediswmail.ad.cirrus.com [198.61.86.93]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id E0555B10; Wed, 1 Sep 2021 10:11:12 +0000 (UTC) Date: Wed, 1 Sep 2021 10:11:12 +0000 From: Charles Keepax To: Maxime Ripard Subject: Re: [PATCH v2 01/52] ASoC: dt-bindings: Add WM8978 Binding Message-ID: <20210901101112.GM9223@ediswmail.ad.cirrus.com> References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-2-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20210901091852.479202-2-maxime@cerno.tech> User-Agent: Mutt/1.5.21 (2010-09-15) X-Proofpoint-ORIG-GUID: iZu5PNOFQurste-yltl-SY90sUPXLrZD X-Proofpoint-GUID: iZu5PNOFQurste-yltl-SY90sUPXLrZD X-Proofpoint-Spam-Reason: safe Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Rob Herring , patches@opensource.cirrus.com, Mark Brown , linux-sunxi@googlegroups.com, Jernej =?utf-8?Q?=C5=A0krabec?= , Liam Girdwood , Chen-Yu Tsai , Rob Herring , Frank Rowand , linux-arm-kernel@lists.infradead.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" On Wed, Sep 01, 2021 at 11:18:01AM +0200, Maxime Ripard wrote: > Even though we had the wm8978 driver for some time and a number of > boards using it already, we never had a binding for it. Let's add it > based on what the driver expects and the boards are providing. > > Cc: alsa-devel@alsa-project.org > Cc: devicetree@vger.kernel.org > Cc: Liam Girdwood > Cc: Mark Brown > Cc: patches@opensource.cirrus.com > Reviewed-by: Rob Herring > Signed-off-by: Maxime Ripard > > --- Acked-by: Charles Keepax Thanks, Charles 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=-10.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,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 6FB4BC432BE for ; Wed, 1 Sep 2021 11:16:34 +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 4134D60F23 for ; Wed, 1 Sep 2021 11:16:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4134D60F23 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=opensource.cirrus.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:CC: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=l8hvidxXvIxK8Um8Wzhop5HCbOjQ8gadAIHq+FKmKGk=; b=P5RhPHwFrbyQ5e jtTqRDykZses7/zLPDS/l60cQsNp83KijIdCQgHsIu2C6D40pYyJsMhDv10Sijs2IXi7wR7Fo1tn0 XpKXNIYdlsgqD8OpowqquxuwjMgXghQxymFpqKYty1u/D6nUkq+CT4xg1wpKMLwK1af0jfc5tQjm/ fptraN98Ny6yLT+AX02wPavYlRtB8wADMmpvA+9vkn88CuRjLZ5N++MFwTeuWJZ+eudOToNqW1rVg Ty2bZMEx01/J7L+w9NKOoaBkssR/t8SZO5LTL/reFgpIyriYvBDpxJKkrkz0fOWYtRQYUkYiota7G PQTmpKiFNG/TJGrJkBmw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mLOC6-005VVt-Pp; Wed, 01 Sep 2021 11:14:15 +0000 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25] helo=mx0b-001ae601.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mLNDW-0058zq-5s for linux-arm-kernel@lists.infradead.org; Wed, 01 Sep 2021 10:11:41 +0000 Received: from pps.filterd (m0077473.ppops.net [127.0.0.1]) by mx0a-001ae601.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 1816KQCe025016; Wed, 1 Sep 2021 05:11:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=PODMain02222019; bh=1+Whm96Iiw8KuVT7H7CUIcuudZGCHLXA7USDAOOxlFI=; b=loh9ZljTOc5bnRh8E4E9o9GaFJAjlHCFso8wlbhbGm5yQZlP5etn2TPaAcGAjx6M71qh JJ1LQM6yRlqlBrh7EnmJHo5ajuczARcY+YHcUFRAg9nBByoHAbmoX9Yx05OtvR+mjmy2 QNn1xLYscgq9cX7mzueMdgqnQUb3AOJ1IGF0v3qg0QmlGhq/n5CoT9LPu8q2NR7v21nW ZJeDS2FysbC/gX7jqg/IXzAbaWZNh8tkjysQp+IUUuI4i8bekZS/6jd+UTIs+P1Qw5UD dcHMfYRAqm2tQrnR/1Im+WHozonaQCrvY/FO7Dx8pSwdUlpG2p5LjwknCsCeQpEWfH4t jg== Received: from ediex02.ad.cirrus.com ([87.246.76.36]) by mx0a-001ae601.pphosted.com with ESMTP id 3at0y8rebt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 01 Sep 2021 05:11:15 -0500 Received: from EDIEX01.ad.cirrus.com (198.61.84.80) by EDIEX02.ad.cirrus.com (198.61.84.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Wed, 1 Sep 2021 11:11:12 +0100 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by EDIEX01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server id 15.1.2242.12 via Frontend Transport; Wed, 1 Sep 2021 11:11:12 +0100 Received: from ediswmail.ad.cirrus.com (ediswmail.ad.cirrus.com [198.61.86.93]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id E0555B10; Wed, 1 Sep 2021 10:11:12 +0000 (UTC) Date: Wed, 1 Sep 2021 10:11:12 +0000 From: Charles Keepax To: Maxime Ripard CC: , Rob Herring , Frank Rowand , Chen-Yu Tsai , Jernej =?utf-8?Q?=C5=A0krabec?= , , , , Liam Girdwood , Mark Brown , , Rob Herring Subject: Re: [PATCH v2 01/52] ASoC: dt-bindings: Add WM8978 Binding Message-ID: <20210901101112.GM9223@ediswmail.ad.cirrus.com> References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-2-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210901091852.479202-2-maxime@cerno.tech> User-Agent: Mutt/1.5.21 (2010-09-15) X-Proofpoint-ORIG-GUID: iZu5PNOFQurste-yltl-SY90sUPXLrZD X-Proofpoint-GUID: iZu5PNOFQurste-yltl-SY90sUPXLrZD X-Proofpoint-Spam-Reason: safe X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210901_031138_317966_5ABDBFFF X-CRM114-Status: GOOD ( 17.26 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Sep 01, 2021 at 11:18:01AM +0200, Maxime Ripard wrote: > Even though we had the wm8978 driver for some time and a number of > boards using it already, we never had a binding for it. Let's add it > based on what the driver expects and the boards are providing. > > Cc: alsa-devel@alsa-project.org > Cc: devicetree@vger.kernel.org > Cc: Liam Girdwood > Cc: Mark Brown > Cc: patches@opensource.cirrus.com > Reviewed-by: Rob Herring > Signed-off-by: Maxime Ripard > > --- Acked-by: Charles Keepax Thanks, Charles _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel