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 B349EC4332F for ; Wed, 12 Oct 2022 06:12:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229543AbiJLGMG (ORCPT ); Wed, 12 Oct 2022 02:12:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41624 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229491AbiJLGMD (ORCPT ); Wed, 12 Oct 2022 02:12:03 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24AB1A98FC for ; Tue, 11 Oct 2022 23:12:03 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id C0C1221DDB; Wed, 12 Oct 2022 06:12:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1665555121; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=60RwzO+h/rAlNAEiPv1WmlKrQxfV91bwtvurUGTx2UI=; b=fwM/ZYgyNt9tAfsW56mQHDfbU0fN0VadtQHB39ReTUQuaZHpqgwrQ5pniUQIb99bwY3PoJ D8ITKF/5KOLSqXY4U14xCLIIBp+T/PpDJRKB44tFYyrbYOKhhmlffhYXjzTCiyMEpoEzmb BTlAXkvWO70RflcQxZvykrT6UVkKkyU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1665555121; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=60RwzO+h/rAlNAEiPv1WmlKrQxfV91bwtvurUGTx2UI=; b=S/BofqIL2buICK1A+sh5Sv+mMiQFtCVGlRnWzYRQkpUzzPSbAvZOTka6b6FceIUXsCtwBF b7VCZ/SOi5K2AnBA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 6018313ACD; Wed, 12 Oct 2022 06:12:01 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id C6eSFbFaRmP0HwAAMHmgww (envelope-from ); Wed, 12 Oct 2022 06:12:01 +0000 Date: Wed, 12 Oct 2022 08:12:00 +0200 Message-ID: <875ygpbmfj.wl-tiwai@suse.de> From: Takashi Iwai To: Stefan Binding Cc: Jaroslav Kysela , Takashi Iwai , , , Subject: Re: [PATCH v1 0/5] Support System Suspend and Resume for CS35L41 HDA In-Reply-To: <20221011143552.621792-1-sbinding@opensource.cirrus.com> References: <20221011143552.621792-1-sbinding@opensource.cirrus.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 11 Oct 2022 16:35:47 +0200, Stefan Binding wrote: > > The CS35L41 HDA driver currently only supports runtime suspend and resume. > Add support for system suspend and resume into the CS35L41 HDA driver. > The driver will put the parts into a state where they can be powered down > during suspend, and on system resume, it will restore the part. > If firmware was previously loaded, during system suspend, the firmware will > be unloaded, and during system resume, it will be loaded again. > > Note: System suspend is only supported for models which use Internal Boost, > or models which use External Boost with a Boost Enable GPIO. > > The chain also contains minor bug fixes for the CS35L41 HDA driver, and > associated hda_cs_dsp_ctl driver. > > Richard Fitzgerald (1): > ALSA: hda/cs_dsp_ctl: Fix mutex inversion when creating controls > > Stefan Binding (4): > ALSA: hda: hda_cs_dsp_ctl: Minor clean and redundant code removal > ALSA: hda: hda_cs_dsp_ctl: Ensure pwr_lock is held before > reading/writing controls > ALSA: hda: cs35l41: Remove suspend/resume hda hooks > ALSA: hda: cs35l41: Support System Suspend Applied all five patches now. thanks, Takashi