From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 72566352C53; Thu, 29 Jan 2026 11:13:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769685212; cv=none; b=Bpv0KBIqFaEbMfjrl2J7X5uviQUyT7edXeU48nnIxQz6OWlR8Sf2zDJBFESauY1kNs+KNy6q5w+U0z9Kz44O+vtIo6zXq+cqDdosFdXh83/jppPIzcbtjwhp15NY14+9Tvjmtbuh5n3HBG6bflMO3MQS3froymRryidGTIv283Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769685212; c=relaxed/simple; bh=ZLkeBI2X9xXMREh52V/bUpipA8CqwwGn/yY2655h8l4=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=PMZsYnWsn4PUFuIjJzBZETMfWt6m8emqiDzr9GijBJKFl06cBnRBIw/dBMdT21iweu7DBcLLx3hqjt1H4V/QD0qVeQrVzPWDVnxczHuedg1pGMp0/22XapPneDnONxr98liyk9zXSlnHSa0fgXlstep7dCEHuwqNwRtYnpn9dYo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sq+RF7Gy; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="sq+RF7Gy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E0ACC4CEF7; Thu, 29 Jan 2026 11:13:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769685212; bh=ZLkeBI2X9xXMREh52V/bUpipA8CqwwGn/yY2655h8l4=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=sq+RF7GyUUE0Y5YQSpuO+1P+8AP8QuyTgqt8+Urnk2VkYRl1srbxgKNv7UK8TQTGM r98sPuP2dakna4RieBkGv44oKWuTuF1MC33F+Or/097mlVYWgT1W8ceHmF/hYKbV9A 3TpMGAVvlbo8wi6IckTPSTwNxSfz4xk236TvEfp8v0IVuRz5Yd2Bqn5zBLhumWEYnj 70UmKI61Nemftyr9EH1LOemRkf9u9x41q8W+S/GZ2cDEkkcXKFN7KdJbjwbj/hx0iw Tu8vwL7KZykAzK/8qmKUH2n2aBge4ur2TQpCMLsX2LwzXM2RdAMDvjzQsroZh1Lrsn L2hubwkiik9bg== From: Mark Brown To: "Sheetal ." Cc: Sander Vanheule , Greg Kroah-Hartman , "Rafael J . Wysocki" , Danilo Krummrich , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Thierry Reding , Jonathan Hunter , Mohan kumar , linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org, linux-tegra@vger.kernel.org In-Reply-To: <20260123095346.1258556-1-sheetal@nvidia.com> References: <20260123095346.1258556-1-sheetal@nvidia.com> Subject: Re: (subset) [RFC PATCH v3 0/4] regmap: reg_default_cb for flat cache defaults Message-Id: <176968520916.21336.4038544695578334286.b4-ty@kernel.org> Date: Thu, 29 Jan 2026 11:13:29 +0000 Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15-dev-47773 On Fri, 23 Jan 2026 15:23:42 +0530, Sheetal . wrote: > This series adds a reg_default_cb callback for REGCACHE_FLAT to provide > defaults for registers not listed in reg_defaults. Defaults are loaded > eagerly during regcache init and the callback can use writeable_reg to > filter valid addresses and avoid holes. > > Tegra ASoC drivers set reg_default_cb and add writeable_reg filtering for > AHUB RX holes to prevent invalid addresses from being marked valid. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/4] ASoC: tegra: Add AHUB writeable_reg for RX holes commit: 0ba6286a71581aaf8413a55b9bd90ea3463fd23b [3/4] ASoC: tegra: set reg_default_cb callback commit: 9409d18bf7d58ab716337749e28e2caba0d64cb0 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