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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FB83C77B7D for ; Mon, 15 May 2023 15:22:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242347AbjEOPWE (ORCPT ); Mon, 15 May 2023 11:22:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242346AbjEOPWC (ORCPT ); Mon, 15 May 2023 11:22:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FE3DC9; Mon, 15 May 2023 08:22:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C869C6263B; Mon, 15 May 2023 15:22:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2B3CDC4339C; Mon, 15 May 2023 15:21:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684164120; bh=IV23AsLNwzuLafgNGOBzEcDmQMycztCu/qSgpLGtNyc=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=hOwQ53vEjcIEHXAAGk2B4KhBN8Wp+N66F8w2n5/xtxMXRxE5OrLZRAxIeFekq/Hct RXTuj4cFbjNzvhgcqzN5gtLl8znvvkAZ3qZXRrAmHyOrpQuUGZ96rBbde7nBSFvMZy /zeqKHjU7IR1t65jbf0FjZyJYG/vnoPRKzBYsbwkhIgrzZVQhQpg+0rbx5wPTkLwpV j/8cfMA+otARRpIXfF0YLf+4iGKgGUVJjDquusl+6B77gvLA8KEYjCW0dRL5hagRKe NyFDcItKNAe/LhoQQ0VBHYPFB/IjyiVBtNZL80FC3/grNiorJhbU7RvkWIS+GeqIaO /ZG8SCmp8PzWw== From: Mark Brown To: lee@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, tglx@linutronix.de, maz@kernel.org, linus.walleij@linaro.org, vkoul@kernel.org, Charles Keepax Cc: 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 In-Reply-To: <20230512122838.243002-1-ckeepax@opensource.cirrus.com> References: <20230512122838.243002-1-ckeepax@opensource.cirrus.com> Subject: Re: (subset) [PATCH 00/10] Add cs42l43 PC focused SoundWire CODEC Message-Id: <168416411599.413889.14124867507842096231.b4-ty@kernel.org> Date: Tue, 16 May 2023 00:21:55 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.13-dev-bfdf5 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, 12 May 2023 13:28:28 +0100, Charles Keepax wrote: > This patch chain adds support for the Cirrus Logic cs42l43 PC focused > SoundWire CODEC. Some supporting work is included in the chain, > including adding an ASoC control notification helper function and > adding support for IRQs generated by the in-band SoundWire alert > mechanism. > > The chain is currently based of v6.4-rc1 because I am not 100% sure > which tree we want to send everything through. The CODEC support > has a build dependency on both the SoundWire change and the ASoC > soc-component change. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [02/10] ASoC: soc-component: Add notify control helper function commit: ace9ed54bd874f2c63723b13b1747f6463e2587e [03/10] ASoC: ak4118: Update to use new component control notify helper commit: 476d942e50d4f22d8621a18612dd6cfbf0a5d1d9 [04/10] ASoC: wm_adsp: Update to use new component control notify helepr commit: 95d06196c83c9dc1b6fd6cda07a1bac54ca2d568 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark