[PATCH 0/2] mmc: add and use helpers mmc_regulator_enable/disable_vqmmc
Heiner Kallweit
hkallweit1 at gmail.com
Sat Mar 11 14:38:08 PST 2023
There's a number of drivers (e.g. dw_mmc, meson-gx, mmci, sunxi) using
the same mechanism and a private flag vqmmc_enabled to deal with
enabling/disabling the vqmmc regulator.
Move this to the core and create new helpers mmc_regulator_enable_vqmmc
and mmc_regulator_disable_vqmmc. Make meson-gx the first user of the
new helpers.
Heiner Kallweit (2):
mmc: core: add helpers mmc_regulator_enable/disable_vqmmc
mmc: meson-gx: use new helpers mmc_regulator_enable/disable_vqmmc
drivers/mmc/core/regulator.c | 41 +++++++++++++++++++++++++++++++++
drivers/mmc/host/meson-gx-mmc.c | 18 ++-------------
include/linux/mmc/host.h | 3 +++
3 files changed, 46 insertions(+), 16 deletions(-)
--
2.39.2
More information about the linux-arm-kernel
mailing list