linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pinctrl: Constify read-only struct regmap_config
@ 2024-07-04 18:36 Javier Carrasco
  2024-07-04 18:36 ` [PATCH 1/2] pinctrl: ti-iodelay: Constify " Javier Carrasco
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Javier Carrasco @ 2024-07-04 18:36 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-gpio, linux-kernel, Javier Carrasco

This series adds the const modifier to the remaining regmap_config
structs in the pinctrl 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 (2):
      pinctrl: ti-iodelay: Constify struct regmap_config
      pinctrl: realtek: Constify struct regmap_config

 drivers/pinctrl/realtek/pinctrl-rtd.c   | 2 +-
 drivers/pinctrl/ti/pinctrl-ti-iodelay.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
base-commit: 0b58e108042b0ed28a71cd7edf5175999955b233
change-id: 20240704-pinctrl-const-regmap_config-836a87d7e7e5

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


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

end of thread, other threads:[~2024-08-05  7:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04 18:36 [PATCH 0/2] pinctrl: Constify read-only struct regmap_config Javier Carrasco
2024-07-04 18:36 ` [PATCH 1/2] pinctrl: ti-iodelay: Constify " Javier Carrasco
2024-07-04 18:36 ` [PATCH 2/2] pinctrl: realtek: " Javier Carrasco
2024-08-05  7:08 ` [PATCH 0/2] pinctrl: Constify read-only " Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).