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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 6936BEB64DC for ; Fri, 21 Jul 2023 08:00:23 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 1C0ED201; Fri, 21 Jul 2023 09:59:31 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 1C0ED201 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1689926421; bh=N2PEMeZJ9b5SlVCWEYVt1aINdwFqkHLWjucVt4NofwY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=uSkhRIjdyi7d4OU/4DnSG+JNYWp4EiGO63q6NY9J9zMkcv0VR+sM3ZFNW8+nxshSq vXgd+h0k+k8Sq3OBOyWUgZXxwyhGMnBUYNA3wVXWFJmyiUrRk1D4NkM+Sm7fKeLuvZ Dh3zaPPxlRQ9Dt5iF2PTrREC56QHzgiHBnv0mjyk= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 7D23DF8047D; Fri, 21 Jul 2023 09:59:08 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 3F30DF8047D; Fri, 21 Jul 2023 09:59:08 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 2246EF8047D; Fri, 21 Jul 2023 09:59:05 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id D025AF8007E for ; Fri, 21 Jul 2023 09:59:02 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D025AF8007E Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=PsQ7i225 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 97C2561642; Fri, 21 Jul 2023 07:59:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 82059C433C7; Fri, 21 Jul 2023 07:58:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689926340; bh=N2PEMeZJ9b5SlVCWEYVt1aINdwFqkHLWjucVt4NofwY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PsQ7i225uLYOP+wwcVtk4oiybbfHVs8yBptuTohptP2nr9RTaHWGUDvySJjvNfwK/ Vew/Jl5uhEchZqZnyEOgC2nCbdK0Kvwg+tzh0W6/6MVXa1SDcW+ERv6E8FgAuUsSO8 T2EKulha+honeEia9gL2/os3UYzzbl1/rZszf0zFZvbfdhVfJzPNFAu0A3c7wu9IPA uUBrhzS53wKSUNZ7hlNwZGalLl2R+LBsZOHq8viAPa0i1i0TBkB+uupnbuJrVAIf9u Yt2lZklJQ98YM/9mIVdDX2LL4K9xmuQ9I5uEjyoR0hlhw1Q0EHXlUBOW738Ww8la5g 25PMraWhMxb4w== Date: Fri, 21 Jul 2023 08:58:54 +0100 From: Lee Jones To: broonie@kernel.org, krzysztof.kozlowski+dt@linaro.org, linus.walleij@linaro.org, vkoul@kernel.org, Charles Keepax Cc: robh+dt@kernel.org, conor+dt@kernel.org, lgirdwood@gmail.com, yung-chuan.liao@linux.intel.com, sanyog.r.kale@intel.com, pierre-louis.bossart@linux.intel.com, alsa-devel@alsa-project.org, patches@opensource.cirrus.com, devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: (subset) [PATCH v5 0/6] Add cs42l43 PC focused SoundWire CODEC Message-ID: <20230721075854.GA1908841@google.com> References: <20230619095623.1987742-1-ckeepax@opensource.cirrus.com> <168992615492.1924396.13464534208592126033.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <168992615492.1924396.13464534208592126033.b4-ty@kernel.org> Message-ID-Hash: 7Q4W733BZFRGC7QUUS6YLXH6LPCYB5MP X-Message-ID-Hash: 7Q4W733BZFRGC7QUUS6YLXH6LPCYB5MP X-MailFrom: lee@kernel.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Fri, 21 Jul 2023, Lee Jones wrote: > On Mon, 19 Jun 2023 10:56:17 +0100, Charles Keepax wrote: > > This patch chain adds support for the Cirrus Logic cs42l43 PC focused > > SoundWire CODEC. The chain is currently based of Lee's for-mfd-next > > branch. > > > > Thanks, > > Charles > > > > [...] > > Applied, thanks! > > [2/6] dt-bindings: mfd: cirrus,cs42l43: Add initial DT binding > commit: e62ba8443b11f12b45c61444249458a2f8c2f4ef > [3/6] mfd: cs42l43: Add support for cs42l43 core driver > commit: 843079209e1506c94fde797fc0ff914e2c9e6645 > [4/6] pinctrl: cs42l43: Add support for the cs42l43 > commit: 85f034dd7ff0a66aded653cc91dbc406fba7cf1a Pull-request to follow. -- Lee Jones [李琼斯]