mbox series

[0/9] ASoC: Constify struct regmap_config

Message ID 20240703-sound-const-regmap_config-v1-0-2e379b0446a7@gmail.com (mailing list archive)
Headers show
Series ASoC: Constify struct regmap_config | expand

Message

Javier Carrasco July 3, 2024, 4:20 p.m. UTC
This series adds the const modifier to the remaining regmap_config
structs under sound/soc that are effectively used as const (i.e., only
read after their declaration), but kept as writtable data.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
---
Javier Carrasco (9):
      ASoC: cs35l34: Constify struct regmap_config
      ASoC: cs35l35: Constify struct regmap_config
      ASoC: cs35l36: Constify struct regmap_config
      ASoC: cs53l30: Constify struct regmap_config
      ASoC: jz4760: Constify struct regmap_config
      ASoC: jz4770: Constify struct regmap_config
      ASoC: wsa881x: Constify struct regmap_config
      ASoC: wsa883x: Constify struct regmap_config
      ASoC: wsa884x: Constify struct regmap_config

 sound/soc/codecs/cs35l34.c | 2 +-
 sound/soc/codecs/cs35l35.c | 2 +-
 sound/soc/codecs/cs35l36.c | 2 +-
 sound/soc/codecs/cs53l30.c | 2 +-
 sound/soc/codecs/jz4760.c  | 2 +-
 sound/soc/codecs/jz4770.c  | 2 +-
 sound/soc/codecs/wsa881x.c | 2 +-
 sound/soc/codecs/wsa883x.c | 2 +-
 sound/soc/codecs/wsa884x.c | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)
---
base-commit: 0b58e108042b0ed28a71cd7edf5175999955b233
change-id: 20240703-sound-const-regmap_config-1d4d56b7e5ee

Best regards,

Comments

Mark Brown July 3, 2024, 6:34 p.m. UTC | #1
On Wed, 03 Jul 2024 18:20:56 +0200, Javier Carrasco wrote:
> This series adds the const modifier to the remaining regmap_config
> structs under sound/soc that are effectively used as const (i.e., only
> read after their declaration), but kept as writtable data.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/9] ASoC: cs35l34: Constify struct regmap_config
      commit: cb148180125ef88a4c1c20ecf25337f1e45657bb
[2/9] ASoC: cs35l35: Constify struct regmap_config
      commit: 306e0317bddfbb6bea1ad31c3daeecaec0304295
[3/9] ASoC: cs35l36: Constify struct regmap_config
      commit: 0271df05e6fe92b7000dcce5058a0ed6af127ef6
[4/9] ASoC: cs53l30: Constify struct regmap_config
      commit: 52f0aa5fb9437013f7f35d61426de497a8927891
[5/9] ASoC: jz4760: Constify struct regmap_config
      commit: 8d9c0ede48f29c9fccd095952d657fc5696da9ac
[6/9] ASoC: jz4770: Constify struct regmap_config
      commit: 7abfa29ba6a43c5e25622de1ba1f1846b9c9b5e8
[7/9] ASoC: wsa881x: Constify struct regmap_config
      commit: 5ffab1d3f3f3281869b894070fe4438f307759ec
[8/9] ASoC: wsa883x: Constify struct regmap_config
      commit: 22c361dc7ce4d4d6a688febee57d6e4b130b96b3
[9/9] ASoC: wsa884x: Constify struct regmap_config
      commit: e15cc906b9c5af5414bb6002b6a036550bca6bd8

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