Re: [PATCH 0/6] drm: constify read-only regmap structs

2024-10-19 Thread Dmitry Baryshkov
On Wed, 25 Sep 2024 17:42:39 +0200, Javier Carrasco wrote: > 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. > > Applied to drm-misc-

Re: [PATCH 0/6] drm: constify read-only regmap structs

2024-09-26 Thread AngeloGioacchino Del Regno
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 For the

Re: [PATCH 0/6] drm: constify read-only regmap structs

2024-09-26 Thread Dmitry Baryshkov
On Wed, Sep 25, 2024 at 05:42:39PM GMT, Javier Carrasco wrote: > 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: Jav

[PATCH 0/6] drm: constify read-only regmap structs

2024-09-25 Thread 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 (6): drm/bridge: dpc3433: Constif