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=-9.1 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 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 8916FC433E1 for ; Mon, 13 Jul 2020 17:28:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 67569206F5 for ; Mon, 13 Jul 2020 17:28:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594661288; bh=mda1KYJa8jMzutT3sFOkf1x3bT2HgB0n+bFgHnA9638=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-ID:From; b=DpQsX87FKwtBcqyvcZTFn2XoFXQyqOd78w5Gnuss7xn3lPeJp2zuIvyOp+gYRQDON HP4klVW+guh6Alj6/u8swTtjSmnoY6BHChxojwUIzTWCglm7lH6vTtCy+jAR5V+wv3 4yh9ttkmWpFr4kRSz25taJM/zFpqwqdqhfBwKe4o= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730178AbgGMR2G (ORCPT ); Mon, 13 Jul 2020 13:28:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:53312 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729644AbgGMR2G (ORCPT ); Mon, 13 Jul 2020 13:28:06 -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 C86E320663; Mon, 13 Jul 2020 17:28:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594661286; bh=mda1KYJa8jMzutT3sFOkf1x3bT2HgB0n+bFgHnA9638=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=obeGCXoXN6quEH5ACDh21ZkU0lBtu/kT5WLlSmQpiBmCoT4t13GPZ9tBUsBNjmAqT cOUhkzz2gpAe4HIy1eV35BNid0Tro44dksgbDgm5i/2k09DLw9UYhJd+eUaq2O4q5A MvVn1PO9/zUP6l2fwKCrZ0dltYJ+zBVtqaDNQveg= Date: Mon, 13 Jul 2020 18:27:57 +0100 From: Mark Brown To: Sugar Zhang Cc: Liam Girdwood , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, Heiko Stuebner , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Takashi Iwai In-Reply-To: <1594635960-67855-1-git-send-email-sugar.zhang@rock-chips.com> References: <1594635960-67855-1-git-send-email-sugar.zhang@rock-chips.com> Subject: Re: [PATCH] ASoC: rockchip: spdif: Handle clk by pm runtime Message-Id: <159466127771.57184.7108021750802359859.b4-ty@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 13 Jul 2020 18:26:00 +0800, Sugar Zhang wrote: > This patch handle the clk by pm runtime mechanism to simplify > the clk management. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: rockchip: spdif: Handle clk by pm runtime commit: f50d67f9eff62f8078fe6e98ede3f4fb1defc361 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