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 24198C433EF for ; Sat, 27 Nov 2021 02:09:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346711AbhK0CMO (ORCPT ); Fri, 26 Nov 2021 21:12:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237707AbhK0CKN (ORCPT ); Fri, 26 Nov 2021 21:10:13 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E19F8C08EAFC; Fri, 26 Nov 2021 17:29:40 -0800 (PST) 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 2F7BE60B24; Sat, 27 Nov 2021 01:29:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC725C004E1; Sat, 27 Nov 2021 01:29:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637976579; bh=ssrErp6Zv6UFvQZJ2r4rjzBWHowf96TZAds8iOrIckg=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=VdworWyY+nr8ob9c1aZz3+J4h4Q2ZhkpY0ZixlZ8XBB/yBc+oM4U3YpHODB4G8X77 97oFBGyNLTjigf1VjhSZbqx8RBMmGFabYWlLx8GVYMDdKUZFCwq+w/7ql8XyzClaea VV5Fp1qdUg8IUWnl9e8V+GSQKNR5ECbcuxJMm/OEilV85Bah5JAgS/I9kdsnW7BUwo AqHS/mJJGwxTSVlMjA7a+hWQNX8BIKQ9W6kL6l4ZrXmNHIouKmWiSUn3K4g30cGR2X 7d/+qGFucVdZvIpprqzxVLT4zXVeAUcRTIdkNpH8yhuLAiFhCfuhYnbbyfTxfT/Mhi 5kPH7ahTKW0yA== From: Mark Brown To: tiwai@suse.com, lgirdwood@gmail.com, Sameer Pujar , perex@perex.cz Cc: jonathanh@nvidia.com, thierry.reding@gmail.com, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-tegra@vger.kernel.org In-Reply-To: <1637676459-31191-1-git-send-email-spujar@nvidia.com> References: <1637676459-31191-1-git-send-email-spujar@nvidia.com> Subject: Re: [PATCH 0/6] Suspend related fixes on Tegra Message-Id: <163797657754.2987896.15112513397487724007.b4-ty@kernel.org> Date: Sat, 27 Nov 2021 01:29:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 23 Nov 2021 19:37:33 +0530, Sameer Pujar wrote: > This series addresses following problems: > * The runtime PM is not balanced in MVC driver, whenever > mute or volume mixer controls are set. > * Some of the AHUB devices (SFC, MVC, Mixer, AMX and ADX) > use late system sleep. Suspend failure is seen on Jetson > TX2 platform. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-linus Thanks! [1/6] ASoC: tegra: Balance runtime PM count commit: 70408f755f589f67957b9ec6852e6b01f858d0a2 [2/6] ASoC: tegra: Use normal system sleep for SFC commit: af120d07bbb0721708b10204beed66ed2cb0cb62 [3/6] ASoC: tegra: Use normal system sleep for MVC commit: c83d263a89f30d1c0274827c475f3583cf8e477f [4/6] ASoC: tegra: Use normal system sleep for Mixer commit: b78400e41653b3a752a4cd17d2fcbd4a96bb4bc2 [5/6] ASoC: tegra: Use normal system sleep for AMX commit: 638c31d542a576714a52bb6a9a7dedff98e32a1d [6/6] ASoC: tegra: Use normal system sleep for ADX commit: cf36de4fc5ce5502ce5070a793addd9d49df4113 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