[PATCH 0/6] drm: constify read-only regmap structs
AngeloGioacchino Del Regno
angelogioacchino.delregno at collabora.com
Thu Sep 26 09:39:51 UTC 2024
Il 25/09/24 17:42, Javier Carrasco ha scritto:
> 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 at gmail.com>
For the entire series:
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.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,
More information about the dri-devel
mailing list