Re: [PATCH V1 1/2] mmc: core: Define new vendor ops to enable internal features

From: Christoph Hellwig
Date: Tue Apr 04 2023 - 01:13:40 EST


On Sat, Apr 01, 2023 at 10:27:22PM +0530, Sarthak Garg wrote:
> Define new ops to let vendor enable internal features in
> mmc_suspend/resume paths like partial init feature.

1) vendors have absolutely no business doing anything, you might be
doing either something entirely wrong or use the wrong terminology
here.

2) any kind of core hook not only needs a very good description, but
also an actual user that goes along in the same series.