public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] clk: constify struct regmap_config
@ 2024-07-03  9:50 Javier Carrasco
  2024-07-03  9:50 ` [PATCH 01/10] clk: meson: a1: peripherals: Constify " Javier Carrasco
                   ` (11 more replies)
  0 siblings, 12 replies; 27+ messages in thread
From: Javier Carrasco @ 2024-07-03  9:50 UTC (permalink / raw)
  To: Neil Armstrong, Jerome Brunet, Michael Turquette, Stephen Boyd,
	Kevin Hilman, Martin Blumenstingl, Vladimir Zapolskiy,
	Bjorn Andersson, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
	Michal Simek
  Cc: linux-amlogic, linux-clk, linux-arm-kernel, linux-kernel,
	linux-arm-msm, linux-sunxi, Javier Carrasco

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,
-- 
Javier Carrasco <javier.carrasco.cruz@gmail.com>


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

end of thread, other threads:[~2024-07-15 12:10 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03  9:50 [PATCH 00/10] clk: constify struct regmap_config Javier Carrasco
2024-07-03  9:50 ` [PATCH 01/10] clk: meson: a1: peripherals: Constify " Javier Carrasco
2024-07-03 10:54   ` Neil Armstrong
2024-07-15 12:08   ` [DMARC error][DKIM error] " Dmitry Rokosov
2024-07-03  9:50 ` [PATCH 02/10] clk: meson: a1: pll: " Javier Carrasco
2024-07-03 10:54   ` Neil Armstrong
2024-07-15 12:10   ` [DMARC error][DKIM error] " Dmitry Rokosov
2024-07-03  9:50 ` [PATCH 03/10] clk: meson: c3: peripherals: " Javier Carrasco
2024-07-03 10:54   ` Neil Armstrong
2024-07-03  9:50 ` [PATCH 04/10] clk: meson: c3: pll: " Javier Carrasco
2024-07-03 10:54   ` Neil Armstrong
2024-07-03  9:50 ` [PATCH 05/10] clk: meson: s4: peripherals: " Javier Carrasco
2024-07-03 10:54   ` Neil Armstrong
2024-07-03  9:50 ` [PATCH 06/10] clk: meson: s4: pll: " Javier Carrasco
2024-07-03 10:54   ` Neil Armstrong
2024-07-03  9:50 ` [PATCH 07/10] clk: lpc32xx: " Javier Carrasco
2024-07-08 20:32   ` Stephen Boyd
2024-07-03  9:50 ` [PATCH 08/10] clk: qcom: lpasscc-sc8280xp: " Javier Carrasco
2024-07-03 10:50   ` Dmitry Baryshkov
2024-07-03  9:50 ` [PATCH 09/10] clk: sunxi-ng r40: " Javier Carrasco
2024-07-03 11:17   ` Andre Przywara
2024-07-10 16:53     ` Chen-Yu Tsai
2024-07-10 19:47   ` Stephen Boyd
2024-07-03  9:50 ` [PATCH 10/10] clk: xilinx: " Javier Carrasco
2024-07-08 20:32   ` Stephen Boyd
2024-07-06 22:01 ` (subset) [PATCH 00/10] clk: constify " Bjorn Andersson
2024-07-10 12:41 ` Jerome Brunet

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