On Mon, Mar 31, 2025 at 10:30:35AM +0200, Wolfram Sang wrote: > On Thu, Mar 20, 2025 at 03:00:36PM +0100, Ulf Hansson wrote: > > An mmc host driver may allow to unbind from its corresponding host device. > > If an SD card is attached to the host, the mmc core will just try to cut > > the power for it, without obeying to the SD spec that potentially may > > damage the card. > > > > Let's fix this problem by implementing a graceful power-down of the card at > > host removal. > > > > Signed-off-by: Ulf Hansson > > Reviewed-by: Wolfram Sang I couldn't find a card yet which has SD_EXT_POWER_OFF_NOTIFY set, but at least I can confirm that the actual code paths are taken: Tested-by: Wolfram Sang