Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2048700pxu; Fri, 18 Dec 2020 04:24:45 -0800 (PST) X-Google-Smtp-Source: ABdhPJxQm5+3mR4GEE2wYSVJSVgTfD7U17IIiPd1cPbgjznHAFfom1lAAHpEUaBs7R1Lr/HwPssf X-Received: by 2002:aa7:d6d8:: with SMTP id x24mr4184717edr.105.1608294284974; Fri, 18 Dec 2020 04:24:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608294284; cv=none; d=google.com; s=arc-20160816; b=GdEXJUi2u+k+Pt6ln3Yu/BWh0NlpaWhHlTDiC1qbuAxYF3tVD2pZJZC/DROW8gx/Cc 5OVorwHCdMOhbPaHGZBHNvD48QuhboEV31aoe6VpbsntYBhjDPPbSQRid9RMM3ep9GZJ bBDPO8aUHQZhfMsFRgEHHTNkOubTatikT881ANGiFcF1kcRC1IPdEoEgmLqkG7Gnoi1V xq2ghf4DdEwKyVSDGkhnaMFm7uEgf43KwlaQM/ZXGFM183Bk4QdNn8nnMMStEEsRipEB aBHAi+ea9qaIhKz5sWd4jjFRyrT6i28I8PFRSkV10CbVAt7TwP8czNJxOOZVDTQFKoHy DOvA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:to:from; bh=STjbp4ifXKgg6mfBdDEMnsOcYJAcmOUW6QuJP4SlOyc=; b=IMgldPdLedlQSxmwVYJZl8rkodgndwUF0kX7h0L8mdas/J+quXMWb+WwZcAAUl1L8e Mm4M4zFWEpUxABH+DieD6i72ceW54fV0LT0V5ezXvkSPCkhXRCIzPvEQ/Sen8nRnnsjH yR7JPhr3/oXQ0HkD4XJbKnoRrxsWUlld/YEtLTAPXVRqcHwpBlUyO6SbpiMIQKVTTYyG TAcd9d/xAGnXB31iBEFBNrScrbAecBsLfFVTHrOCHVCothZHxuZgdab9ZSg3vHsETrUd LFbvOZYb2sPNR4ljZxAzNTe9Nk/OpDgwSTMTu/5ePDqg8FMfTKkhzpP0ZMvUCfLKW9TV OutQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i19si6169738edr.468.2020.12.18.04.24.22; Fri, 18 Dec 2020 04:24:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726255AbgLRMRZ (ORCPT + 99 others); Fri, 18 Dec 2020 07:17:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:57630 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725894AbgLRMRZ (ORCPT ); Fri, 18 Dec 2020 07:17:25 -0500 From: Mark Brown Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: alsa-devel@alsa-project.org, tiwai@suse.com, Srinivasa Rao Mandadapu , plai@codeaurora.org, devicetree@vger.kernel.org, rohitkr@codeaurora.org, lgirdwood@gmail.com, linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org, srinivas.kandagatla@linaro.org, agross@kernel.org, robh+dt@kernel.org, linux-arm-msm@vger.kernel.org, bgoswami@codeaurora.org, perex@perex.cz In-Reply-To: <1606929748-16828-1-git-send-email-srivasam@codeaurora.org> References: <1606929748-16828-1-git-send-email-srivasam@codeaurora.org> Subject: Re: [PATCH v5 0/2] Platform driver update to support playback recover after resume Message-Id: <160829377016.10885.14131365889928811294.b4-ty@kernel.org> Date: Fri, 18 Dec 2020 12:16:10 +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 Wed, 2 Dec 2020 22:52:26 +0530, Srinivasa Rao Mandadapu wrote: > This patch set is to add support for playback recover after hard suspend and resume. > It includes: > 1. Reverting part of previous commit, which is for handling registers invalid state > after hard suspend. > 2. Adding pm ops in component driver and do regcache sync. > Changes Since v1 and v2: > -- Subject lines changed > Changes Since v3: > -- Patch is splitted into 2 patches > Changes Since v4: > -- Subject lines changed > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: qcom: Fix incorrect volatile registers commit: 315fbe4cef98ee5fb6085bc54c7f25eb06466c70 [2/2] ASoC: qcom: Add support for playback recover after resume commit: 8d1bfc04c97407767559f6389a0f0fb060cbe25e 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