Re: [PATCH 0/3] ASoC: tegra: sort the reg_defaults tables
Mark Brown <[email protected]>
| Newsgroups | gmane.linux.sound,gmane.linux.kernel.stable |
|---|---|
| Message-ID | <178611462702.279158.14167209262768966207.b4-ty@b4> |
On Wed, 05 Aug 2026 15:27:45 +0300, Peter Ujfalusi wrote:
> ASoC: tegra: sort the reg_defaults tables
>
> reg_defaults must be sorted by ascending register address, since
> regcache_lookup_reg() locates entries in it with bsearch(). When a table is
> not sorted, bsearch() cannot find the entries which follow a descending step,
> so regcache_reg_needs_sync() falls back to reporting that a sync is needed for
> them. Those registers are then written to the device on every regcache_sync()
> even when they were never touched.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.3
Thanks!
[1/3] ASoC: tegra210_i2s: sort the register default table
https://git.kernel.org/broonie/sound/c/597273563d90
[2/3] ASoC: tegra210_i2s: sort the Tegra264 register default table
https://git.kernel.org/broonie/sound/c/82da8df38800
[3/3] ASoC: tegra210_mixer: sort the register default table
https://git.kernel.org/broonie/sound/c/f70bc276fc7f
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