Message ID | 20240703-clk-const-regmap-v1-0-7d15a0671d6f@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | clk: constify struct regmap_config | expand |
On Wed, 03 Jul 2024 11:50:13 +0200, Javier Carrasco wrote: > This series adds the const modifier to the remaining regmap_config > structs within the clk subsystem that are effectively used as const > (i.e., only read after their declaration), but kept ad writtable data. > > Applied, thanks! [08/10] clk: qcom: lpasscc-sc8280xp: Constify struct regmap_config commit: bd2d330ee608f16a0b93ea753b75c98a1898bdd0 Best regards,
Applied to clk-meson (clk-meson-next), thanks! [01/10] clk: meson: a1: peripherals: Constify struct regmap_config https://github.com/BayLibre/clk-meson/commit/4a7665b885b6 [02/10] clk: meson: a1: pll: Constify struct regmap_config https://github.com/BayLibre/clk-meson/commit/5c6ffe3537d5 [03/10] clk: meson: c3: peripherals: Constify struct regmap_config https://github.com/BayLibre/clk-meson/commit/af3e4505e6bc [04/10] clk: meson: c3: pll: Constify struct regmap_config https://github.com/BayLibre/clk-meson/commit/11c7c1b94059 [05/10] clk: meson: s4: peripherals: Constify struct regmap_config https://github.com/BayLibre/clk-meson/commit/02cc1df92d75 [06/10] clk: meson: s4: pll: Constify struct regmap_config https://github.com/BayLibre/clk-meson/commit/3d0e8b6edd6b Best regards, -- Jerome
This series adds the const modifier to the remaining regmap_config structs within the clk subsystem 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 (10): clk: meson: a1: peripherals: Constify struct regmap_config clk: meson: a1: pll: Constify struct regmap_config clk: meson: c3: peripherals: Constify struct regmap_config clk: meson: c3: pll: Constify struct regmap_config clk: meson: s4: peripherals: Constify struct regmap_config clk: meson: s4: pll: Constify struct regmap_config clk: lpc32xx: Constify struct regmap_config clk: qcom: lpasscc-sc8280xp: Constify struct regmap_config clk: sunxi-ng r40: Constify struct regmap_config clk: xilinx: Constify struct regmap_config drivers/clk/meson/a1-peripherals.c | 2 +- drivers/clk/meson/a1-pll.c | 2 +- drivers/clk/meson/c3-peripherals.c | 2 +- drivers/clk/meson/c3-pll.c | 2 +- drivers/clk/meson/s4-peripherals.c | 2 +- drivers/clk/meson/s4-pll.c | 2 +- drivers/clk/nxp/clk-lpc32xx.c | 2 +- drivers/clk/qcom/lpasscc-sc8280xp.c | 4 ++-- drivers/clk/sunxi-ng/ccu-sun8i-r40.c | 2 +- drivers/clk/xilinx/xlnx_vcu.c | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) --- base-commit: 0b58e108042b0ed28a71cd7edf5175999955b233 change-id: 20240703-clk-const-regmap-c9d56004dd06 Best regards,