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 067E8E732C8 for ; Thu, 28 Sep 2023 11:48:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232031AbjI1LsB (ORCPT ); Thu, 28 Sep 2023 07:48:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232052AbjI1Lr4 (ORCPT ); Thu, 28 Sep 2023 07:47:56 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 39BF2BF; Thu, 28 Sep 2023 04:47:54 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A614C433CA; Thu, 28 Sep 2023 11:47:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695901673; bh=6ffAfHbytTsNdmlLHrNIA44Bup6fwjTt6W3tUOSKgaM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W0EO8zyEEW16H9lVMy+eOLO1IpcUt8T0MpdJd+U3pcuk7m0R9vkMlKY8X01X8bKHU Toy5XwhNroQ8LgAL8j747cDs1DP8jGOp8IUWu8qHRXEMMUAn2jdh/TYsQyRvm5DHJm q0f5Ncca2ea7Zn0agtzxM4Va7hJ8l1GmI8lx+HeaR3Z5jdtf4wD2G0QcXBYz9N5BQA IIU/AyqVTcxbOIaqJun/7pi6NcBgISORIFMd/KT0g4fGnr6u3XKEx7tCvY0H9vTeI7 X2SftrXWQQskrkbxKHnAuc7WkD67Ku3d9+ERhO7GUIo1cJbKsTxxHSGf5crM+va5dx IoiI6ub7al7yA== Date: Thu, 28 Sep 2023 07:47:52 -0400 From: Sasha Levin To: Richard Fitzgerald Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, patches@opensource.cirrus.com, Mark Brown Subject: Re: [PATCH 6.4, 6.5] ASoC: cs35l56: Disable low-power hibernation mode Message-ID: References: <20230925151443.28956-1-rf@opensource.cirrus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20230925151443.28956-1-rf@opensource.cirrus.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 25, 2023 at 04:14:43PM +0100, Richard Fitzgerald wrote: >commit 18789be8e0d9fbb78b2290dcf93f500726ed19f0 upstream. >Please apply to 6.4 and 6.5. > >Do not allow the CS35L56 to be put into its lowest power >"hibernation" mode. This only affects I2C because "hibernation" >is already disabled on SPI and SoundWire. > >Recent firmwares need a different wake-up sequence. Until >that sequence has been specified, the chip "hibernation" mode >must be disabled otherwise it can intermittently fail to wake. > >Backport note: This is the same change as upstream commit, to delete >one line, but the upstream commit would not apply cleanly on older >branches because of minor differences to the surrounding code. Queued up for 6.5. 6.4 is EOL. -- Thanks, Sasha