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 C7BDDC4332F for ; Tue, 27 Dec 2022 12:57:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231436AbiL0M5B (ORCPT ); Tue, 27 Dec 2022 07:57:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231394AbiL0M4v (ORCPT ); Tue, 27 Dec 2022 07:56:51 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46CEA1158; Tue, 27 Dec 2022 04:56:50 -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 ams.source.kernel.org (Postfix) with ESMTPS id 0CD81B80F9E; Tue, 27 Dec 2022 12:56:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 501DAC433D2; Tue, 27 Dec 2022 12:56:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672145807; bh=jwJ3gYVZg/wd6rOxqD2UjAIUN05A1rPdGSTSIc9QPSM=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=cEOBWWfYwhX+vi+hIc9qPtxxGfizpZofUZ10zJ5PpYpm/9SF6bHWGyZNMbPrU4g3I th6Tn/xPuiherZpQyJI5mHjG2lQW+8zTO4I55sxKs6z7RZ1/DZCWz2jOkb20tvK9LA E1fI7xgJeGKN3XFhbg9wICQQ+rcSWCqraYqHpRTfrtJKncrNTxliGhuRHfw9QiLBp7 VtmDIiN6Z5IVCpK/5nChh3KoA6RvPIA88hD629d+BQONqgWZ0V51I8zW1gGgOFFp+n nT6d5x8M/OWR+y34sewk1N7keA1hGj6XKwty8RZkic+BBokiUes2bv6E4xR2jBHAL+ QivAevwyMbXQg== From: Mark Brown To: lgirdwood@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, perex@perex.cz, tiwai@suse.com, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, Claudiu Beznea Cc: alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org In-Reply-To: <20221213112851.89212-1-claudiu.beznea@microchip.com> References: <20221213112851.89212-1-claudiu.beznea@microchip.com> Subject: Re: [PATCH v3 0/4] ASoC: microchip: power saving features and cleanups Message-Id: <167214580504.324212.14250110724683049782.b4-ty@kernel.org> Date: Tue, 27 Dec 2022 12:56:45 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.12-dev-7ab1d Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 13 Dec 2022 13:28:47 +0200, Claudiu Beznea wrote: > The following series adds runtime PM and suspend to RAM features for > mchp-pdmc driver. > > Along with it 2 cleanup patches were added: > - patch 1/4: use vendor,device.yaml file format for Microchip AT91 ASoC > bindings > - patch 4/4: use FIELD_PREP() in mchp-spdiftx.c > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: dt-bindings: microchip: use proper naming syntax commit: cfec019399f6a90ae7b73b0edff053d10ba1ad25 [2/4] ASoC: mchp-pdmc: use runtime pm for clock power saving commit: e8c8e9de4ee3e9e1231b4f179c3f0e340bc2b1cf [3/4] ASoC: mchp-pdmc: add support for suspend to RAM commit: 404c61c47d84bf1662e9d698e4f0c42898893c59 [4/4] ASoC: mchp-spdiftx: use FIELD_PREP() where possible commit: 24c86c8a3bb1bd12aa8bc32933df7394b83233dc 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