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=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 B3D96C433F5 for ; Wed, 22 Sep 2021 14:23:13 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 49398611C9 for ; Wed, 22 Sep 2021 14:23:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 49398611C9 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HF0rb6ptPz30MC for ; Thu, 23 Sep 2021 00:23:11 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=vG5Z5JUR; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=broonie@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=vG5Z5JUR; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HF0qt6Bfrz2yPK for ; Thu, 23 Sep 2021 00:22:34 +1000 (AEST) Received: by mail.kernel.org (Postfix) with ESMTPSA id 7A1786120E; Wed, 22 Sep 2021 14:22:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632320552; bh=I4JaBMBq3FqO33IuXZhnzeFZjFe/WGM1WxBSLHEcIv4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=vG5Z5JUR3JXwVWJidPdZVATV2PLkwziiPrgSwrRijnbeGIz1083V2GWZehJeBLReL p++eH240id5321byVFgX1hilQ9Z7XPu7n5LejE8atc/FiGD097sIAq0RmaPgNatY/N bOfeIUHInmlfWTwgC0zNRJ3qi0FzRnpL18LWCjADt5kRmhPQy65n8lUH9TY0r+BNoy O0KueQQviBmRvTOBMTL5SpDpz5E5prWo9KFi6IWz1pGN2mb43XxmK25PiOZzXIze7P XIj0X8LXeu5Y8mycOhTwTWAn3a/c4aY2Lu3gbOwUV4//byyd0V0uv7JbRMxWLWcDOi 2NmjXAp8qVI4A== From: Mark Brown To: Fabio Estevam , Liam Girdwood , Mark Brown , Shengjiu Wang , Nicolin Chen , Xiubo Li Subject: Re: [PATCH v2 01/16] ASoC: eureka-tlv320: Update to modern clocking terminology Date: Wed, 22 Sep 2021 15:21:39 +0100 Message-Id: <163232020287.53242.69105803133049993.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210921213542.31688-1-broonie@kernel.org> References: <20210921213542.31688-1-broonie@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, 21 Sep 2021 22:35:27 +0100, Mark Brown wrote: > As part of moving to remove the old style defines for the bus clocks update > the eureka-tlv320 driver to use more modern terminology for clocking. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [01/16] ASoC: eureka-tlv320: Update to modern clocking terminology commit: 4348be6330a18b123fa82494df9f5a134feecb7f [02/16] ASoC: fsl-asoc-card: Update to modern clocking terminology commit: 8fcfd3493426c229f4f28bc5757dd3359e02cee8 [03/16] ASoC: fsl-audmix: Update to modern clocking terminology commit: 2757b340b25dd2cb3afc748d48c1dff6c9689f80 [04/16] ASoC: fsl-esai: Update to modern clocking terminology commit: e0b64fa34c7f444908549c32dd68f81ac436299e [05/16] ASoC: fsl-mqs: Update to modern clocking terminology commit: a51da9dc9b3a844460a355cd10d0db4320f4d726 [06/16] ASoC: fsl_sai: Update to modern clocking terminology commit: 361284a4eb598eaf28e8458c542f214d3689b134 [07/16] ASoC: fsl_ssi: Update to modern clocking terminology commit: 89efbdaaa444d63346bf1bdf3b58dfb421de91f1 [08/16] ASoC: imx-audmix: Update to modern clocking terminology commit: bf101022487091032fd8102c835b1157b8283c43 [09/16] ASoC: imx-card: Update to modern clocking terminology commit: d689e280121abf1cdf0d37734b0b306098a774ed [10/16] ASoC: imx-es8328: Update to modern clocking terminology commit: 56b69e4e4bc24c732b68ff6df54be83226a3b4e6 [11/16] ASoC: imx-hdmi: Update to modern clocking terminology commit: a90f847ad2f1c8575f6a7980e5ee9937d1a5eeb4 [12/16] ASoC: imx-rpmsg: Update to modern clocking terminology commit: caa0a6075a6e9239e49690a40a131496398602ab [13/16] ASoC: imx-sgtl5000: Update to modern clocking terminology commit: 419099b4c3318a3c486f9f65b015760e71d53f0a [14/16] ASoC: mpc8610_hpcd: Update to modern clocking terminology commit: 8a7f299b857b81a10566fe19c585fae4d1c1f8ef [15/16] ASoC: pl1022_ds: Update to modern clocking terminology commit: fcd444bf6a29a22e529510de07c72555b7e46224 [16/16] ASoC: pl1022_rdk: Update to modern clocking terminology commit: 39e178a4cc7d042cd6353e73f3024d87e79a86ca 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