OSDN Git Service

mmc: sdhci-f-sdh30: Replace with sdhci_pltfm
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Fri, 30 Jun 2023 00:45:33 +0000 (09:45 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 14 Jul 2023 09:28:55 +0000 (11:28 +0200)
commit5def5c1c15bf22934ee227af85c1716762f3829f
tree8e5ce4394d98239222829c8fa0b83cea4596fef6
parentd44263222134b5635932974c6177a5cba65a07e8
mmc: sdhci-f-sdh30: Replace with sdhci_pltfm

Even if sdhci_pltfm_pmops is specified for PM, this driver doesn't apply
sdhci_pltfm, so the structure is not correctly referenced in PM functions.
This applies sdhci_pltfm to this driver to fix this issue.

- Call sdhci_pltfm_init() instead of sdhci_alloc_host() and
  other functions that covered by sdhci_pltfm.
- Move ops and quirks to sdhci_pltfm_data
- Replace sdhci_priv() with own private function sdhci_f_sdh30_priv().

Fixes: 87a507459f49 ("mmc: sdhci: host: add new f_sdh30")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20230630004533.26644-1-hayashi.kunihiko@socionext.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci_f_sdh30.c