This series adds the const modifier to the remaining regmap_config structs under media/ 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@xxxxxxxxx> --- Javier Carrasco (2): media: i2c: tvp5150: Constify struct regmap_config media: platform: allegro-dvt: Constify struct regmap_config drivers/media/i2c/tvp5150.c | 2 +- drivers/media/platform/allegro-dvt/allegro-core.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- base-commit: 0b58e108042b0ed28a71cd7edf5175999955b233 change-id: 20240705-media-const-regmap_config-958dfd37063c Best regards, -- Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>