2023-04-01 17:12:51

by Sarthak Garg

[permalink] [raw]
Subject: [PATCH V1 0/2] Introduce new vendor op and export few symbols

For our earlier discussions on clock scaling and partial init features
we have come up with a new design where we have moved the entire logic
for both the features in our vendor related files.

But to support this new design we need a vendor op in
_mmc_suspend/_mmc_resume functions to control our feature functionality
in suspend/resume paths.
Moreover export of few symbols is also needed to make core layer
functions accessible to our vendor module.

Old discussion for Clock scaling feature :
https://patchwork.kernel.org/project/linux-mmc/cover/[email protected]/

Old discussion for Partial init feature :
https://patchwork.kernel.org/project/linux-mmc/patch/[email protected]/

Hence introduce new vendor op in suspend/resume and export few symbols
nedeed for our feature.

Sarthak Garg (2):
mmc: core: Define new vendor ops to enable internal features
mmc: core: Export core functions to let vendors use for their features

drivers/mmc/core/core.c | 6 ++++++
drivers/mmc/core/host.c | 1 +
drivers/mmc/core/mmc.c | 31 ++++++++++++++++++++++---------
drivers/mmc/core/mmc_ops.c | 1 +
drivers/mmc/core/queue.c | 1 +
include/linux/mmc/host.h | 4 ++++
6 files changed, 35 insertions(+), 9 deletions(-)

--
2.17.1