linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] mmc: Constify struct sdhci_ops
@ 2024-04-14  7:15 Krzysztof Kozlowski
  2024-04-14  7:15 ` [PATCH 1/5] mmc: sdhci-esdhc-mcf: " Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-14  7:15 UTC (permalink / raw)
  To: Adrian Hunter, Angelo Dureghello, Ulf Hansson,
	Vignesh Raghavendra, Orson Zhai, Baolin Wang, Chunyan Zhang,
	Ben Dooks, Jaehoon Chung
  Cc: linux-mmc, linux-kernel, Krzysztof Kozlowski

Hi,

The local struct sdhci_ops can be made const for code safety.
No dependencies.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (5):
      mmc: sdhci-esdhc-mcf: Constify struct sdhci_ops
      mmc: sdhci-omap: Constify struct sdhci_ops
      mmc: sdhci-sprd: Constify struct sdhci_ops
      mmc: sdhci_am654: Constify struct sdhci_ops
      mmc: sdhci-s3c: Choose sdhci_ops based on variant

 drivers/mmc/host/sdhci-esdhc-mcf.c |  2 +-
 drivers/mmc/host/sdhci-omap.c      |  2 +-
 drivers/mmc/host/sdhci-s3c.c       | 31 +++++++++++++++++--------------
 drivers/mmc/host/sdhci-sprd.c      |  2 +-
 drivers/mmc/host/sdhci_am654.c     |  6 +++---
 5 files changed, 23 insertions(+), 20 deletions(-)
---
base-commit: f67245b3062cdc225b37003085bdb2916e1670b6
change-id: 20240414-mmc-const-sdhci-ops-c85762883004

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-14  7:15 [PATCH 0/5] mmc: Constify struct sdhci_ops Krzysztof Kozlowski
2024-04-14  7:15 ` [PATCH 1/5] mmc: sdhci-esdhc-mcf: " Krzysztof Kozlowski
2024-04-14  7:15 ` [PATCH 2/5] mmc: sdhci-omap: " Krzysztof Kozlowski
2024-04-14  7:15 ` [PATCH 3/5] mmc: sdhci-sprd: " Krzysztof Kozlowski
2024-04-14  7:15 ` [PATCH 4/5] mmc: sdhci_am654: " Krzysztof Kozlowski
2024-04-14  7:15 ` [PATCH 5/5] mmc: sdhci-s3c: Choose sdhci_ops based on variant Krzysztof Kozlowski
2024-04-14 14:05   ` Krzysztof Kozlowski

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).