public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm: constify read-only regmap structs
@ 2024-09-25 15:42 Javier Carrasco
  2024-09-25 15:42 ` [PATCH 1/6] drm/bridge: dpc3433: Constify struct regmap_config Javier Carrasco
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Javier Carrasco @ 2024-09-25 15:42 UTC (permalink / raw)
  To: Jagan Teki, Andrzej Hajda, Neil Armstrong, Robert Foss,
	Laurent Pinchart, Jonas Karlman, Jernej Skrabec,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter, Stefan Agner, Alison Wang, Chun-Kuang Hu,
	Philipp Zabel, Matthias Brugger, AngeloGioacchino Del Regno,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Jessica Zhang,
	Orson Zhai, Baolin Wang, Chunyan Zhang
  Cc: dri-devel, linux-kernel, linux-mediatek, linux-arm-kernel,
	linux-amlogic, Javier Carrasco

This series adds the const modifier to the remaining regmap_bus and
regmap_config structs under drm/ that are effectively used as const
(i.e., only read after their declaration), but kept ad writtable data.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
---
Javier Carrasco (6):
      drm/bridge: dpc3433: Constify struct regmap_config
      drm/fsl-dcu: Constify struct regmap_config
      drm/mediatek: dp: Constify struct regmap_config
      drm/meson: Constify struct regmap_config
      drm/panel: ili9322: Constify struct regmap_bus
      drm/sprd: Constify struct regmap_bus

 drivers/gpu/drm/bridge/ti-dlpc3433.c         | 2 +-
 drivers/gpu/drm/fsl-dcu/fsl_tcon.c           | 2 +-
 drivers/gpu/drm/mediatek/mtk_dp.c            | 2 +-
 drivers/gpu/drm/meson/meson_drv.c            | 2 +-
 drivers/gpu/drm/panel/panel-ilitek-ili9322.c | 2 +-
 drivers/gpu/drm/sprd/sprd_dsi.c              | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
---
base-commit: 2b7275670032a98cba266bd1b8905f755b3e650f
change-id: 20240925-drm-const-regmap-307f2c358d10

Best regards,
-- 
Javier Carrasco <javier.carrasco.cruz@gmail.com>


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-10-19 14:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 15:42 [PATCH 0/6] drm: constify read-only regmap structs Javier Carrasco
2024-09-25 15:42 ` [PATCH 1/6] drm/bridge: dpc3433: Constify struct regmap_config Javier Carrasco
2024-09-25 15:42 ` [PATCH 2/6] drm/fsl-dcu: " Javier Carrasco
2024-09-25 15:42 ` [PATCH 3/6] drm/mediatek: dp: " Javier Carrasco
2024-09-25 15:42 ` [PATCH 4/6] drm/meson: " Javier Carrasco
2024-09-25 15:42 ` [PATCH 5/6] drm/panel: ili9322: Constify struct regmap_bus Javier Carrasco
2024-09-30 14:28   ` Neil Armstrong
2024-09-25 15:42 ` [PATCH 6/6] drm/sprd: " Javier Carrasco
2024-09-26  7:32 ` [PATCH 0/6] drm: constify read-only regmap structs Dmitry Baryshkov
2024-09-26  9:39 ` AngeloGioacchino Del Regno
2024-10-19 14:57 ` Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox